AgentSkillsCN

related-skill

为新功能生成产品需求文档(PRD)。适用于功能规划、新项目启动,或在被要求创建 PRD 时使用。触发条件包括:create a prd、write prd for、plan this feature、requirements for、spec out。

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

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