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.

Related Skills Discovery

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

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

Explore: inference.sh/explore