mirror of
https://github.com/inference-sh/skills.git
synced 2026-09-14 18:43:24 +08:00
main
inference.sh skills
AI agent skills for models via inference.sh CLI. Generate images, videos, call LLMs, search the web, and more.
Contents
Claude Code Plugin
Install all skills as a Claude Code plugin:
/plugin install inference-sh
Or add from GitHub:
/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
npx skills add inference-sh/skills
Specific Skills
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
cp -r tools/* ui/* sdk/* guides/* ~/.claude/skills/
CLI Setup
Requires inference.sh CLI (
belt). Install instructions
belt login
Browse apps: belt app list
Available Skills
Tools
| Skill | Description |
|---|---|
| ai-image-generation | 50+ image models (FLUX, Gemini, Reve, etc.) |
| ai-video-generation | 40+ video models (Veo, Seedance, Wan, etc.) |
| llm-models | Claude, Gemini, Kimi, GLM |
| web-search | Tavily, Exa search |
| twitter-automation | X/Twitter API |
SDKs
| Skill | Description |
|---|---|
| javascript-sdk | JS/TS SDK with streaming, tools, React |
| python-sdk | Python SDK with async, streaming |
UI Components
| Skill | Description |
|---|---|
| agent-ui | Full agent interface |
| chat-ui | Chat components |
| tools-ui | Tool call/result rendering |
Guides
| Category | Topics |
|---|---|
| prompting | Prompt engineering, video prompts |
| design | Landing pages, thumbnails, logos |
| video | Storyboards, explainers, ads |
| writing | Blogs, case studies, newsletters |
| social | LinkedIn, Twitter threads, carousels |
| product | Competitor analysis, personas, launches |
| agent | Agent self-regulation when stuck or looping |
Documentation
Description
p-video: Generate videos with Pruna P-Video and WAN models via inference.sh CLI. Models: P-Video, WAN-T2V, WAN-I2V. Capabilities: text-to-video, image-to-video, audio…; p-image: Generate images with Pruna P-Image models via inference.sh CLI. Models: P-Image, P-Image-LoRA, P-Image-Edit, P-Image-Edit-LoRA. Capabilities: text-to-image,…; seedance: Generate videos with ByteDance Seedance 2.0 via inference.sh CLI. Unified model for text-to-video, image-to-video, and reference-to-video with synchroni…
Languages
Shell
100%
