agent-tools
inference.sh CLIで150以上のAIモデルを実行
또한 다음에서 사용할 수 있습니다: inferencesh,inference-sh-0,inference-sh-8,inference-sh-9,skillssh,inf-sh,toolshell,inference-sh-7,inference-sh-6,inference-sh-3,tool-belt,tul-sh,inferen-sh
ローカルGPU不要でクラウドベースのAIモデルにアクセス。統一されたCLIインターフェースで画像生成、ビデオ作成、LLM、検索ツールを実行できます。
스킬 ZIP 다운로드
Claude에서 업로드
설정 → 기능 → 스킬 → 스킬 업로드로 이동
토글을 켜고 사용 시작
테스트해 보기
"agent-tools" 사용 중입니다. infsh app run falai/flux-dev-lora --input '{"prompt": "a cat astronaut"}'
예상 결과:
Task completed. Image URL: https://cloud.inference.sh/generated/image-12345.png
"agent-tools" 사용 중입니다. infsh app run google/veo-3-1-fast --input '{"prompt": "drone over mountains"}'
예상 결과:
Task completed. Video URL: https://cloud.inference.sh/generated/video-67890.mp4
"agent-tools" 사용 중입니다. infsh app run tavily/search-assistant --input '{"query": "AI trends 2026"}'
예상 결과:
Search results returned with 5 relevant articles about AI trends, including summaries and source URLs
보안 감사
낮은 위험Static analyzer flagged 194 patterns that are false positives. The detected 'shell execution' patterns are markdown documentation examples (code blocks), not executable code. The 'pipe to shell' pattern is the standard CLI installer used by many legitimate tools. URLs are official inference.sh domains. API key access is documented CI/CD practice. No malicious intent detected.
낮은 위험 문제 (1)
위험 요인
⚙️ 외부 명령어 (1)
🌐 네트워크 접근 (1)
품질 점수
만들 수 있는 것
AI搭載コンテンツ制作
ローカルハードウェアへの投資なしで、クラウドAIモデルを使用してマーケティング画像、商品ビデオ、ソーシャルメディアコンテンツを生成。
高速AIプロトタイピング
特定のプロバイダーにコミットしたり、カスタムインフラを構築する前に、タスク用に複数のAIモデルをテスト。
自動化された研究ワークフロー
ウェブ検索、LLM分析、コンテンツ生成を組み合わせて、自动化された研究とレポートパイプラインを構築。
이 프롬프트를 사용해 보세요
Generate an image using FLUX with this prompt: a cat astronaut floating in space, landscape orientation
Create a 5-second video using Veo 3.1 Fast showing a drone flying over a forest at sunset
Call Claude Sonnet 4.5 through OpenRouter to explain quantum computing in simple terms for a beginner
Search for the latest AI news using Tavily, then summarize the top 3 results in bullet points
모범 사례
- オフラインアクセスとバックアップのためにAPI出力をローカルファイルに保存
- ビデオ生成などの長時間実行タスクには--no-waitフラグを使用
- 'infsh app sample'でサンプル入力を最初に生成して、必要なスキーマを理解する
피하기
- INFSH_API_KEYをバージョン管理にコミットしたり、パブリックリポジトリで共有しない
- 'infsh app get'で入力スキーマを最初に確認せずにアプリを実行しない
- 即座な出力が必要なクイックタスクには--no-waitを使用しない