用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Lord1Egypt/ai-skillforge --skill tool-description-sendmessagetool命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | Tool Description: SendMessageTool |
| description | Agent teams version of SendMessageTool. |
| ccVersion | 2.1.147 |
| allowed-tools | Read Write Edit Bash |
| license | BSD-3-Clause license |
| metadata | {"skill-author":"Lord1Egypt"} |
Send a message to another agent.
{"to": "researcher", "summary": "assign task 1", "message": "start on task #1"}
to | |
|---|---|
"researcher" | Teammate by name |
Your plain text output is NOT visible to other agents — to communicate, you MUST call this tool. Messages from teammates are delivered automatically; you don't check an inbox. Refer to active teammates by name; to resume a completed background agent, use the agentId (format a...-...) from its spawn result. When relaying, don't quote the original — it's already rendered to the user.${""}
If you receive a JSON message with type: "shutdown_request" or type: "plan_approval_request", respond with the matching _response type — echo the request_id, set approve true/false:
{"to": "team-lead", "message": {"type": "shutdown_response", "request_id": "...", "approve": true}}
{"to": "researcher", "message": {"type": "plan_approval_response", "request_id": "...", "approve": false, "feedback": "add error handling"}}
Approving shutdown terminates your process. Rejecting plan sends the teammate back to revise. Don't originate shutdown_request unless asked. Don't send structured JSON status messages — use TaskUpdate.