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 inference-sh/skills

# Install a skill
npx skills add inference-sh/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/skills@ai-image-generation
npx skills add inference-sh/skills@ai-video-generation
npx skills add inference-sh/skills@ai-music-generation

Image Processing

bash
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

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

Research & Automation

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

Everything at Once

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

Skill Combinations

Research Agent

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

Content Creator

bash
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

bash
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

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