apps
Installation
SKILL.md
Apps
belt app search "query" # search available apps
belt app list # browse all apps
belt app get <namespace/name> # view app details and input schema
belt app run <namespace/name> --input '{"prompt":"..."}' --save output.png
Examples
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"}'