GitHub
G
GitHub
/search-repos

Search repositories

Search repos by keyword with qualifiers (language:, stars:>, topic:).

needs keyunknown
githubsearchopen source
$0.00020
per result + $0.002 call
plus $0.001 platform fee per run
Bring your own GitHub key: provider portion drops to $0.
Not enabled on this deployment yet. Connect your own key to use it now.
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run github /search-repos for me.

Input

FieldTypeDescription
query*stringSearch query
sortstringstars, forks, updated default "stars"
limitnumberMax results default 10

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"github","endpoint":"/search-repos","input":{"query":"...","sort":"stars","limit":10}}'
cli
npx cracked-ai run -p github -e /search-repos -i '{"query":"...","sort":"stars","limit":10}'
mcp
run_tool({ provider: "github", endpoint: "/search-repos", input: {"query":"...","sort":"stars","limit":10} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.
Provider not enabled: the run returns a 503 with instructions.