Help us improve
Share bugs, ideas, or general feedback.
From vibeworks-library
Manage your Discord server - post announcements, create events, moderate, and more. Use when the user mentions Discord, wants to post announcements, manage events, moderate channels, or check server status.
npx claudepluginhub Claude-Code-Community-Ireland/claude-code-resources --plugin vibeworks-libraryHow this skill is triggered — by the user, by Claude, or both
Slash command
/vibeworks-library:skills/discordThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
A skill for managing the Claude Code Community Ireland Discord server.
Automates Discord tasks: send messages/DMs, manage channels/roles/webhooks/reactions via Composio toolkits and Rube MCP. Requires active Discord connections.
Automates Discord tasks including sending messages/DMs, managing channels/roles/webhooks/reactions via Rube MCP and Composio toolkits. Requires active Discord connection.
Interacts with Discord servers using bot tokens: sends messages, reads channels, manages reactions, and handles authentication.
Share bugs, ideas, or general feedback.
A skill for managing the Claude Code Community Ireland Discord server.
When this skill is invoked, help the user manage their Discord server using the available MCP tools.
Parse the user's input to determine what action they want:
Posting & Announcements:
post <channel> <message> - Send a message to a channelannounce <message> - Post to announcements channelevent <title> <description> <date> - Create an event announcementModeration:
moderate or review - Fetch and review recent messages from generaltimeout <user_id> <minutes> [reason] - Timeout a userkick <user_id> [reason] - Kick a userban <user_id> [reason] - Ban a userServer Info:
status or stats - Show server overview (channels, roles, members)channels - List all channelsroles - List all rolesmembers - List server membersAutoMod:
automod - List current AutoMod rulesautomod add keyword <words> - Add keyword filterautomod toggle <rule_id> - Enable/disable a ruleHelp:
help - Show this command listWhen executing commands:
User: /discord announce Welcome to our first meetup!
Action: Post "Welcome to our first meetup!" to the announcements channel using discord_send_message
User: /discord event "January Meetup" "Join us at Vibeworks for hands-on Claude Code learning" "January 15th 6pm"
Action: Create a formatted event embed in the events channel using discord_send_embed
User: /discord moderate
Action: Fetch recent messages from general using discord_fetch_messages and summarize any issues
User: /discord status
Action: Use discord_list_channels, discord_list_roles, discord_list_members to give an overview
If no command is specified (just /discord), show a menu:
Discord Server Management
What would you like to do?
Announcements
- announce <message> - Post to announcements
- event <title> - Create event post
Moderation
- moderate - Review recent messages
- timeout/kick/ban - User actions
Server Info
- status - Server overview
- channels/roles/members - List items
AutoMod
- automod - View/manage rules
Type /discord help for full command list