# Apps

> Search and run 250+ AI apps — image generation, video, TTS, web search, LLMs

- Skill: `belt-sh/apps` (Agent Skill)
- Install (CLI): `npx skillmds@latest add belt-sh/apps`
- Raw SKILL.md: https://api.skillmd.com/api/skills/belt-sh/apps/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/apps

---


## Apps

```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
```

### Examples

```bash
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"}'
```

