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
Packaged view
This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.
Install command
npx @skill-hub/cli install inferencesh-skills-related-skill
Repository
Skill path: skills/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
Open repositoryBest for
Primary workflow: Research & Ops.
Technical facets: Full Stack, Data / AI.
Target audience: everyone.
License: Unknown.
Original source
Catalog source: SkillHub Club.
Repository owner: inferencesh.
This is still a mirrored public skill entry. Review the repository before installing into production workflows.
What it helps with
- Install related-skill into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
- Review https://github.com/inferencesh/skills before adding related-skill to shared team environments
- Use related-skill for development workflows
Works across
Favorites: 0.
Sub-skills: 0.
Aggregator: No.
Original source / Raw SKILL.md
--- 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 inferencesh/skills # Install a skill npx skills add inferencesh/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 inferencesh/skills@ai-image-generation npx skills add inferencesh/skills@ai-video-generation npx skills add inferencesh/skills@ai-music-generation ``` ### Image Processing ```bash npx skills add inferencesh/skills@image-upscaling npx skills add inferencesh/skills@background-removal npx skills add inferencesh/skills@flux-image ``` ### Audio Processing ```bash npx skills add inferencesh/skills@text-to-speech npx skills add inferencesh/skills@speech-to-text ``` ### Research & Automation ```bash npx skills add inferencesh/skills@web-search npx skills add inferencesh/skills@twitter-automation ``` ### Everything at Once ```bash # Install the full platform skill with all 150+ apps npx skills add inferencesh/skills@inference-sh ``` ## Skill Combinations ### Research Agent ```bash npx skills add inferencesh/skills@web-search npx skills add inferencesh/skills@llm-models ``` ### Content Creator ```bash npx skills add inferencesh/skills@ai-image-generation npx skills add inferencesh/skills@ai-video-generation npx skills add inferencesh/skills@text-to-speech ``` ### Media Processor ```bash npx skills add inferencesh/skills@image-upscaling npx skills add inferencesh/skills@background-removal npx skills add inferencesh/skills@speech-to-text ``` ## Managing Skills ```bash # List installed skills npx skills list # Update all skills npx skills update # Remove a skill npx skills remove inferencesh/skills@ai-image-generation ``` ## Documentation - [Agent Skills Overview](https://inference.sh/blog/skills/skills-overview) - The open standard for AI capabilities - [Getting Started](https://inference.sh/docs/getting-started/introduction) - Introduction to inference.sh - [Apps Overview](https://inference.sh/docs/apps/overview) - Understanding the app ecosystem - [CLI Setup](https://inference.sh/docs/extend/cli-setup) - Installing the CLI - [What is inference.sh?](https://inference.sh/docs/getting-started/what-is-inference) - Platform overview Explore: [inference.sh/explore](https://inference.sh/explore)