inference-sh
inference.sh CLIを通じて150以上のAIアプリを実行できます。画像生成、動画作成、LLM、検索、3D、Twitter自動化などに対応しています。 利用可能なモデル:FLUX、Veo、Gemini、Grok、Claude、Seedance、OmniHuman、Tavily、Exa、OpenRouterなど多数。 AIアプリの実行、画像・動画の生成、LLMの呼び出し、ウェブ検索、Twitterの自動化が必要な場合に活用できます。 トリガーキーワード:inference.sh、infsh、ai model、run ai、serverless ai、ai api、flux、veo、claude api、image generation、video generation、openrouter、tavily、exa search、twitter api、grok
description の原文を見る
Run 150+ AI apps via inference.sh CLI - image generation, video creation, LLMs, search, 3D, Twitter automation. Models: FLUX, Veo, Gemini, Grok, Claude, Seedance, OmniHuman, Tavily, Exa, OpenRouter, and many more. Use when running AI apps, generating images/videos, calling LLMs, web search, or automating Twitter. Triggers: inference.sh, infsh, ai model, run ai, serverless ai, ai api, flux, veo, claude api, image generation, video generation, openrouter, tavily, exa search, twitter api, grok
SKILL.md 本文
inference.sh
シンプルなCLIでクラウド上の150以上のAIアプリを実行できます。GPUは不要です。
CLIのインストール
curl -fsSL https://cli.inference.sh | sh
infsh login
クイック例
# 画像を生成
infsh app run falai/flux-dev-lora --input '{"prompt": "a cat astronaut"}'
# 動画を生成
infsh app run google/veo-3-1-fast --input '{"prompt": "drone over mountains"}'
# Claudeを呼び出し
infsh app run openrouter/claude-sonnet-45 --input '{"prompt": "Explain quantum computing"}'
# ウェブ検索
infsh app run tavily/search-assistant --input '{"query": "latest AI news"}'
# Twitterに投稿
infsh app run x/post-tweet --input '{"text": "Hello from AI!"}'
# 3Dモデルを生成
infsh app run infsh/rodin-3d-generator --input '{"prompt": "a wooden chair"}'
コマンド
| タスク | コマンド |
|---|---|
| すべてのアプリを表示 | infsh app list |
| アプリを検索 | infsh app list --search "flux" |
| カテゴリでフィルタリング | infsh app list --category image |
| アプリの詳細を取得 | infsh app get google/veo-3-1-fast |
| サンプル入力を生成 | infsh app sample google/veo-3-1-fast --save input.json |
| アプリを実行 | infsh app run google/veo-3-1-fast --input input.json |
| 待たずに実行 | infsh app run <app> --input input.json --no-wait |
| タスクのステータスを確認 | infsh task get <task-id> |
利用可能な機能
| カテゴリ | 例 |
|---|---|
| 画像 | FLUX、Gemini 3 Pro、Grok Imagine、Seedream 4.5、Reve、Topaz Upscaler |
| 動画 | Veo 3.1、Seedance 1.5、Wan 2.5、OmniHuman、Fabric、HunyuanVideo Foley |
| LLM | Claude Opus/Sonnet/Haiku、Gemini 3 Pro、Kimi K2、GLM-4、任意のOpenRouterモデル |
| 検索 | Tavily Search、Tavily Extract、Exa Search、Exa Answer、Exa Extract |
| 3D | Rodin 3D Generator |
| Twitter/X | post-tweet、post-create、dm-send、user-follow、post-like、post-retweet |
| ユーティリティ | メディアマージャー、動画キャプション、画像ステッチング、音声抽出 |
関連スキル
# 画像生成 (FLUX、Gemini、Grok、Seedream)
npx skills add inference-sh/skills@ai-image-generation
# 動画生成 (Veo、Seedance、Wan、OmniHuman)
npx skills add inference-sh/skills@ai-video-generation
# LLM (Claude、Gemini、Kimi、GLM via OpenRouter)
npx skills add inference-sh/skills@llm-models
# ウェブ検索 (Tavily、Exa)
npx skills add inference-sh/skills@web-search
# AIアバター・リップシンク (OmniHuman、Fabric、PixVerse)
npx skills add inference-sh/skills@ai-avatar-video
# Twitter/X自動化
npx skills add inference-sh/skills@twitter-automation
# モデル固有
npx skills add inference-sh/skills@flux-image
npx skills add inference-sh/skills@google-veo
# ユーティリティ
npx skills add inference-sh/skills@image-upscaling
npx skills add inference-sh/skills@background-removal
リファレンスファイル
ドキュメント
- エージェントスキル概要 - AI機能のオープンスタンダード
- はじめに - inference.shの紹介
- inference.shとは? - プラットフォーム概要
- アプリ概要 - アプリエコシステムの理解
- CLIセットアップ - CLIのインストール
- ワークフロー vs エージェント - 各用途の使い分け
- エージェントランタイムが重要な理由 - ランタイムのメリット
ライセンス: MIT(寛容ライセンスのため全文を引用しています) · 原本リポジトリ
詳細情報
- 作者
- kbarbel640-del
- ライセンス
- MIT
- 最終更新
- 2026/2/9
Source: https://github.com/kbarbel640-del/skills / ライセンス: MIT