agent-tools
CLI経由で150以上のサーバーレスAIモデルを実行
こちらからも入手できます: inference-sh-7,inferencesh,inference-sh-6,inference-sh-3,inf-sh,inference-sh-0
GPUインフラストラクチャやモデル管理なしでエンタープライズAI機能にアクセスできます。画像生成、ビデオ作成、LLM推論、Web検索を統合されたコマンドラインインターフェースで実行できます。
スキルZIPをダウンロード
Claudeでアップロード
設定 → 機能 → スキル → スキルをアップロードへ移動
オンにして利用開始
テストする
「agent-tools」を使用しています。 Generate an image of a sunset beach
期待される結果:
Image URL returned: https://cloud.inference.sh/generated/abc123.png (1024x768, PNG format)
「agent-tools」を使用しています。 Summarize quantum computing basics using Claude
期待される結果:
Quantum computing uses quantum bits (qubits) that can exist in superposition, enabling parallel computation. Key concepts include entanglement, interference, and quantum gates. Current applications focus on cryptography, optimization, and simulation.
セキュリティ監査
低リスクStatic analyzer detected 194 patterns in documentation files (markdown), not executable code. The 'backtick execution' and 'pipe to shell' findings are example commands in code blocks showing CLI usage. The skill restricts Bash access to 'infsh *' commands only via allowed-tools directive. API key access is documented and expected for authentication. No malicious intent detected after semantic review.
中リスクの問題 (1)
低リスクの問題 (2)
リスク要因
⚙️ 外部コマンド (4)
🌐 ネットワークアクセス (2)
品質スコア
作れるもの
AIを活用したコンテンツ作成
マーケティングチームは、複数のAIモデルを使用して、プロモーションビジュアル、ビデオ、書面によるコンテンツを作成し、インフラストラクチャを管理したり、異なるAPIプロバイダーを比較したりする必要がありません。
迅速なAIプロトタイピング
開発者は、统一されたコマンドでプロバイダーやモデルバリアントを素早く切り替えることで、アプリケーション用の異なるAIモデルをテストできます。
自動化された研究ワークフロー
研究者は、Web検索、LLM分析、ドキュメント処理を組み合わせることで、文献検索、データ抽出、レポート生成を自動化できます。
これらのプロンプトを試す
Generate an image of a cat astronaut floating in space using the FLUX model
Create a 5-second video of a drone flying over mountains at sunset using Veo 3.1, then save the result URL
Search for the latest AI news using Tavily, extract key points from the top 3 articles, and summarize them using Claude
Generate an image for 'future of renewable energy', create an engaging caption using Gemini, and post to Twitter
ベストプラクティス
- 常に本番環境で使用する前に生成されたコンテンツを確認してください。特に画像やビデオの場合
- 長時間実行されるタスクには--no-waitフラグを使用し、タスクgetコマンドでステータスを確認します
- API認証情報を安全に保管し、環境変数を使用してください。バージョン管理にはコミットしないでください
回避
- プライバシーポリシーを確認せずに、外部AIモデルに機密データやプライベートデータを渡さないでください
- 本番ワークフローで不明な開発者からの未確認アプリを実行しないでください
- スクリプトや設定ファイルにAPIキーをハードコードしないでください