Install
openclaw skills install public-apis-search快速搜索和发现公共 API,基于 public-apis/public-apis 仓库(1400+ API,49 个分类),支持关键词搜索、分类浏览、认证方式筛选
openclaw skills install public-apis-search基于 public-apis/public-apis 的快速 API 搜索工具。收录 1400+ 免费/开放 API,覆盖 49 个分类。
python search_apis.py "weather"
python search_apis.py "machine learning" --limit 10
python search_apis.py "stock market finance"
python search_apis.py --categories # 列出所有分类
python search_apis.py "weather" --category Weather
python search_apis.py "code" --category Development
python search_apis.py "weather" --auth free # 仅免费(无需 API Key)
python search_apis.py "email" --auth apiKey # 需要 API Key
python search_apis.py "map" --https # 仅 HTTPS
python search_apis.py "data" --limit 20 # 限制结果数
python search_apis.py --random # 随机 5 个 API
python search_apis.py --random 10 # 随机 10 个 API
# 免费 + HTTPS + 天气相关
python search_apis.py "weather" --auth free --https
# 开发工具 + 免费
python search_apis.py "compiler" --category Development --auth free
apis.json(本地 JSON 文件,无需联网搜索)build_db.py 重新解析 README)curl -s -L "https://raw.githubusercontent.com/public-apis/public-apis/master/README.md" -o README.md
python build_db.py README.md apis.json
每条结果包含:
--auth free 等价于 --auth No,筛选无需认证的 API