
related-skill
โ 584by halt-catch-fire ยท part of halt-catch-fire/skills
Discover and install related skills from inference.sh skill registry. Helps find complementary skills for your AI workflow. Use for: skill discovery, workflow expansion, capability exploration. Triggers: related skills, find skills, skill discovery, complementary skills, expand workflow, more capabilities, similar skills, skill suggestions
This is the playbook your agent receives when the skill activates โ you don't need to read it to use the skill, but it's here to audit before installing.
Install the belt CLI skill:
npx skills add belt-sh/cli
Related Skills Discovery
Find and install complementary skills to expand your AI agent's capabilities.

Available Skill Categories
| Category | Skill | Description |
|---|---|---|
| AI Models | llm-models | Access 250+ LLM models |
| Images | ai-image-generation | Generate images with AI |
| Images | flux-image | FLUX image models |
| Images | image-upscaling | Upscale and enhance images |
| Images | background-removal | Remove backgrounds from images |
| Video | ai-video-generation | Generate videos with AI |
| Video | ai-avatar-video | Create avatar videos |
| Video | google-veo | Google Veo video generation |
| Audio | text-to-speech | Convert text to speech |
| Audio | speech-to-text | Transcribe audio to text |
| Audio | ai-music-generation | Generate music with AI |
| Search | web-search | Search the web with AI |
| Social | twitter-automation | Automate Twitter/X actions |
| Full | inference-sh | All 250+ apps in one skill |
Skill Combinations
Research Agent
npx skills add inference-sh/skills@web-search
npx skills add inference-sh/skills@llm-modelsContent Creator
npx skills add inference-sh/skills@ai-image-generation
npx skills add inference-sh/skills@ai-video-generation
npx skills add inference-sh/skills@text-to-speechMedia Processor
npx skills add inference-sh/skills@image-upscaling
npx skills add inference-sh/skills@background-removal
npx skills add inference-sh/skills@speech-to-textManaging Skills
# List installed skills
npx skills list
# Update all skills
npx skills update
# Remove a skill
npx skills remove inference-sh/skills@ai-image-generationDocumentation
- Agent Skills Overview - The open standard for AI capabilities
- Getting Started - Introduction to inference.sh
- Apps Overview - Understanding the app ecosystem
- CLI Setup - Installing the CLI
- What is inference.sh? - Platform overview
Explore: inference.sh/explore
npx skills add https://github.com/halt-catch-fire/skills --skill related-skillRun this in your project โ your agent picks the skill up automatically.
Quick Start
# Search for skills
npx skills search "inference-sh image generation"
# List available skills
npx skills list inference-sh/skills
# Install a skill
npx skills add inference-sh/skills@ai-image-generationInstall by Category
Media Generation
npx skills add inference-sh/skills@ai-image-generation
npx skills add inference-sh/skills@ai-video-generation
npx skills add inference-sh/skills@ai-music-generationImage Processing
npx skills add inference-sh/skills@image-upscaling
npx skills add inference-sh/skills@background-removal
npx skills add inference-sh/skills@flux-imageAudio Processing
npx skills add inference-sh/skills@text-to-speech
npx skills add inference-sh/skills@speech-to-textResearch & Automation
npx skills add inference-sh/skills@web-search
npx skills add inference-sh/skills@twitter-automationEverything at Once
# Install the full platform skill with all 250+ apps
npx skills add inference-sh/skills@infsh-cliNo common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.