← Back to Skills Marketplace
148
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install public-apis-search
Description
快速搜索和发现公共 API,基于 public-apis/public-apis 仓库(1400+ API,49 个分类),支持关键词搜索、分类浏览、认证方式筛选
Usage Guidance
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 scripts on a sensitive environment, run them in an isolated environment or review the code (both small Python files are included).
Capability Analysis
Type: OpenClaw Skill
Name: public-apis-search
Version: 1.0.0
The skill bundle is a legitimate tool for searching and discovering public APIs based on the well-known public-apis/public-apis repository. The included scripts (build_db.py and search_apis.py) perform local parsing and keyword matching without any external network calls or sensitive data access. The update mechanism described in SKILL.md and package.json correctly points to the official GitHub source for data updates.
Capability Tags
Capability Assessment
Purpose & Capability
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.
Instruction Scope
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.
Install Mechanism
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.
Credentials
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.
Persistence & Privilege
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install public-apis-search - After installation, invoke the skill by name or use
/public-apis-search - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
首次发布:基于 public-apis/public-apis 的 API 搜索工具,收录 1400+ API,49 个分类
Metadata
Frequently Asked Questions
What is Public Apis Search?
快速搜索和发现公共 API,基于 public-apis/public-apis 仓库(1400+ API,49 个分类),支持关键词搜索、分类浏览、认证方式筛选. It is an AI Agent Skill for Claude Code / OpenClaw, with 148 downloads so far.
How do I install Public Apis Search?
Run "/install public-apis-search" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Public Apis Search free?
Yes, Public Apis Search is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Public Apis Search support?
Public Apis Search is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Public Apis Search?
It is built and maintained by Jimmy (@jijinbao-code); the current version is v1.0.0.
More Skills