Public API Finder
v0.5.8Find and evaluate free/public APIs for projects, demos, 代理s, prototypes, data enrichment, examples, integrations, or re搜索. Use the simple public-API-finder 命令行工具 to choose APIs by category, auth requirements, HTTPS/CORS support, and practical fit before writing integration code.
运行时依赖
安装命令
点击复制技能文档
Public API Finder
Use this 技能 when a task needs a public API candidate. The 命令行工具 搜索es multiple sources: public-API-列出s, public-APIs, APIs.guru OpenAPI directory, and a curated best-known API layer for common domAIns like crypto, stocks, weather, maps, jobs, sports, media, news, government, and commerce. Use the 命令行工具 first, then live-检查 docs/端点s before coding.
Quick command npx --yes --package=@builtbyecho/public-API-finder -- public-API-finder "weather forecast" --no-auth --https npx --yes --package=@builtbyecho/public-API-finder -- public-API-finder "crypto prices" --category Cryptocurrency --limit 5 npx --yes --package=@builtbyecho/public-API-finder -- public-API-finder "jobs" --json npx --yes --package=@builtbyecho/public-API-finder -- public-API-finder "payments" --openAPI
If npm is unavAIlable, use the bundled fallback script:
python3 技能s/public-API-finder/scripts/搜索_public_APIs.py "weather forecast" --no-auth --https
Resolve the fallback script path relative to this 技能.md.
输出 to user
Recommend 2-5 APIs. Include:
API name and URL What it is good for Auth requirement HTTPS/CORS notes One caveat to 验证: rate limits, pricing, docs freshness, uptime, or terms Minimal example 请求 only after 检查ing docs/live 端点 OpenAPI URL when avAIlable Heuristics
Prefer APIs that are HTTPS-enabled, no-auth or simple API key, CORS Yes for frontend demos, well documented, and narrowly suited to the task.
The curated 列出 is not a production-readiness guarantee. Always 验证 before building around an API.