skillmarketplace

Installation
Summary

Search, install, and publish skills across local, community, and global ecosystems.

  • Use search_skills tool to discover and auto-install skills from local, Starchild community, and skills.sh indexes; disable auto-install with auto_install=false for search-only mode
  • Call search_skills() with no arguments to list all currently installed skills
  • Publish Starchild-authored skills via gateway by validating SKILL.md frontmatter, obtaining an OIDC token, and POSTing to /skills/publish
  • Version published skills immutably; updates require bumping the version number and republishing
SKILL.md

Skill Market

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. Starchild community — searches community-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

search_skills(query="deploy")           # search + auto-install best match
search_skills(query="trading")          # search + auto-install
search_skills(query="k8s", auto_install=false)  # search only, don't install
Related skills
Installs
5.3K
GitHub Stars
13
First Seen
Mar 13, 2026