agent-tools
Access 150+ AI Models via CLI
Également disponible depuis: inference-sh-7,inference-sh-8,inferencesh,inference-sh-3,inf-sh,inference-sh-0
Run 150+ AI applications including image generation, video creation, LLM calls, and web search directly from the command line without GPU setup.
Télécharger le ZIP du skill
Importer dans Claude
Allez dans Paramètres → Capacités → Skills → Importer un skill
Activez et commencez à utiliser
Tester
Utilisation de "agent-tools". Generate an image of a cat astronaut using FLUX
Résultat attendu:
Task submitted successfully. Task ID: task_abc123
Waiting for completion...
Image generated: https://results.inference.sh/xyz.png
Utilisation de "agent-tools". List all image generation apps
Résultat attendu:
Available image apps:
- falai/flux-dev-lora
- google/gemini-3-pro
- xai/grok-imagine
- infsh/seedream-4-5
- topaz/upscale
Audit de sécurité
SûrThis is a documentation skill for the inference.sh CLI platform. All static findings are false positives - the skill contains only documentation with CLI examples. The allowed-tools restriction to Bash(infsh *) limits execution to the official inference.sh CLI only. Network access is to inference.sh API endpoints, and credential handling is through standard CLI authentication.
Facteurs de risque
⚙️ Commandes externes (138)
🌐 Accès réseau (32)
🔑 Variables d’environnement (3)
📁 Accès au système de fichiers (4)
Score de qualité
Ce que vous pouvez construire
Generate AI Images from CLI
Create images using FLUX, Gemini, or Grok without local GPU setup
Call Claude and Other LLMs
Access Claude, Gemini, and other LLMs via OpenRouter for text tasks
Automate Twitter Posts
Post tweets, send DMs, and manage Twitter account programmatically
Essayez ces prompts
Use the agent-tools skill to list all available apps on inference.sh
Use agent-tools to generate an image of a sunset over mountains using the flux model
Use agent-tools to call Claude Sonnet via OpenRouter to explain quantum computing in simple terms
Use agent-tools to generate a video of a drone flying over ocean cliffs using Veo 3, then check the task status
Bonnes pratiques
- Use --no-wait flag for long-running tasks to avoid timeouts
- Save frequently used inputs as JSON files for reuse
- Use the infsh app sample command to generate valid input templates
- Check task status with infsh task get for async operations
Éviter
- Do not share your INFSH_API_KEY in public repositories
- Avoid running large batch jobs without --no-wait flag
- Do not assume all apps support all input formats - check app details first