MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

M
MCP Skill Agent
作者 @zeroix07

MCP server by zeroix07

创建于 5/30/2026
更新于 about 2 hours ago
Repository documentation and setup instructions

MCP Skill Agent

A collection of 52+ skill agents for opencode.

Installation

Install a single skill

opencode skill install <skill-name>

Install from this repository

opencode skill install https://github.com/zeroix07/mcp-skill-agent.git

Install specific skills

# Example: install only the charts skill
opencode skill install https://github.com/zeroix07/mcp-skill-agent.git --skill charts

Available Skills

| Category | Skills | |----------|--------| | Document | docx, pdf, ppt, xlsx | | Media | image-generation, image-edit, image-understand, video-generation, video-understand, tts, asr, podcast-generate | | Research | web-search, web-reader, multi-search-engine, aminer-academic-search, aminer-daily-paper, aminer-free-academic, qingyan-research, market-research-reports | | Development | coding-agent, fullstack-dev, ui-ux-pro-max, charts | | Marketing | marketing-mode, content-strategy, seo-content-writer, blog-writer | | Analysis | stock-analysis-skill, finance, contentanalysis, anti-pua, dream-interpreter | | Creative | visual-design-foundations, web-shader-extractor, storyboard-manager | | Utility | agent-browser, skill-creator, skill-vetter, skill-finder-cn, writing-plans, gift-evaluator, get-fortune-analysis, auto-target-tracker, mindfulness-meditation, interview-designer, ai-news-collectors |

Configuration

Skills are installed to:

~/.config/opencode/skills/

Each skill contains a SKILL.md with instructions, references, and scripts.

License

Individual skills may have their own licenses. See each skill's LICENSE.txt for details.

快速设置
此服务器的安装指南

安装包 (如果需要)

uvx mcp-skill-agent

Cursor 配置 (mcp.json)

{ "mcpServers": { "zeroix07-mcp-skill-agent": { "command": "uvx", "args": [ "mcp-skill-agent" ] } } }