agent-tools
الوصول إلى أكثر من 150 تطبيق ذكاء اصطناعي سحابي عبر سطر الأوامر
Également disponible depuis: inference-sh-0,inference-sh-8,inference-sh-9,inference-shell,skillssh,inf-sh,toolshell,inference-sh-7,inference-sh-6,inference-sh-3,tool-belt,tul-sh,inferen-sh
يتطلب تشغيل نماذج الذكاء الاصطناعي محليًا أجهزة GPU مكلفة. تتيح واجهة الأوامر inference.sh الوصول إلى أكثر من 150 تطبيق ذكاء اصطناعي سحابي لتوليد الصور وإنشاء الفيديو واستدعاء نماذج LLM والبحث على الويب دون أي إعداد محلي.
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". infsh app run falai/flux-dev-lora --input '{"prompt": "a red bicycle in a parisian street"}'
Résultat attendu:
Task ID: abc123xyz
Image URL: https://cloud.inference.sh/images/def456.png
The generated image is ready for download.
Utilisation de "agent-tools". infsh app run tavily/search-assistant --input '{"query": "Claude Code AI features"}'
Résultat attendu:
Results:
1. Claude Code - Anthropic's CLI for AI-assisted development
2. Features include: code generation, refactoring, debugging
3. Available via npm: npx @anthropic/claude-code
Utilisation de "agent-tools". infsh task get abc123xyz --json
Résultat attendu:
{
"status": "completed",
"output": {
"url": "https://cloud.inference.sh/video.mp4"
}
}
Audit de sécurité
Risque faibleDocumentation-only skill containing markdown reference files. Static findings are false positives - patterns detected are CLI command examples in documentation, not executable code. All curl pipe patterns use security-enhancing flags (-fsSL). No malicious intent, credential exfiltration, or actual code execution risks detected.
Facteurs de risque
🌐 Accès réseau (2)
⚙️ Commandes externes (2)
Score de qualité
Ce que vous pouvez construire
توليد صور تسويقية باستخدام FLUX
أنشئ صور منتجات احترافية ومواد تسويقية باستخدام نماذج FLUX عبر أوامر بسيطة في سطر الأوامر دون الحاجة إلى GPU محلي.
بناء سير عمل للفيديو باستخدام Veo 3
ولّد مقاطع فيديو قصيرة ورسومًا متحركة باستخدام نماذج Google Veo لوسائل التواصل الاجتماعي أو العروض التقديمية أو النماذج الأولية.
البحث باستخدام الويب وتسلسل LLM
ادمج بحث Tavily على الويب مع Claude أو نماذج LLM أخرى للبحث عن المواضيع وتوليد الملخصات تلقائيًا.
Essayez ces prompts
Use the inference.sh CLI to generate an image with FLUX. First list available image apps, then run falai/flux-dev-lora with a prompt of "${1:a cozy coffee shop interior}".Create a drone-shot style video using Veo 3. Generate a sample input file first, then run google/veo-3-1-fast with the prompt "${1:aerial view of ocean waves at sunset}".Use Tavily search to find information about "${1:latest developments in quantum computing}", then summarize the results using Claude Sonnet via OpenRouter.Post a promotional tweet using the x/post-tweet app. The tweet text should be: "${1:Check out our new AI-powered tool!}"Bonnes pratiques
- أنشئ مدخلات نموذجية أولًا باستخدام 'infsh app sample' لفهم المعلمات المطلوبة قبل تشغيل التطبيقات
- استخدم تثبيت الإصدارات (@version) في السكربتات الإنتاجية لضمان نتائج قابلة لإعادة الإنتاج
- احفظ معرفات المهام عند التشغيل مع --no-wait لاسترجاع النتائج لاحقًا
Éviter
- ترميز مفاتيح API مباشرة في سطر الأوامر - استخدم متغيرات البيئة بدلًا من ذلك
- تشغيل عدة تطبيقات بالتسلسل دون التحقق من حالة المهام بين التشغيلات
- نسيان التحقق من التطبيقات المتاحة قبل افتراض توفر نموذج معين