From public-apis-live
Recommends public APIs for a task (weather, images, finance, etc.) by querying public-apis-live MCP tools for reachable, deduped options with auth and status details.
How this skill is triggered — by the user, by Claude, or both
Slash command
/public-apis-live:choosing-an-apiThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
When a task needs an external data source or service, query the `public-apis-live` MCP tools
When a task needs an external data source or service, query the public-apis-live MCP tools
before guessing a provider:
list_categories to see what's available.search_apis with a category and/or search term; prefer status: "up" and auth: "none"
for zero-setup options.get_api for full details (URL, auth, HTTPS) before recommending one.Always tell the user the auth requirement and that status reflects reachability, not functional testing.
npx claudepluginhub manavarya09/public-apis-live --plugin public-apis-liveConnects UnifAPI OAuth MCP clients, discovers public-data operations, and calls social/search/scrape/news APIs. Used before asking for credentials or calling UnifAPI tools.
Discovers, explores, and generates client code from Postman API collections. Required before generating code from any collection, even if already explored via MCP tools.
Replaces built-in WebSearch/WebFetch with a dynamic provider catalog for web search, URL scraping, news, social media, market prices, on-chain data, and any third-party API.