Compétences agent-tools
📦

agent-tools

Risque faible ⚙️ Commandes externes🌐 Accès réseau🔑 Variables d’environnement

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

Également disponible depuis: qu-skills,inference-sh-3,inference-sh-6,toolshell,inference-skills,inferen-sh,inf-sh,infsh-skills,inference-sh-7,inferencesh,inference-shell,inference-sh-skills,tul-sh,inference-sh-0,inference-sh-9,skillssh,tool-belt

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

Prend en charge: Claude Codex Code(CC)
⚠️ 67 Médiocre
1

Télécharger le ZIP du skill

2

Importer dans Claude

Allez dans Paramètres → Capacités → Skills → Importer un skill

3

Activez et commencez à utiliser

Tester

Utilisation de "agent-tools". Generate an image of a sunset beach

Résultat attendu:

Image URL returned: https://cloud.inference.sh/generated/abc123.png (1024x768, PNG format)

Utilisation de "agent-tools". Summarize quantum computing basics using Claude

Résultat attendu:

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.

Audit de sécurité

Risque faible
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
Fichiers analysés
554
Lignes analysées
6
résultats
1
Total des audits
Problèmes à risque moyen (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.
Problèmes à risque faible (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.
Audité par: claude

Score de qualité

45
Architecture
100
Maintenabilité
87
Contenu
21
Communauté
81
Sécurité
83
Conformité aux spécifications

Ce que vous pouvez construire

AIを活用したコンテンツ作成

マーケティングチームは、複数のAIモデルを使用して、プロモーションビジュアル、ビデオ、書面によるコンテンツを作成し、インフラストラクチャを管理したり、異なるAPIプロバイダーを比較したりする必要がありません。

迅速なAIプロトタイピング

開発者は、统一されたコマンドでプロバイダーやモデルバリアントを素早く切り替えることで、アプリケーション用の異なるAIモデルをテストできます。

自動化された研究ワークフロー

研究者は、Web検索、LLM分析、ドキュメント処理を組み合わせることで、文献検索、データ抽出、レポート生成を自動化できます。

Essayez ces prompts

基本的な画像生成
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

Bonnes pratiques

  • 常に本番環境で使用する前に生成されたコンテンツを確認してください。特に画像やビデオの場合
  • 長時間実行されるタスクには--no-waitフラグを使用し、タスクgetコマンドでステータスを確認します
  • API認証情報を安全に保管し、環境変数を使用してください。バージョン管理にはコミットしないでください

Éviter

  • プライバシーポリシーを確認せずに、外部AIモデルに機密データやプライベートデータを渡さないでください
  • 本番ワークフローで不明な開発者からの未確認アプリを実行しないでください
  • スクリプトや設定ファイルにAPIキーをハードコードしないでください

Foire aux questions

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フラグを使用してファイルを直接ダウンロードできます。

Détails du développeur

Structure de fichiers