jpskill.com
🎬 動画AI コミュニティ

inference-sh

inference.sh CLIを通じて、画像・動画生成、大規模言語モデルの利用、ウェブ検索、Twitter自動化など、150種類以上のAIアプリを手軽に実行できるSkill。

📜 元の英語説明(参考)

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

🇯🇵 日本人クリエイター向け解説

一言でいうと

inference.sh CLIを通じて、画像・動画生成、大規模言語モデルの利用、ウェブ検索、Twitter自動化など、150種類以上のAIアプリを手軽に実行できるSkill。

※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。

⚡ おすすめ: コマンド1行でインストール(60秒)

下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。

🍎 Mac / 🐧 Linux
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o inference-sh.zip https://jpskill.com/download/19329.zip && unzip -o inference-sh.zip && rm inference-sh.zip
🪟 Windows (PowerShell)
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/19329.zip -OutFile "$d\inference-sh.zip"; Expand-Archive "$d\inference-sh.zip" -DestinationPath $d -Force; ri "$d\inference-sh.zip"

完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して inference-sh.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → inference-sh フォルダができる
  3. 3. そのフォルダを C:\Users\あなたの名前\.claude\skills\(Win)または ~/.claude/skills/(Mac)へ移動
  4. 4. Claude Code を再起動

⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。

🎯 このSkillでできること

下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。

📦 インストール方法 (3ステップ)

  1. 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
  2. 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
  3. 3. 展開してできたフォルダを、ホームフォルダの .claude/skills/ に置く
    • · macOS / Linux: ~/.claude/skills/
    • · Windows: %USERPROFILE%\.claude\skills\

Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。

詳しい使い方ガイドを見る →
最終更新
2026-05-18
取得日時
2026-05-18
同梱ファイル
5

📖 Skill本文(日本語訳)

※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。

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, OpenRouter 経由の GLM)
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

リファレンスファイル

ドキュメント

📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

inference.sh

Run 150+ AI apps in the cloud with a simple CLI. No GPU required.

Install CLI

curl -fsSL https://cli.inference.sh | sh
infsh login

Quick Examples

# Generate an image
infsh app run falai/flux-dev-lora --input '{"prompt": "a cat astronaut"}'

# Generate a video
infsh app run google/veo-3-1-fast --input '{"prompt": "drone over mountains"}'

# Call Claude
infsh app run openrouter/claude-sonnet-45 --input '{"prompt": "Explain quantum computing"}'

# Web search
infsh app run tavily/search-assistant --input '{"query": "latest AI news"}'

# Post to Twitter
infsh app run x/post-tweet --input '{"text": "Hello from AI!"}'

# Generate 3D model
infsh app run infsh/rodin-3d-generator --input '{"prompt": "a wooden chair"}'

Commands

Task Command
List all apps infsh app list
Search apps infsh app list --search "flux"
Filter by category infsh app list --category image
Get app details infsh app get google/veo-3-1-fast
Generate sample input infsh app sample google/veo-3-1-fast --save input.json
Run app infsh app run google/veo-3-1-fast --input input.json
Run without waiting infsh app run <app> --input input.json --no-wait
Check task status infsh task get <task-id>

What's Available

Category Examples
Image FLUX, Gemini 3 Pro, Grok Imagine, Seedream 4.5, Reve, Topaz Upscaler
Video Veo 3.1, Seedance 1.5, Wan 2.5, OmniHuman, Fabric, HunyuanVideo Foley
LLMs Claude Opus/Sonnet/Haiku, Gemini 3 Pro, Kimi K2, GLM-4, any OpenRouter model
Search 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
Utilities Media merger, caption videos, image stitching, audio extraction

Related Skills

# Image generation (FLUX, Gemini, Grok, Seedream)
npx skills add inference-sh/skills@ai-image-generation

# Video generation (Veo, Seedance, Wan, OmniHuman)
npx skills add inference-sh/skills@ai-video-generation

# LLMs (Claude, Gemini, Kimi, GLM via OpenRouter)
npx skills add inference-sh/skills@llm-models

# Web search (Tavily, Exa)
npx skills add inference-sh/skills@web-search

# AI avatars & lipsync (OmniHuman, Fabric, PixVerse)
npx skills add inference-sh/skills@ai-avatar-video

# Twitter/X automation
npx skills add inference-sh/skills@twitter-automation

# Model-specific
npx skills add inference-sh/skills@flux-image
npx skills add inference-sh/skills@google-veo

# Utilities
npx skills add inference-sh/skills@image-upscaling
npx skills add inference-sh/skills@background-removal

Reference Files

Documentation

同梱ファイル

※ ZIPに含まれるファイル一覧。`SKILL.md` 本体に加え、参考資料・サンプル・スクリプトが入っている場合があります。