inference-sh
AI agent skills for 150+ models via inference.sh CLI - generate images with FLUX, create videos with Veo, call LLMs, search the web, and mor
Open source Repository Open in the app JSON README (API)
About
AI agent skills for 150+ models via inference.sh CLI - generate images with FLUX, create videos with Veo, call LLMs, search the web, and more
Details
- Kind
- Plugins
- Topic
- Developer tools
- Publisher
- inference-sh
- Origin
- marketplace
- Category
- ferramentas
- Stars
- 730
- Forks
- 102
- Open pull requests
- 1
- Last push
- 2026-08-03T15:41:46Z
- Repository state
- ativo
- Language
- Shell
- Added
- 2026-08-30 01:48:58
- Updated
- 2026-08-30 01:48:58
- Origin id
inference-sh/skills/inference-sh
README
# inference.sh skills AI agent skills for models via [inference.sh](https://inference.sh) CLI. Generate images, videos, call LLMs, search the web, and more.  [](https://opensource.org/licenses/MIT) ## Contents - [Install as Claude Code Plugin](#claude-code-plugin) - [Install as Skills](#install-as-skills) - [CLI Setup](#cli-setup) - [Available Skills](#available-skills) - [Documentation](#documentation) --- ## Claude Code Plugin Install all skills as a Claude Code plugin: ```bash /plugin install inference-sh ``` Or add from GitHub: ```bash /plugin marketplace add inference-sh/skills /plugin install inference-sh@inference-sh-skills ``` After install, skills are available as `/inference-sh:flux-image`, `/inference-sh:google-veo`, etc. --- ## Install as Skills ### All Skills ```bash npx skills add inference-sh/skills ``` ### Specific Skills ```bash npx skills add inference-sh/skills@flux-image npx skills add inference-sh/skills@google-veo npx skills add inference-sh/skills@llm-models npx skills add inference-sh/skills@web-search ``` ### Manual ```bash cp -r tools/* ui/* sdk/* guides/* ~/.claude/skills/ ``` --- ## CLI Setup > Requires inference.sh CLI (`belt`). [Install instructions](https://raw.githubusercontent.com/inference-sh/skills/refs/heads/main/cli-install.md) ```bash belt login ``` Browse apps: `belt app list` --- ## Available Skills ### Tools | Skill | Description | |-------|-------------| | [ai-image-generation](tools/image/) | 50+ image models (FLUX, Gemini, Reve, etc.) | | [ai-video-generation](tools/video/) | 40+ video models (Veo, Seedance, Wan, etc.) | | [llm-models](tools/llm/) | Claude, Gemini, Kimi, GLM | | [web-search](tools/llm/) | Tavily, Exa search | | [twitter-automation](tools/social/) | X/Twitter API | ### SDKs | Skill | Description | |-------|-------------| | [javascript-sdk](sdk/javascript-sdk/) | JS/TS SDK with streaming, tools, React | | [python-sdk](sdk/python-sdk/) | Python SDK with async, streaming | ### UI Components | Skill | Description | |-------|-------------| | [agent-ui](ui/agent-ui/) | Full agent interface | | [chat-ui](ui/chat-ui/) | Chat components | | [tools-ui](ui/tools-ui/) | Tool call/result rendering | ### Guides | Category | Topics | |----------|--------| | [prompting](guides/prompting/) | Prompt engineering, video prompts | | [design](guides/design/) | Landing pages, thumbnails, logos | | [video](guides/video/) | Storyboards, explainers, ads | | [writing](guides/writing/) | Blogs, case studies, newsletters | | [social](guides/social/) | LinkedIn, Twitter threads, carousels | | [product](guides/product/) | Competitor analysis, personas, launches | | [agent](guides/agent/) | Agent self-regulation when stuck or looping | --- ## Documentation - [Getting Started](https://inference.sh/docs/getting-started/introduction) - [Running Apps](https://inference.sh/docs/apps/running) - [CLI Setup](https://inference.sh/docs/extend/cli-setup) - [API & SDK](https://inference.sh/docs/api/overview) **Links:** [Website](https://inference.sh) | [App Store](https://app.inference.sh) | [Docs](https://inference.sh/docs) | [Blog](https://inference.sh/blog)