用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/dylanroscover/Embody --skill add-mcp-tool命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
MUST READ before first MCP tool call in a session. Complete Envoy tool catalog with parameters and usage.
Procedure for preparing version release commits -- changelog, README, templates, versioning
Merge or compare two divergent TouchDesigner .tox/.toe binaries that git cannot three-way-merge. Load when a merge/rebase conflicts on a .tox or .toe, when asked to merge, port, reconcile, or diff two versions of a TD component, or when comparing a component across branches, machines, or TD builds.
基于 SOC 职业分类
| name | add-mcp-tool |
| description | Add a new MCP tool to the Envoy server (Embody development) |
| disable-model-invocation | true |
Steps for adding a new MCP tool:
Add the tool function inside _register_tools() in EnvoyExt.py
Add a handler case in _onRefresh() for the TD operation
{'error': str(e)} dicts on failureUpdate EXPECTED_ENVOY_TOOLS in dev/embody/unit_tests/test_agent_contract.py
Update the MCP tools reference
/mcp-tools-reference skill in .claude/skills/mcp-tools-reference/SKILL.mdUpdate documentation
text_claude.md template DAT for user projectsTest via MCP Inspector or Claude Code