📦 Public — 公开
v1.0.0Apis Search 快速搜索并发现公共 API,基于 public-apis/public-apis 仓库(1400+ API,49 个分类),支持关键词搜索、分类浏览、认证方式筛选。
0· 19·0 当前·0 累计
下载技能包
最后更新
2026/4/20
安全扫描
OpenClaw
安全
high confidenceThe skill is internally consistent: it ships a local JSON database and Python scripts to search and (optionally) rebuild that DB from the public-apis README; it does not request credentials or unusual system access.
评估建议
This skill appears to be what it says: a local searchable mirror of the public-apis list. Consider these points before installing: (1) Rebuilding/updating the DB will download README.md from raw.githubusercontent.com — only run updates if you trust that source. (2) The build script uses regex parsing and may miss/alter some entries; inspect apis.json if you rely on completeness. (3) No credentials are requested and the search runs locally, so the privacy/security risk is low. If you plan to run ...详细分析 ▾
✓ 用途与能力
Name/description (public API discovery) match the included files: apis.json contains API records and search_apis.py provides local search/filtering. Required resources (none) are proportional to the stated purpose.
✓ 指令范围
SKILL.md instructs only to run the included Python scripts and optionally download the upstream README from raw.githubusercontent.com to rebuild the DB. Instructions do not read unrelated files, request env vars, or send data to unexpected endpoints.
✓ 安装机制
There is no install spec (instruction-only). The only network action shown is an explicit curl to the public-apis GitHub raw URL (documented in SKILL.md and package.json update script) to refresh data — this is expected and traceable.
✓ 凭证需求
The skill declares no required environment variables, no credentials, and does not access config paths. The code reads only the local apis.json (and README.md when rebuilding), which is proportionate to its function.
✓ 持久化与权限
always is false, the skill does not request persistent privileges or modify other skills or system-wide configuration. It only reads/writes its own apis.json when explicitly rebuilding.
⚠ apis.json:12073
Install source points to URL shortener or raw IP.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/4/20
首次发布:基于 public-apis/public-apis 的 API 搜索工具,收录 1400+ API,49 个分类
● 无害
安装命令
点击复制官方npx clawhub@latest install public-apis-search
镜像加速npx clawhub@latest install public-apis-search --registry https://cn.longxiaskill.com镜像同步中