技能 agent-tools
📦

agent-tools

低風險 ⚙️ 外部命令🌐 網路存取

Run 150+ AI Apps via inference.sh CLI

也可從以下取得: inference-sh-8,inferencesh,inference-sh-6,inference-sh-3,inf-sh,inference-sh-0

無需本地 GPU 配置,即可使用雲端 AI 模型進行影像生成、影片創作、LLM 和搜尋。透過簡單的 CLI 命令直接執行 inference.sh 工作流程。

支援: Claude Codex Code(CC)
🥉 72 青銅
1

下載技能 ZIP

2

在 Claude 中上傳

前往 設定 → 功能 → 技能 → 上傳技能

3

開啟並開始使用

測試它

正在使用「agent-tools」。 Generate an image of a cat astronaut

預期結果:

  • Image generated successfully
  • URL: https://cloud.inference.sh/outputs/abc123.png
  • Model: FLUX.2 Dev
  • Processing time: 3.2s

正在使用「agent-tools」。 Create a video of a drone flying over mountains

預期結果:

  • Video task submitted
  • Task ID: xyz789
  • Estimated time: 45 seconds
  • Result: https://cloud.inference.sh/videos/xyz789.mp4

安全審計

低風險
v1 • 2/23/2026

Static analysis flagged 194 patterns, but most are false positives from documentation files. External command detections are markdown code blocks showing CLI examples, not executable code. Network URLs are documentation links. Environment variable access (INFSH_API_KEY) and filesystem paths (~/.local/bin) are standard for CLI tools. The curl|sh install pattern is common for CLI distribution. One medium concern: CLI executes external processes via inference.sh API, requiring user trust in the platform.

5
已掃描檔案
554
分析行數
4
發現項
1
審計總數
中風險問題 (1)
External CLI Dependency
Skill relies on external inference.sh CLI binary that executes cloud-based AI workloads. User must trust the inference.sh platform with API credentials and data sent for processing.
低風險問題 (1)
Standard CLI Installation Pattern
Uses curl|sh installation method which is common but requires trusting the remote script source.
審計者: claude

品質評分

45
架構
100
可維護性
87
內容
50
社群
83
安全
83
規範符合性

你能建構什麼

AI 內容創作

隨需生成行銷影像、產品影片和 3D 模型,無需本地 GPU。快速建立多個變體以進行 A/B 測試。

快速 AI 原型開發

在決定特定供應商或自行托管之前,測試不同的 AI 模型(FLUX 與 Gemini、Veo 與 Seedance)以找到最適合您用例的方案。

自動化工作流程

建立自動化管道,作為更大型 AI 代理工作流程的一部分來生成社群媒體內容、轉錄音訊或搜尋網路。

試試這些提示

基本影像生成
Generate an image using FLUX with this prompt: "a futuristic city at sunset, cyberpunk style"
使用 Veo 創作影片
Create a 5-second video using Veo 3.1 Fast showing "ocean waves crashing on rocky cliffs at sunrise"
網路搜尋研究
Search for the latest news about "quantum computing breakthroughs 2025" using Tavily and summarize the top 3 results
多模型比較
Generate the same image prompt "a serene mountain landscape" using both FLUX and Gemini 3 Pro, then compare the results side by side

最佳實務

  • 使用 --save 旗標將樣本輸入儲存為範本,以便重複使用工作流程
  • 執行前使用 infsh app get 檢查應用程式詳細資訊,以了解所需的輸入
  • 對於長時間執行的影片生成任務,使用 --no-wait 避免阻塞

避免

  • 請勿將敏感或私人資料傳送至雲端 AI 模型
  • 避免在未檢查輸入結構描述的情況下執行應用程式
  • 請勿將 API 金鑰儲存在程式碼中 - 請使用環境變數

常見問題

Do I need an inference.sh account to use this skill?
是的。執行 infsh login 進行驗證。此 skill 需要有效的 API 憑證才能執行 AI 工作負載。
Is my data private when using inference.sh?
所有處理都在 inference.sh 伺服器上進行。請勿用於敏感資料。有關資料處理詳情,請參閱其隱私權政策。
How does pricing work?
inference.sh 使用積分制定價。不同模型的每次生成費用不同。使用 infsh me 檢查您的餘額。
Can I use this skill offline?
不行。所有 AI 推論都在雲端進行。所有操作都需要網路連線。
What happens if a task fails?
CLI 會傳回包含詳細資訊的錯誤訊息。失敗的任務不會向您的帳戶收費。
Can I deploy my own AI models to inference.sh?
是的。使用 infsh app init 和 infsh app deploy 來建立及部署自訂 AI 工作流程至平台。