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.zip

Installs 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 suggestions
341 chars✓ has a “when” triggerlonger than Claude Code's old 250-char listing cap (fine on current versions)
Beginner

Key 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

You give it
Skill name or category
You get back
Installed agent capability

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

CategorySkillDescription
AI Modelsllm-modelsAccess 150+ LLM models
Imagesai-image-generationGenerate images with AI
Imagesflux-imageFLUX image models
Imagesimage-upscalingUpscale and enhance images
Imagesbackground-removalRemove backgrounds from images
Videoai-video-generationGenerate videos with AI
Videoai-avatar-videoCreate avatar videos
Videogoogle-veoGoogle Veo video generation
Audiotext-to-speechConvert text to speech
Audiospeech-to-textTranscribe audio to text
Audioai-music-generationGenerate music with AI
Searchweb-searchSearch the web with AI
Socialtwitter-automationAutomate Twitter/X actions
Fullinference-shAll 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

Explore: inference.sh/explore

Prerequisites

Bashnpx

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.

SkillInstallsUpdatedSafetyDifficulty
related-skill (this skill)05moReviewBeginner
using-superpowers952moNo flagsBeginner
ultrawork112moNo flagsAdvanced
clawhub252moReviewIntermediate

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

95205

ultrawork

Yeachan-Heo

Parallel execution engine for high-throughput task completion

11184

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.

25151

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).

29141

continuous-learning

affaan-m

Automatically extract reusable patterns from Claude Code sessions and save them as learned skills for future use.

995

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.

694

Search skills

Search the agent skills registry