Add gemini-extension.json so the Gemini CLI gallery indexes AnyAPI - #14
Merged
Merged
Conversation
added 2 commits
September 2, 2026 15:17
The gallery crawls public repos tagged gemini-cli-extension for a root manifest. Points at the hosted MCP server and loads the anyapi skill as context.
Unrelated to the manifest, but scripts/check.sh compares the repo copy against the live /SKILL.md, so a SKU shipping since the last sync turns every PR red.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The Gemini CLI extension gallery (1,657 extensions) has no submission form. It crawls public GitHub repos daily for two things: the topic
gemini-cli-extensionon the repo, and agemini-extension.jsonat the repo root. Exa, Apify, Firecrawl, and Tavily are all in it; AnyAPI is not.This adds the manifest. It points at the hosted MCP server (
httpUrl, no local install), takes the key throughANYAPI_API_KEYwith asettingsprompt on install, and loadsskills/anyapi/SKILL.mdas the extension's context file so the discover -> inspect -> quote -> run loop is in front of the model.Format matches what
github/github-mcp-serverandexa-labs/exa-mcp-servership.After merge the repo topic
gemini-cli-extensionneeds adding, then the crawler picks it up on its next daily pass.