AgentSkillsCN

related-skill

从 inference.sh 技能注册表中发现并安装相关技能。 帮助你为 AI 工作流寻找互补技能。 适用场景:技能发现、工作流扩展、能力探索。 触发器:相关技能、查找技能、技能发现、互补技能、 扩展工作流、增加更多能力、相似技能、技能建议

SKILL.md
--- frontmatter
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/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

bash
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

bash
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

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

Research & Automation

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

Everything at Once

bash
# Install the full platform skill with all 150+ apps
npx skills add inference-sh/agent-skills@inference-sh

Skill Combinations

Research Agent

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

Content Creator

bash
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

bash
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

bash
# 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