技能 agent-tools
📦

agent-tools

低风险 ⚙️ 外部命令🌐 网络访问🔑 环境变量

CLI経由で150以上のサーバーレスAIモデルを実行

也可从以下获取: infsh-skills,toolshell,inference-sh-0,inference-sh-6,inference-sh-7,skillssh,inference-sh-3,inference-sh-9,inferencesh,inference-shell,tool-belt,tul-sh,inf-sh,inferen-sh

GPUインフラストラクチャやモデル管理なしでエンタープライズAI機能にアクセスできます。画像生成、ビデオ作成、LLM推論、Web検索を統合されたコマンドラインインターフェースで実行できます。

支持: Claude Codex Code(CC)
⚠️ 67
1

下载技能 ZIP

2

在 Claude 中上传

前往 设置 → 功能 → 技能 → 上传技能

3

开启并开始使用

测试它

正在使用“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.

安全审计

低风险
v1 • 2/25/2026

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.

5
已扫描文件
554
分析行数
6
发现项
1
审计总数
中风险问题 (1)
Shell Pipe Pattern in Installation Command
Documentation includes 'curl | sh' installation pattern which executes remote code directly. This is a common CLI distribution method but requires user trust in the source.
低风险问题 (2)
API Key Storage in Environment Variable
Skill documents using INFSH_API_KEY environment variable for authentication. Standard practice but secrets should be handled carefully.
External Network Dependencies
Skill relies on external inference.sh infrastructure for all AI model execution. Service availability and data privacy depend on third-party.
审计者: claude

质量评分

45
架构
100
可维护性
87
内容
21
社区
81
安全
83
规范符合性

你能构建什么

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キーをハードコードしないでください

常见问题

inference.sh CLIのインストール方法を教えてください
Run 'curl -fsSL https://cli.inference.sh | sh' then 'infsh login' to authenticate. Alternatively, download the binary manually from the releases page.
どのようなAIモデルが利用可能ですか?
150以上のモデルに対応。画像用のFLUX、ビデオ用のVeo、テキスト用のClaude/Gemini/Grok、検索用のTavily/Exa、および3D、音声、自動化用の専門モデルがあります。
価格はどのように機能しますか?
使用量はモデルごとに消費されるクレジットに基づいています。'infsh me'で残高を確認し、inference.shダッシュボードで価格を確認してください。
オフラインで使用できますか?
いいえ、すべてのモデル実行はinference.shクラウドインフラストラクチャで行われます。すべての操作にインターネット接続が必要です。
CI/CD用のAPIキーの取得方法を教えてください
inference.shダッシュボード設定でAPIキーを生成し、CI環境のINFSH_API_KEY環境変数として設定してください。
出力でサポートされている形式は何ですか?
画像はPNG/JPG URL、ビデオはMP4/WebM、音声はWAV/MP3、テキストはJSONで返されます。--saveフラグを使用してファイルを直接ダウンロードできます。