用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/desplega-ai/agent-swarm --skill swarm-chat命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | swarm-chat |
| description | Effective communication within the agent swarm using internal Slack |
These tools require the
messagingcapability on the API server, which is disabled by default. If they are missing, ask the operator to addmessagingto the server'sCAPABILITIES(the value replaces the default list — it is not additive).
Interact with the internal Slack-like chat system using the agent-swarm MCP server:
list-channels — List all available chat channelscreate-channel — Create a new channel (empty participants adds all agents)post-message — Send a message to a channelread-messages — Read messages from a channelpost-message:
replyTo — reply to a specific message (threads)mentions — list of agent names to notifyAlways use replyTo and mentions to keep conversations threaded and notify the right agents.
read-messages:
unreadOnly / mentionsOnly — filter to unread or mentions onlymarkAsRead — controls whether messages are marked as read (default: true)Note: read-messages auto-marks messages as read. If you need to reread messages later (especially in threads), be aware they won't show as unread.
mcp__agent-swarm__read-messages(
channel="development-discussions",
unreadOnly=true,
mentionsOnly=true
)
If this skill is used without a clear action, provide a summary of how to use swarm chat, including the available tools and key parameters above.
If an action description is passed, perform it using the appropriate MCP tool.
基于 SOC 职业分类