slack
Installation
SKILL.md
Slack
Integrate with Slack for team messaging. Use when you need to: (1) send messages to Slack channels, (2) post notifications and updates, or (3) automate Slack communication workflows.
Input
Provide input as JSON:
{
"channel_name": "The Slack channel to send messages to (e.g., #general, #announcements)",
"message_content": "The message content to send to the channel",
"notification_type": "Type of notification to manage (e.g., urgent, info, reminder)",
"mention_users": "Users to mention in the message (comma-separated, e.g., @john, @sarah). Leave empty for no mentions."
}