RepoPilot
R
RepoPilot
/get_artifact

Orient an agent in an unfamiliar repository

CALL before substantial code work in an unfamiliar repository when the agent needs key files, entry points, architecture hypotheses, a reading order, and verify

liveunknown~5s typical
mcprepopilot
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-app-repopilot-repopilot /get_artifact for me.

Input

FieldTypeDescription
repostringPublic GitHub repository as owner/repo or a github.com URL.
packagestringnpm package name, for example lodash or npm:@scope/pkg. To judge a specific VERSION rather
formatstring (markdown | cursor)markdown for CLAUDE.md-style guidance; cursor for .mdc rules. default "markdown"

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-app-repopilot-repopilot","endpoint":"/get_artifact","input":{"format":"markdown"}}'
cli
npx cracked-ai run -p mcp-app-repopilot-repopilot -e /get_artifact -i '{"format":"markdown"}'
mcp
run_tool({ provider: "mcp-app-repopilot-repopilot", endpoint: "/get_artifact", input: {"format":"markdown"} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.