agent-tools
150+ KI-Apps über inference.sh CLI ausführen
또한 다음에서 사용할 수 있습니다: qu-skills,inference-sh-8,inference-sh-3,inference-sh-6,toolshell,inference-skills,inferen-sh,inf-sh,infsh-skills,inferencesh,inference-shell,inference-sh-skills,tul-sh,inference-sh-0,inference-sh-9,skillssh,tool-belt
Greifen Sie auf cloudbasierte KI-Modelle für Bildgenerierung, Videoerstellung, LLMs und Suche zu – ohne lokale GPU-Einrichtung. Führen Sie inference.sh-Workflows direkt über Claude Code mit einfachen CLI-Befehlen aus.
스킬 ZIP 다운로드
Claude에서 업로드
설정 → 기능 → 스킬 → 스킬 업로드로 이동
토글을 켜고 사용 시작
테스트해 보기
"agent-tools" 사용 중입니다. Generate an image of a cat astronaut
예상 결과:
- Image generated successfully
- URL: https://cloud.inference.sh/outputs/abc123.png
- Model: FLUX.2 Dev
- Processing time: 3.2s
"agent-tools" 사용 중입니다. Create a video of a drone flying over mountains
예상 결과:
- Video task submitted
- Task ID: xyz789
- Estimated time: 45 seconds
- Result: https://cloud.inference.sh/videos/xyz789.mp4
보안 감사
낮은 위험Static 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.
중간 위험 문제 (1)
낮은 위험 문제 (1)
위험 요인
⚙️ 외부 명령어 (3)
🌐 네트워크 접근 (2)
품질 점수
만들 수 있는 것
KI-Content-Erstellung
Generieren Sie Marketing-Bilder, Produktvideos und 3D-Modelle bei Bedarf ohne lokale GPU. Erstellen Sie schnell mehrere Varianten für A/B-Tests.
Schnelles KI-Prototyping
Testen Sie verschiedene KI-Modelle (FLUX vs. Gemini, Veo vs. Seedance) für Ihren Anwendungsfall, bevor Sie sich für einen bestimmten Anbieter oder Self-Hosting entscheiden.
Automatisierte Workflows
Erstellen Sie automatisierte Pipelines, die Social-Media-Content generieren, Audio transkribieren oder das Web durchsuchen als Teil größerer KI-Agenten-Workflows.
이 프롬프트를 사용해 보세요
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
모범 사례
- Verwenden Sie den --save-Flag, um Beispiel-Eingaben als Vorlagen für wiederholte Workflows zu speichern
- Prüfen Sie App-Details mit infsh app get vor der Ausführung, um erforderliche Eingaben zu verstehen
- Verwenden Sie --no-wait für langlaufende Video-Generierungsaufgaben, um Blockierungen zu vermeiden
피하기
- Senden Sie keine sensiblen oder privaten Daten an Cloud-KI-Modelle
- Vermeiden Sie das Ausführen von Apps ohne vorherige Prüfung des Eingabe-Schemas
- Speichern Sie keine API-Schlüssel im Code – verwenden Sie Umgebungsvariablen