related-skill
Helps discover and install new agent skills from the inference.sh registry to expand your AI capabilities.
Install
mkdir -p .claude/skills/related-skill && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/19341" && unzip -o skill.zip -d .claude/skills/related-skill && rm skill.zipInstalls to .claude/skills/related-skill
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
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 suggestionsKey capabilities
- →List installed skills
- →Install new skills from the registry
- →Update existing skills
- →Remove installed skills
How it works
It uses the npx command to interface with the inference.sh skill registry to manage, add, or remove capabilities for the AI agent.
Inputs & outputs
When to use related-skill
- →Find new skills to expand agent workflow
- →Install image generation capabilities
- →Search for audio or search-related skills
- →Manage installed skill set
About this skill
Related Skills Discovery
Find and install complementary skills to expand your AI agent's capabilities.
Quick Start
# Search for skills
npx skills search "inference-sh image generation"
# List available skills
npx skills list inference-sh/agent-skills
# Install a skill
npx skills add inference-sh/agent-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
npx skills add inference-sh/agent-skills@ai-image-generation
npx skills add inference-sh/agent-skills@ai-video-generation
npx skills add inference-sh/agent-skills@ai-music-generation
Image Processing
npx skills add inference-sh/agent-skills@image-upscaling
npx skills add inference-sh/agent-skills@background-removal
npx skills add inference-sh/agent-skills@flux-image
Audio Processing
npx skills add inference-sh/agent-skills@text-to-speech
npx skills add inference-sh/agent-skills@speech-to-text
Research & Automation
npx skills add inference-sh/agent-skills@web-search
npx skills add inference-sh/agent-skills@twitter-automation
Everything at Once
# Install the full platform skill with all 150+ apps
npx skills add inference-sh/agent-skills@inference-sh
Skill Combinations
Research Agent
npx skills add inference-sh/agent-skills@web-search
npx skills add inference-sh/agent-skills@llm-models
Content Creator
npx skills add inference-sh/agent-skills@ai-image-generation
npx skills add inference-sh/agent-skills@ai-video-generation
npx skills add inference-sh/agent-skills@text-to-speech
Media Processor
npx skills add inference-sh/agent-skills@image-upscaling
npx skills add inference-sh/agent-skills@background-removal
npx skills add inference-sh/agent-skills@speech-to-text
Managing Skills
# List installed skills
npx skills list
# Update all skills
npx skills update
# Remove a skill
npx skills remove inference-sh/agent-skills@ai-image-generation
Documentation
- 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
Prerequisites
How it compares
It automates the discovery and installation of agent capabilities through a command-line interface instead of manual configuration.
Compared to similar skills
related-skill side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| related-skill (this skill) | 0 | 5mo | Review | Beginner |
| using-superpowers | 95 | 2mo | No flags | Beginner |
| ultrawork | 11 | 2mo | No flags | Advanced |
| clawhub | 25 | 2mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
using-superpowers
obra
Use when starting any conversation - establishes mandatory workflows for finding and using skills, including using Skill tool before announcing usage, following brainstorming before coding, and creating TodoWrite todos for checklists
ultrawork
Yeachan-Heo
Parallel execution engine for high-throughput task completion
clawhub
openclaw
Use the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawhub CLI.
skill-installer
openai
Install Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos).
continuous-learning
affaan-m
Automatically extract reusable patterns from Claude Code sessions and save them as learned skills for future use.
memory-keeper-proactive-context-maintenance
b4CU-R4U
Automatically detect and maintain memory freshness by monitoring context staleness, significant code changes, task completions, and phase transitions. Proactively suggests and executes memory sync operations with user confirmation. Use when the user says "sync memory", "update context", or when the Skill detects that context is stale (>2 hours), significant changes have occurred (new commits), tasks completed, or major milestones reached. Replaces passive "context is stale" warnings with active maintenance.