skillmarketplace
skillmarketplace
What it does
- Do NOT curl GitHub repos to browse/download skills
- Do NOT mkdir -p skills/<name> and manually write SKILL.md
- Do NOT use webfetch to download skill files
- Do NOT use the old gateway search/install endpoints (they no longer exist)
- Each version is immutable — once published, it cannot be overwritten.
- To update, bump the version and publish again.
Requirements & configuration
- Step 2: Get OIDC token
- TOKEN=$(curl -s --unix-socket /.fly/api \
- H "Authorization: Bearer $TOKEN" \
- → Get OIDC token (audience: skills-market-gateway)
Configuration: SKILL_DIRGATEWAYTOKENPAYLOAD
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
skillmarketplace FAQ
What does the skillmarketplace skill do?
| Search, install, and publish skills across official, community, and global registries. Do NOT curl GitHub repos to browse/download skills Do NOT mkdir -p skills/<name> and manually write SKILL.md
What does skillmarketplace require?
Step 2: Get OIDC token TOKEN=$(curl -s --unix-socket /.fly/api \ H "Authorization: Bearer $TOKEN" \ → Get OIDC token (audience: skills-market-gateway) Configuration keys: SKILL_DIR, GATEWAY, TOKEN, PAYLOAD.
How do I install skillmarketplace?
Run: npx -y skills add https://github.com/starchild-ai-agent/official-skills --skill skillmarketplace --agent claude-code — the source lives at github.com/starchild-ai-agent/official-skills.
Maintain skillmarketplace?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[](https://getagentictools.com/skills/starchild-ai-agent-official-skills-skillmarketplace?ref=badge) npx agentictools info skills/starchild-ai-agent-official-skills-skillmarketplace The second line is the CLI lookup for this page — handy in READMEs and docs.