用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/kid0317/crewai_mas_demo --skill mailbox命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | mailbox |
| type | task |
| description | 收发邮件,与团队成员通信。邮箱是数字员工之间的唯一通信渠道。 |
⚠️ 重要:通过 skill_loader 加载本 Skill 后,按照下面的命令在沙盒中执行操作。
不要直接调用 mailbox 作为工具名——所有操作都通过沙盒 Bash 执行。
邮件脚本位置(沙盒内):/workspace/skills/mailbox/scripts/mailbox_cli.py
pip install filelock -q
python3 /workspace/skills/mailbox/scripts/mailbox_cli.py read \
--mailboxes-dir /mnt/shared/mailboxes \
--role pm
python3 /workspace/skills/mailbox/scripts/mailbox_cli.py send \
--mailboxes-dir /mnt/shared/mailboxes \
--from pm \
--to manager \
--type task_done \
--subject "产品文档已完成" \
--content "产品文档已写入 /mnt/shared/design/product_spec.md,请验收"
python3 /workspace/skills/mailbox/scripts/mailbox_cli.py done \
--mailboxes-dir /mnt/shared/mailboxes \
--role pm \
--msg-id msg-xxxxxxxx
done 命令| type | 用途 |
|---|---|
task_assign | Manager → PM,分配任务 |
task_done | PM → Manager,任务完成通知 |
基于 SOC 职业分类