discord
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseDiscord Server Management Skill
Discord服务器管理Skill
A skill for managing the Claude Code Community Ireland Discord server.
一款用于管理Claude Code Community Ireland Discord服务器的Skill。
Server Information
服务器信息
- Guild ID: 1458570944472813724
- Server Name: Claude Code Community Ireland
- 服务器ID(Guild ID): 1458570944472813724
- 服务器名称: Claude Code Community Ireland
Key Channel IDs
关键频道ID
- General: 1458570953746288894
- Rules: 1458574326956691537
- Announcements: 1458588765059678450
- Introductions: 1458578796650434581
- Help: 1458579492720349225
- Resources: 1458580158817763488
- Beginners: 1458589852088930499
- Projects: 1458579211890458666
- Events: 1458581968521269350
- Vibeworks Events: 1458828369767432283
- Past Events: 1458834454167683246
- Training Announcements: 1458828366055473276
- Moderator Only: 1458574326956691540
- Server Guide: 1458866927085818032
- 综合频道(General): 1458570953746288894
- 规则频道(Rules): 1458574326956691537
- 公告频道(Announcements): 1458588765059678450
- 自我介绍频道(Introductions): 1458578796650434581
- 帮助频道(Help): 1458579492720349225
- 资源频道(Resources): 1458580158817763488
- 新手频道(Beginners): 1458589852088930499
- 项目频道(Projects): 1458579211890458666
- 活动频道(Events): 1458581968521269350
- Vibeworks活动频道(Vibeworks Events): 1458828369767432283
- 往期活动频道(Past Events): 1458834454167683246
- 培训公告频道(Training Announcements): 1458828366055473276
- 仅管理员可见频道(Moderator Only): 1458574326956691540
- 服务器指南频道(Server Guide): 1458866927085818032
Key Role IDs
关键角色ID
- Admin: 1458575646530998302
- Moderator: 1458576572264222873
- Event Organizer: 1458828154432126977
- @everyone: 1458570944472813724
- 管理员(Admin): 1458575646530998302
- 版主(Moderator): 1458576572264222873
- 活动组织者(Event Organizer): 1458828154432126977
- @everyone: 1458570944472813724
Instructions
操作说明
When this skill is invoked, help the user manage their Discord server using the available MCP tools.
当调用本Skill时,使用可用的MCP工具帮助用户管理其Discord服务器。
Available Commands
可用命令
Parse the user's input to determine what action they want:
Posting & Announcements:
- - Send a message to a channel
post <channel> <message> - - Post to announcements channel
announce <message> - - Create an event announcement
event <title> <description> <date>
Moderation:
- or
moderate- Fetch and review recent messages from generalreview - - Timeout a user
timeout <user_id> <minutes> [reason] - - Kick a user
kick <user_id> [reason] - - Ban a user
ban <user_id> [reason]
Server Info:
- or
status- Show server overview (channels, roles, members)stats - - List all channels
channels - - List all roles
roles - - List server members
members
AutoMod:
- - List current AutoMod rules
automod - - Add keyword filter
automod add keyword <words> - - Enable/disable a rule
automod toggle <rule_id>
Help:
- - Show this command list
help
解析用户输入以确定他们想要执行的操作:
发布与公告:
- - 向指定频道发送消息
post <channel> <message> - - 发布至公告频道
announce <message> - - 创建活动公告
event <title> <description> <date>
管理操作:
- 或
moderate- 获取并查看综合频道的近期消息review - - 限制用户发言权限(指定时长)
timeout <user_id> <minutes> [reason] - - 踢出用户
kick <user_id> [reason] - - 封禁用户
ban <user_id> [reason]
服务器信息:
- 或
status- 显示服务器概览(频道、角色、成员)stats - - 列出所有频道
channels - - 列出所有角色
roles - - 列出服务器成员
members
自动管理(AutoMod):
- - 列出当前的AutoMod规则
automod - - 添加关键词过滤规则
automod add keyword <words> - - 启用/禁用规则
automod toggle <rule_id>
帮助:
- - 显示本命令列表
help
Response Format
响应格式
When executing commands:
- Confirm what action you're taking
- Use the appropriate Discord MCP tool
- Report the result back to the user
执行命令时:
- 确认即将执行的操作
- 使用相应的Discord MCP工具
- 向用户返回操作结果
Examples
示例
User:
Action: Post "Welcome to our first meetup!" to the announcements channel using discord_send_message
/discord announce Welcome to our first meetup!User:
Action: Create a formatted event embed in the events channel using discord_send_embed
/discord event "January Meetup" "Join us at Vibeworks for hands-on Claude Code learning" "January 15th 6pm"User:
Action: Fetch recent messages from general using discord_fetch_messages and summarize any issues
/discord moderateUser:
Action: Use discord_list_channels, discord_list_roles, discord_list_members to give an overview
/discord status用户:
操作: 使用discord_send_message将"Welcome to our first meetup!"发布至公告频道
/discord announce Welcome to our first meetup!用户:
操作: 使用discord_send_embed在活动频道创建格式化的活动嵌入消息
/discord event "January Meetup" "Join us at Vibeworks for hands-on Claude Code learning" "January 15th 6pm"用户:
操作: 使用discord_fetch_messages获取综合频道的近期消息,并总结相关问题
/discord moderate用户:
操作: 使用discord_list_channels、discord_list_roles、discord_list_members生成服务器概览
/discord statusDefault Behavior
默认行为
If no command is specified (just ), show a menu:
/discordDiscord 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如果未指定具体命令(仅输入),则显示菜单:
/discordDiscord 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