agent-tools
Run 150+ AI Models via CLI
Também disponível em: inferencesh,inf-sh,inference-sh-8,inference-sh-7,inference-sh-6,inference-sh-0,inference-sh-9,skillssh,toolshell,tool-belt,tul-sh,inference-shell,inferen-sh
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.
Baixar o ZIP da skill
Upload no Claude
Vá em Configurações → Capacidades → Skills → Upload skill
Ative e comece a usar
Testar
A utilizar "agent-tools". Generate an image of a cat astronaut
Resultado esperado:
Task started. Task ID: tk_abc123. Check status with: infsh task get tk_abc123
A utilizar "agent-tools". Call Claude for a summary
Resultado esperado:
Claude Response: [AI-generated summary of the requested topic]
A utilizar "agent-tools". Search for AI news
Resultado esperado:
Found 5 results: [list of relevant articles with titles and summaries]
Auditoria de Segurança
SeguroAll 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.
Fatores de risco
⚙️ Comandos externos (5)
🌐 Acesso à rede (4)
🔑 Variáveis de ambiente (3)
📁 Acesso ao sistema de arquivos (2)
Padrões Detectados
Pontuação de qualidade
O Que Você Pode Construir
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
Tente Estes 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
Melhores Práticas
- 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
Evitar
- 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