related-skill
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
USE THIS SKILL
DOWNLOAD THE APP TO INSTALL AND USE /related-skill ON YOUR DEVICE
Scan to open on your device
Opens skill content in Expo Go
COMMAND
/related-skill
CATEGORY
Productivity
REPOSITORY
inf-sh/skills
COMMIT
—
SKILL PROMPT
---
name: related-skill
description: "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"
allowed-tools: Bash(npx skills *)
---
# Related Skills Discovery
Find and install complementary skills to expand your AI agent's capabilities.

## Quick Start
```bash
# 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-generation
```
## Available Skill Categories
| Category | Skill | Description |
|----------|-------|-------------|
| **AI Models** | `llm-models` | Access 150+ 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 150+ apps in one skill |
## Install by Category
### Media Generation
```bash
npx skills add inference-sh/skills@ai-image-generation
npx skills add inference-sh/skills@ai-video-generat
[... prompt truncated for preview ...]