Habilidades agent-tools
📦

agent-tools

Seguro ⚙️ Comandos externos🌐 Acesso à rede🔑 Variáveis de ambiente📁 Acesso ao sistema de arquivos

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.

Suporta: Claude Codex Code(CC)
🥉 73 Bronze
1

Baixar o ZIP da skill

2

Upload no Claude

Vá em Configurações → Capacidades → Skills → Upload skill

3

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

Seguro
v1 • 2/18/2026

All 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.

5
Arquivos analisados
554
Linhas analisadas
4
achados
1
Total de auditorias

Padrões Detectados

Documentation Shell Examples (False Positive)Service Endpoint URLs (False Positive)API Key Environment Variable (False Positive)Pipe to Shell Installation (False Positive)Heuristic: Code Execution + Network + Credentials (False Positive)
Auditado por: claude

Pontuação de qualidade

45
Arquitetura
100
Manutenibilidade
85
Conteúdo
31
Comunidade
100
Segurança
91
Conformidade com especificações

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

Simple Image Generation
Use the agent-tools skill to generate an image with the prompt: 'a futuristic city at sunset' using the flux model
Video Creation
Run the agent-tools skill to create a video of a drone flying over mountains using the google/veo-3-1-fast model
LLM Text Generation
Use agent-tools to call the Claude Sonnet model via OpenRouter to explain quantum computing in simple terms
Web Research
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

Perguntas Frequentes

What is inference.sh?
Inference.sh is a platform that provides CLI access to 150+ AI models without requiring GPU setup or local infrastructure.
How do I authenticate?
Run 'infsh login' to authenticate via browser, or set the INFSH_API_KEY environment variable for scripted access.
Which AI models are available?
Models include FLUX, Veo, Claude, Gemini, Grok, Seedance, OmniHuman, Tavily, Exa, OpenRouter models, and many more.
Is there a free tier?
Check inference.sh pricing at https://inference.sh for current pricing and free credit offers.
Can I use this in production?
Yes, the CLI supports environment variable authentication suitable for CI/CD and production workflows.
How do I check task status?
Use 'infsh task get <task-id>' to check the status of any running or completed task.

Detalhes do Desenvolvedor

Estrutura de arquivos