starchild-ai-agent/official-skills

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).

First seen Jul 10, 2026

Installation

$ npx skills add starchild-ai-agent/official-skills --skill skill-manager

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from starchild-ai-agent/official-skills · top by installs.

npx skills add starchild-ai-agent/official-skills

Browse all from starchild-ai-agent/official-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 26
Default branch main
Open issues 0
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Version4.3.0
Declared agents claude-code
More metadata
starchild
{"emoji":"📦","skillKey":"skill-manager"}

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,073 B
  • docs SUMMARY.md 193 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 362 installs

SKILL.md

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

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
search_skills()                         # list all installed skills

After searchskills installs a skill, it's immediately available. Call skillrefresh() 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

User wants to find/install a skill
  → Use search_skills(query) tool — it searches all sources and auto-installs
  → NEVER curl GitHub or manually download files

User wants to list installed skills
  → Use search_skills() with no query

User wants to create a new skill
  → Read the skill-creator skill first

User wants to publish a skill to community registry
  → Community Skill product is offline — do not publish