agent-tools
Run 150+ AI Apps via inference.sh CLI
Également disponible depuis: inference-sh-8,inferencesh,inference-sh-6,inference-sh-3,inf-sh,inference-sh-0
Access cloud-based AI models for image generation, video creation, LLMs, and search without local GPU setup. Execute inference.sh workflows directly through Claude Code using simple CLI commands.
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
Résultat attendu:
- Image generated successfully
- URL: https://cloud.inference.sh/outputs/abc123.png
- Model: FLUX.2 Dev
- Processing time: 3.2s
Utilisation de "agent-tools". Create a video of a drone flying over mountains
Résultat attendu:
- Video task submitted
- Task ID: xyz789
- Estimated time: 45 seconds
- Result: https://cloud.inference.sh/videos/xyz789.mp4
Audit de sécurité
Risque faibleStatic analysis flagged 194 patterns, but most are false positives from documentation files. External command detections are markdown code blocks showing CLI examples, not executable code. Network URLs are documentation links. Environment variable access (INFSH_API_KEY) and filesystem paths (~/.local/bin) are standard for CLI tools. The curl|sh install pattern is common for CLI distribution. One medium concern: CLI executes external processes via inference.sh API, requiring user trust in the platform.
Problèmes à risque moyen (1)
Problèmes à risque faible (1)
Facteurs de risque
⚙️ Commandes externes (3)
🌐 Accès réseau (2)
Score de qualité
Ce que vous pouvez construire
AI Content Creation
Generate marketing images, product videos, and 3D models on-demand without local GPU. Create multiple variations quickly for A/B testing.
Rapid AI Prototyping
Test different AI models (FLUX vs Gemini, Veo vs Seedance) for your use case before committing to a specific provider or self-hosting.
Automated Workflows
Build automated pipelines that generate social media content, transcribe audio, or search the web as part of larger AI agent workflows.
Essayez ces prompts
Generate an image using FLUX with this prompt: "a futuristic city at sunset, cyberpunk style"
Create a 5-second video using Veo 3.1 Fast showing "ocean waves crashing on rocky cliffs at sunrise"
Search for the latest news about "quantum computing breakthroughs 2025" using Tavily and summarize the top 3 results
Generate the same image prompt "a serene mountain landscape" using both FLUX and Gemini 3 Pro, then compare the results side by side
Bonnes pratiques
- Use --save flag to save sample inputs as templates for repeated workflows
- Check app details with infsh app get before running to understand required inputs
- Use --no-wait for long-running video generation tasks to avoid blocking
Éviter
- Do not send sensitive or private data to cloud AI models
- Avoid running apps without checking input schema first
- Do not store API keys in code - use environment variables