You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #70 added format_mention as a Discord-only MCP tool (gated behind chatJid.startsWith('dc:')). It resolves display names to proper <@USER_ID> mention format using a user registry.
Slack has the same need — agents communicating in Slack channels need to <@U12345> mention users rather than plain-text @name.
Requirements
Add format_mention support for Slack channels (JID prefix TBD based on Slack integration)
Look up Slack user IDs from display names (Slack Web API users.list or similar)
Return proper Slack mention format: <@USER_ID>
Gated to Slack agents only, alongside the existing Discord gate
Notes
The Slack skill currently exists at .claude/skills/slack/ as a standalone CLI tool
Context
PR #70 added
format_mentionas a Discord-only MCP tool (gated behindchatJid.startsWith('dc:')). It resolves display names to proper<@USER_ID>mention format using a user registry.Slack has the same need — agents communicating in Slack channels need to
<@U12345>mention users rather than plain-text@name.Requirements
format_mentionsupport for Slack channels (JID prefix TBD based on Slack integration)users.listor similar)<@USER_ID>Notes
.claude/skills/slack/as a standalone CLI tooluser_registry.json