mirror of
https://github.com/skills-101/superpowers.git
synced 2026-09-14 16:10:50 +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
landing-page-design: Landing page conversion optimization with layout rules, hero section design, and CTA psychology. Covers above-the-fold formula, social proof placement, mobile…; app-store-screenshots: App Store and Google Play screenshot creation with exact platform specs. Covers iOS/Android dimensions, gallery ordering, device mockups, and preview videos.…; product-photography: AI product photography with studio lighting, lifestyle shots, and packshot conventions. Covers angles, background…
Languages
Shell
100%
