skillmarketplace
Installation
Summary
Search, install, and publish skills across local, community, and global ecosystems.
- Use
search_skillstool to discover and auto-install skills from local, Starchild community, and skills.sh indexes; disable auto-install withauto_install=falsefor 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:
- Local — checks installed skills first
- Starchild community — searches community-skills index
- skills.sh — searches the global skills ecosystem (OpenClaw, Vercel, Anthropic, etc.)
- 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
More from starchild-ai-agent/official-skills
coinglass
Comprehensive crypto derivatives data - funding rates, open interest,
9.3Kwallet
Multi-chain wallet — balances, transfers, signing, policy (EVM multi-chain + Solana)
6.0Khyperliquid
Trade perpetual futures and spot on Hyperliquid DEX
6.0Kcoingecko
CoinGecko crypto price data, charts, market discovery, and global stats
5.7Ktwitter
Twitter/X (x.com) data lookup — fetch tweets by URL or ID, search tweets, user profiles, followers, replies. Use for ANY x.com or twitter.com URL.
5.6Kskill-creator
Create and scaffold new skills with proper frontmatter, directory structure,
5.6K