agent-tools
inference.sh CLIで150以上のAIアプリを実行
또한 다음에서 사용할 수 있습니다: inferencesh,inference-sh-0,inference-sh-8,inference-sh-9,inference-shell,skillssh,inf-sh,toolshell,inference-sh-7,inference-sh-6,inference-sh-3,tool-belt,tul-sh
统一的CLIインターフェースを通じて、画像生成、ビデオ作成、LLM、検索のための150以上のAIモデルにアクセス。GPUやAPI鍵管理は不要 - inference.shがクラウド実行を処理します。
스킬 ZIP 다운로드
Claude에서 업로드
설정 → 기능 → 스킬 → 스킬 업로드로 이동
토글을 켜고 사용 시작
테스트해 보기
"agent-tools" 사용 중입니다. infsh app run falai/flux-dev-lora --input '{"prompt": "a cat astronaut"}'
예상 결과:
Task completed with generated image URL: https://cloud.inference.sh/generated/image-123.png
"agent-tools" 사용 중입니다. infsh app run tavily/search-assistant --input '{"query": "latest AI news"}'
예상 결과:
Search results returned with 5 relevant articles including titles, URLs, and summaries
"agent-tools" 사용 중입니다. infsh task get abc123def456 --json
예상 결과:
Task status object with state, created_at, completed_at, and output containing result URLs
보안 감사
안전Static analyzer flagged 203 patterns in documentation files, but all are false positives. The skill consists of Markdown documentation with code examples, not executable code. Backticks are markdown formatting, URLs are documentation links, and environment variable references are standard API authentication documentation. The documented curl|sh install pattern is industry-standard for CLI tools. No security concerns for publication.
품질 점수
만들 수 있는 것
AIコンテンツ作成
FLUXでマーケティング画像を生成し、Veoで商品ビデオを作成したり、ローカルGPUなしでeCommerce用の3Dモデルを制作.
LLM統合
統一されたインターフェースを通じてClaude、Gemini、またはその他のLLMを呼び出し、チャット、分析、コンテンツ生成タスクを実行.
リサーチと検索
TavilyとExa用于AI拡張Web搜索、提取网页内容、并以编程方式收集研究数据.
이 프롬프트를 사용해 보세요
Generate an image using FLUX with the prompt: a cat astronaut floating in space
Create a video using Veo 3.1 with the prompt: drone shot flying over a forest at sunset
Upscale the image at /path/to/photo.jpg by 2x using Topaz upscaler
Generate sample input for google/veo-3-1-fast, save to input.json, then run with the edited prompt and track the task status
모범 사례
- 長時間実行されるビデオ生成タスクには--no-waitフラグを使用し、task getでステータスをポーリング
- app sampleコマンドでサンプル入力ファイルを生成し、必要な入力スキーマを理解
- ファイルパスを直接指定してローカルファイルをアップロード - CLIが自動的にアップロードを処理
피하기
- スクリプトにAPI鍵をハードコードしない - 環境変数またはinfsh loginを使用
- app getでまず入力スキーマを確認せずにアプリを実行しない
- タスクエラーを無視しない - 常にタスクステータスを確認して失敗がないかをチェック