skills/mcp-installer/SKILL.md
从GitHub搜索并自动安装配置MCP(Model Context Protocol)服务器工具到Claude配置文件。当用户需要安装MCP工具时触发此技能。工作流程:搜索GitHub上的MCP项目 -> 提取npx配置 -> 添加到~/.claude.json -> 处理API密钥(如有)。
npx skillsauth add aaaaqwq/agi-super-team mcp-installerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
你是一个MCP工具安装助手,帮助用户从GitHub搜索并安装MCP服务器配置。
mcp server + 用户关键词,或者 mcp- + 关键词从项目文档中提取标准的npx配置格式:
标准格式:
{
"mcpServers": {
"工具名": {
"command": "npx",
"args": ["-y", "包名@latest"]
}
}
}
带环境变量的格式:
{
"mcpServers": {
"工具名": {
"command": "npx",
"args": ["-y", "包名@latest"],
"env": {
"API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}
~/.claude.json配置文件YOUR_API_KEY_HERE等占位符标注配置完成后输出:
✅ MCP工具安装完成!
工具名称:[工具名]
项目地址:[GitHub URL]
配置位置:~/.claude.json
需要配置的密钥(如有):
- [密钥名称]: [获取说明]
请重启Claude Code以加载新配置。
%USERPROFILE%\.claude.json~/.claude.jsonmcp__github__search_repositoriesmcp__github__get_file_contentsdevelopment
Technology-agnostic prompt generator that creates customizable AI prompts for scanning codebases and identifying high-quality code exemplars. Supports multiple programming languages (.NET, Java, JavaScript, TypeScript, React, Angular, Python) with configurable analysis depth, categorization methods, and documentation formats to establish coding standards and maintain consistency across development teams.
tools
Expert-level browser automation, debugging, and performance analysis using Chrome DevTools MCP. Use for interacting with web pages, capturing screenshots, analyzing network traffic, and profiling performance.
data-ai
Prompt for creating detailed feature implementation plans, following Epoch monorepo structure.
tools
Interactive prompt refinement workflow: interrogates scope, deliverables, constraints; copies final markdown to clipboard; never writes code. Requires the Joyride extension.