Stats
Actions
Tags
How this skill is triggered — by the user, by Claude, or both
Slash command
/belt:appsThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
```bash
belt app store # browse the public app store
belt app store search "query" # search the store
belt app list # list your apps
belt app get <namespace/name> # view app details and input schema
belt app run <namespace/name> --input '{"prompt":"..."}' --save output.png
belt app run inferencesh/flux-1-1-ultra --input '{"prompt":"a cat astronaut"}' --save cat.png
belt app run inferencesh/veo-3 --input '{"prompt":"ocean waves at sunset"}' --save waves.mp4
belt app run inferencesh/tavily-search --input '{"query":"latest AI news"}'
npx claudepluginhub belt-sh/skills --plugin beltCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.