بنقرة واحدة
mcp-config
管理 MCP 服务器配置(mcp.json):查看、添加、移除、启用、禁用
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
管理 MCP 服务器配置(mcp.json):查看、添加、移除、启用、禁用
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
景观施工图预审专家级 Skill「总工之眼」v3.1。基于李博总工 20 年实战经验,集成中国规范 1500+ 条、12 条经总工终审与五专业外部工程师复核的经验法则库、三级签字判断逻辑。**任何涉及景观图纸审查、施工图预审、图纸会审、规范核查、绿地率/无障碍/坡度/植物配置/海绵设施/雨水花园/景观照明/亭廊架/无障碍流线/竖向标高/铺装做法的场景,都应使用本技能。** 触发关键词包括:图纸审查、施工图审、方案审查、总工审图、签字建议、规范核查、绿地率、无障碍、坡度、种植间距、覆土深度、海绵城市、雨水花园、景观照明、亭廊架基础、跨专业会签、北方公园、冬季结冰、地下室顶板大乔木、设计院预审、设计院总工、景观合规、施工图错漏、漏审、暂缓签字、不可签字、整改通知、审图档案、landscape review、施工图、构筑物、给排水、铺装。即使用户没有明确说"审查",只要提到景观图纸、施工图、规范、签字、整改等场景,也应该使用本技能。
Create, inspect, edit, validate, render, and QA presentation decks. Use when the user mentions PowerPoint, PPT, PPTX, HTML deck, slide deck, presentation, template slides, speaker notes, slide images, or asks to read, generate, create, make, design, or modify a presentation artifact. New decks default to controlled, editable HTML delivery; PPTX is an explicit optional export.
HyperFrames MP4/GIF videos; motion graphics; explainer clips; 视频、短片、动图、动画成片。
Evidence-first research synthesis workflow for market research, industry analysis, competitive research, policy or company information synthesis, file-only or file-augmented analysis, technical architecture reviews, risk assessment, and report-ready conclusions. Use when the user asks for comprehensive, cross-verified research or deep summarization rather than a simple lookup.
Toolkit for styling non-deck artifacts with one of 10 legacy color/font themes. PPT, PPTX, slide, and deck theme discovery is owned by the pptx skill and must be redirected there.
Guides the agent to proactively save user information to long-term memory and search context when needed. Load this skill to understand when and how to use memory_write, memory_read, and memory_search.
| name | mcp-config |
| description | 管理 MCP 服务器配置(mcp.json):查看、添加、移除、启用、禁用 |
| category | workflow |
| keywords | ["mcp","mcp配置","mcp.json","添加服务器","删除服务器","configure mcp","add mcp server"] |
mcp_config 工具只改 mcp.json,宿主会监听文件变更并自动调 mcp/reconnect
完成热更新;没有宿主时重启 box-agent 才生效。
写入路径:~/.box-agent/config/mcp.json(优先用户目录,开发态退到 ./box_agent/config/mcp.json)。
mcp_config(action="list")
mcp_config(action="add", name="my-server", config={"command":"npx","args":["-y","@my/mcp-server"]})
mcp_config(action="add", name="remote", config={"url":"https://example.com/mcp","type":"streamable_http"})
mcp_config(action="enable", name="my-server")
mcp_config(action="disable", name="my-server")
mcp_config(action="remove", name="my-server")
add 接受的字段:stdio 用 command/args/env;URL 用 url/type/headers;
共有 connect_timeout/execute_timeout/sse_read_timeout/disabled。其他字段被静默丢弃。
disabled 字段,否则 reconnect 会立刻拒。playwright、browser-gateway、mcp-server-askecho-search-infinity)由宿主托管,不要改。