skill-manager
Search, install, and manage skills across official and global registries. Use when finding or installing skills (e.g. install a "funding rate" skill, list installed skills).
By starchild-ai-agent · 365 installs
npx skills add starchild-ai-agent/official-skills --skill skill-manager
Source repository · Upstream listing
Skills
Searching & Installing Skills
Always use the search skills tool. Do NOT manually curl, browse GitHub, or download SKILL.md files.
search skills does everything automatically:
1. Local — checks installed skills first
2. Official — searches Starchild official skills index
3. skills.sh — searches the global skills ecosystem (OpenClaw, Vercel, Anthropic, etc.)
4. Auto install — installs the best match via npx skills add (default: auto install=true )
Usage
After search skills installs a skill, it's immediately available. Call skill refresh() only if you manually edited skill files.
What NOT to do
Do NOT curl GitHub repos to browse/download skills
Do NOT mkdir p skills/<name and manually write SKILL.md
Do NOT use web fetch to download skill files
Do NOT use the old gateway search/install endpoints (they no longer exist)
Do NOT publish skills to the community skills registry (product offline)
Decision Tree