Skip to content
OpenSmartRoute
Skillv1.0.0

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

by inference-sh(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from inference-sh/skills (tools/utilities/related-skill/SKILL.md) via skills.sh. Install upstream with npx skills add inference-sh/skills --skill related-skill. Copyright stays with the author.

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.

Related Skills Discovery

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-generation

Available Skill Categories

Category Skill Description
AI Models llm-models Access all 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 apps in one skill

Install 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-generation

Image Processing

npx skills add inference-sh/skills@image-upscaling
npx skills add inference-sh/skills@background-removal
npx skills add inference-sh/skills@flux-image

Audio Processing

npx skills add inference-sh/skills@text-to-speech
npx skills add inference-sh/skills@speech-to-text

Research & Automation

npx skills add inference-sh/skills@web-search
npx skills add inference-sh/skills@twitter-automation

Everything at Once

# Install the full platform skill with all apps
npx skills add inference-sh/skills@infsh-cli

Skill Combinations

Research Agent

npx skills add inference-sh/skills@web-search
npx skills add inference-sh/skills@llm-models

Content 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-speech

Media 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-text

Managing Skills

# List installed skills
npx skills list

# Update all skills
npx skills update

# Remove a skill
npx skills remove inference-sh/skills@ai-image-generation

Documentation

Explore: inference.sh/explore

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/inference-sh-skills-related-skill/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

inference-sh-skills-related-skill.ocm.jsonjson
{
  "ocm": "1",
  "id": "inference-sh-skills-related-skill",
  "kind": "skill",
  "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",
  "publisher": "inference-sh",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "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"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/inference-sh/skills",
      "path": "tools/utilities/related-skill/SKILL.md",
      "ref": "HEAD",
      "url": "https://www.skills.sh/inference-sh/skills/related-skill",
      "key": "inference-sh/skills/tools/utilities/related-skill/SKILL.md"
    },
    "allowed_tools": [
      "Bash(npx",
      "skills",
      "*)"
    ]
  },
  "instructions": "> **Install the belt CLI skill:** `npx skills add belt-sh/cli`\n\n# Related Skills Discovery\n\nFind and install complementary skills to expand your AI agent's capabilities.\n\n![Related Skills Discovery](https://cloud.inference.sh/app/files/u/4mg21r6ta37mpaz6ktzwtt8krr/01kgvftjwhby36trvaj66bwzcf.jpeg)\n\n## Quick Start\n\n```bash\n# Search for skills\nnpx skills search \"inference-sh image generation\"\n\n# List available skills\nnpx skills list inference-sh/skills\n\n# Install a skill\nnpx skills add inference-sh/skills@ai-image-generation\n```\n\n## Available Skill Categories\n\n| Category | Skill | Description |\n|",
  "cost": {
    "context_tokens": 896
  }
}

Fetch it by URL: GET /api/v1/registry/inference-sh-skills-related-skill/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.