agent-tools
Run 150+ AI Models via CLI
Also available from: inference-sh-7,inferencesh,inference-sh-6,inf-sh,inference-sh-0
Access powerful AI models without GPU setup. Generate images, videos, and text through a simple CLI that connects to cloud-based AI services including FLUX, Veo, Claude, Gemini, and OpenRouter.
Download the skill ZIP
Upload in Claude
Go to Settings → Capabilities → Skills → Upload skill
Toggle on and start using
Test it
Using "agent-tools". Generate an image of a cat astronaut
Expected outcome:
Task started. Task ID: tk_abc123. Check status with: infsh task get tk_abc123
Using "agent-tools". Call Claude for a summary
Expected outcome:
Claude Response: [AI-generated summary of the requested topic]
Using "agent-tools". Search for AI news
Expected outcome:
Found 5 results: [list of relevant articles with titles and summaries]
Security Audit
SafeAll 194 static findings are false positives. The flagged patterns (shell backticks, hardcoded URLs, environment variable access, pipe-to-shell) appear in documentation markdown files as legitimate CLI usage examples. The skill is a wrapper for the inference.sh CLI service - network access and credential handling are required functionality for calling external AI services, not security vulnerabilities. The critical heuristic warning about 'code execution + network + credential access' is a false positive because this combination is expected and necessary for AI service integration.
Risk Factors
⚙️ External commands (5)
🌐 Network access (4)
🔑 Env variables (3)
📁 Filesystem access (2)
Detected Patterns
Quality Score
What You Can Build
Developer Quick AI Access
Generate images, videos, or call LLMs without writing code or setting up local AI environments
CI/CD AI Integration
Automate AI tasks in build pipelines using environment variable authentication
AI-Powered Content Creation
Create marketing images, social media videos, and generate copy using multiple AI models
Try These Prompts
Use the agent-tools skill to generate an image with the prompt: 'a futuristic city at sunset' using the flux model
Run the agent-tools skill to create a video of a drone flying over mountains using the google/veo-3-1-fast model
Use agent-tools to call the Claude Sonnet model via OpenRouter to explain quantum computing in simple terms
Use agent-tools to search for the latest developments in AI image generation using tavily/search-assistant
Best Practices
- Use 'infsh app list --search' to discover available models before running
- Generate sample inputs with 'infsh app sample' to understand required JSON structure
- Set INFSH_API_KEY environment variable for CI/CD automation
- Use --no-wait flag for long-running tasks to avoid blocking
Avoid
- Do not share your API key in public repositories or logs
- Avoid running many parallel tasks without checking rate limits
- Do not assume all models support the same input format - check each app's requirements