# Skill

> Search, use, install, and publish skills from the belt registry

- Skill: `belt-sh/skill` (Agent Skill)
- Install (CLI): `npx skillmds@latest add belt-sh/skill`
- Raw SKILL.md: https://api.skillmd.com/api/skills/belt-sh/skill/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: belt-sh (https://skillmd.com/u/belt-sh)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/belt-sh/skill

---


## Skills

```bash
belt skill list                     # list your skills
belt skill search "query"           # search your skills
belt skill store                    # browse the public skill store
belt skill store search "query"     # search the store
belt skill use <namespace/name>     # fetch and print a skill (on-demand)
belt skill install <namespace/name> # install locally for your agent
belt skill get <namespace/name>     # view skill details
belt skill upload <path>            # publish a skill (dir with SKILL.md or single file)
```

Upload respects visibility — defaults to private. Change visibility on the platform.
Same name = new version. Identical content is skipped (dedup).

