agent-tools
CLIから150以上のAIモデルにアクセス
こちらからも入手できます: inference-sh-7,inference-sh-8,inferencesh,inference-sh-3,inf-sh,inference-sh-0
GPUセットアップなしで、コマンドラインから画像生成、ビデオ作成、LLM呼び出し、Web検索を含む150以上のAIアプリケーションを実行します。
スキルZIPをダウンロード
Claudeでアップロード
設定 → 機能 → スキル → スキルをアップロードへ移動
オンにして利用開始
テストする
「agent-tools」を使用しています。 Generate an image of a cat astronaut using FLUX
期待される結果:
Task submitted successfully. Task ID: task_abc123
Waiting for completion...
Image generated: https://results.inference.sh/xyz.png
「agent-tools」を使用しています。 List all image generation apps
期待される結果:
Available image apps:
- falai/flux-dev-lora
- google/gemini-3-pro
- xai/grok-imagine
- infsh/seedream-4-5
- topaz/upscale
セキュリティ監査
安全This 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.
リスク要因
⚙️ 外部コマンド (138)
🌐 ネットワークアクセス (32)
🔑 環境変数 (3)
📁 ファイルシステムへのアクセス (4)
品質スコア
作れるもの
CLIでAI画像を生成
ローカルGPUセットアップなしでFLUX、Gemini、またはGrokを使用して画像を作成
Claudeやその他のLLMを呼び出す
OpenRouter経由でClaude、Gemini、その他のLLMにアクセスしてテキストタスクを実行
Twitter投稿を自動化
プログラムでツイートを送信し、DMを送信し、Twitterアカウントを管理
これらのプロンプトを試す
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
ベストプラクティス
- 長時間実行されるタスクには--no-waitフラグを使用してタイムアウトを回避
- 頻繁に使用する入力をJSONファイルとして保存して再利用
- infsh app sampleコマンドを使用して有効な入力テンプレートを生成
- 非同期操作にはinfsh task getでタスクの状態を確認
回避
- INFSH_API_KEYをパブリックリポジトリで共有しない
- --no-waitフラグなしで大きなバッチジョブを実行しない
- すべてのアプリがすべての入力形式をサポートしていると仮定せず、まずアプリの詳細を確認