agent-tools
Run 250+ AI Models via inference.sh CLI
Also available from: toolshell,inference-sh-0,inference-sh-6,inference-sh-7,skillssh,inference-sh-3,inference-sh-8,inference-sh-9,inferencesh,inference-shell,tool-belt,tul-sh,inf-sh,inferen-sh
Access hundreds of AI models for image generation, video creation, text processing, and automation without managing GPU infrastructure or API integrations.
Download the skill ZIP
Upload in Claude
Go to Settings → Capabilities → Skills → Upload skill
Toggle on and start using
Test it
Using "agent-tools". belt app run falai/flux-dev-lora --input '{"prompt": "a serene mountain lake at sunset"}'
Expected outcome:
Running falai/flux-dev-lora...
Task ID: abc123xyz
Status: completed
Image URL: https://cloud.inference.sh/results/abc123xyz.png
Using "agent-tools". belt app list --category image --featured
Expected outcome:
FEATURED IMAGE APPS
| App | Description |
|-----|-------------|
| falai/flux-dev-lora | FLUX.2 Dev (high quality) |
| google/gemini-3-pro-image | Gemini 3 Pro Image |
| xai/grok-imagine-image | Grok Image Generation |
Using "agent-tools". belt app run x/post-tweet --input '{"text": "Just generated this with #AI!"}'
Expected outcome:
Running x/post-tweet...
Status: posted
Tweet ID: 1234567890
URL: https://twitter.com/user/status/1234567890
Security Audit
Medium RiskThis skill provides access to the inference.sh CLI for running 250+ AI apps. Static analysis detected many patterns (pipe to shell, external commands, hardcoded URLs) but evaluation confirms these are legitimate CLI tool patterns, not security vulnerabilities. The skill is properly scoped to belt commands only, uses official infrastructure, and implements standard installation verification (SHA-256 checksums, optional Sigstore signatures). No malicious behavior detected after semantic review.
High Risk Issues (1)
Medium Risk Issues (3)
Low Risk Issues (2)
Risk Factors
⚙️ External commands (1)
🌐 Network access (1)
🔑 Env variables (1)
📁 Filesystem access (1)
Quality Score
What You Can Build
Generate AI Images Without Local GPU
Content creators and marketers can generate professional images using state-of-the-art models without installing and maintaining local AI tooling. Simply specify the model and prompt.
Automate Social Media with AI-Generated Content
Social media managers can programmatically post AI-generated images, videos, and text to Twitter/X. Create scheduled content workflows with consistent branding.
Access Multiple AI Providers Through Single Interface
Developers can experiment with different AI models by switching app names without changing code. Test FLUX, Claude, Gemini, and OpenRouter models with the same CLI syntax.
Try These Prompts
Use belt to run falai/flux-dev-lora with the input {"prompt": "[DESCRIBE YOUR IMAGE]", "num_images": 1, "image_size": "landscape_16_9"}Run google/veo-3-1-fast with {"prompt": "[VIDEO DESCRIPTION]"} and save the task ID for trackingFirst generate an image with falai/flux-dev-lora, then use that output URL to create a video with bytedance/omnihuman-1-5 using the avatar prompt
Use tavily/search-assistant to find recent information about [TOPIC], then use exa/extract to pull key details from the top results
Best Practices
- Use `belt app sample` to generate input templates before running tasks
- Save task IDs when using `--no-wait` to check status later with `belt task get`
- Store your INFSH_API_KEY securely and prefer `belt login` for interactive authentication
Avoid
- Do not hardcode API keys in scripts - use environment variables or `belt login`
- Avoid running multiple large tasks simultaneously without tracking - use `belt task get` to monitor progress
- Do not upload sensitive personal files - the CLI uploads files to cloud.inference.sh for processing