con un clic
apps
Search and run 250+ AI apps — image generation, video, TTS, web search, LLMs
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Search and run 250+ AI apps — image generation, video, TTS, web search, LLMs
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Build and deploy an inference.sh app from a conversation — scaffold, implement, test, deploy, and configure pricing. Use when the user says 'appify', 'make an app', 'deploy this as an app', or when a working API integration, model wrapper, or processing pipeline should become a reusable cloud app.
Build and deploy an inference.sh flow — chain multiple apps into a pipeline with wired inputs/outputs. Use when the user says 'flowify', 'make a flow', 'chain these apps', 'build a pipeline', or when multiple apps should run in sequence with outputs feeding into inputs.
Build and deploy a custom AI agent on belt — define purpose, model, tools, system prompt, and deploy as a reusable agent. Use when the user says 'agentify', 'make an agent', 'create an agent', 'build a bot', or wants to turn a workflow into a deployed agent with tools.
Install and set up belt — the cloud platform CLI for AI agents
Run a simulated expert panel on a strategic question — brief 4-8 named experts in parallel, synthesize into consensus table
Save and recall knowledge — discoveries, insights, references, preferences
| name | apps |
| description | Search and run 250+ AI apps — image generation, video, TTS, web search, LLMs |
| allowed-tools | Bash(belt app *) |
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"}'