agent-tools
Run 250+ AI Models via inference.sh CLI
Also available from: qu-skills,inference-sh-8,inference-sh-3,inference-sh-6,toolshell,inferen-sh,inf-sh,infsh-skills,inference-sh-7,inferencesh,inference-shell,inference-sh-skills,tul-sh,inference-sh-0,inference-sh-9,skillssh,tool-belt
Need to generate images, create videos, or call AI models? This skill wraps the inference.sh CLI to give Claude access to 250+ AI services including FLUX, Veo, Gemini, and Claude itself.
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 a landscape image of a mountain at sunset using FLUX
Expected outcome:
Image generation initiated via inference.sh... Download URL provided upon completion
Using "agent-tools". Call Gemini to summarize: The quick brown fox jumps over the lazy dog
Expected outcome:
Summary: A concise description of a fox's agility demonstrated through a common pangram
Security Audit
Medium RiskStatic analysis flagged 203 potential issues, primarily pattern detection. After semantic evaluation: backtick/shell commands are the legitimate CLI wrapper mechanism, not injection vulnerabilities. Hardcoded URLs are documentation examples. The skill combines code execution, network access, and credential handling to call external AI services - this is documented functionality, not malicious behavior. No evidence of data exfiltration or malicious intent. Risk factors are inherent to CLI wrapper operations.
Medium Risk Issues (1)
Low Risk Issues (2)
Risk Factors
⚙️ External commands (4)
🌐 Network access (2)
🔑 Env variables (3)
📁 Filesystem access (2)
Quality Score
What You Can Build
Generate Marketing Images
Create product images, social media graphics, or marketing assets using FLUX or Seedance models directly from Claude
Access Claude via External CLI
Use Claude models through the inference.sh wrapper for batch processing or scripted workflows
Research Web Search
Query web search services like Tavily or Exa to gather research information for analysis
Try These Prompts
Use inference.sh to generate an image of [description] using FLUX model
Run the following video generation using inference.sh with Veo: [scene description]
Using inference.sh, send the following text to Gemini for sentiment analysis: [text]
Search the web using inference.sh with Tavily for information about [topic]
Best Practices
- Set INFERENCE_API_KEY in environment before using skill features
- Check rate limits before running batch operations on AI services
- Verify output from AI models before using in production systems
Avoid
- Do not pass untrusted user input directly as inference.sh arguments without validation
- Do not expose API keys in skill configurations or shared prompts
- Do not rely solely on AI-generated content without human review