discord

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Discord 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:
  • post <channel> <message>
    - Send a message to a channel
  • announce <message>
    - Post to announcements channel
  • event <title> <description> <date>
    - Create an event announcement
Moderation:
  • moderate
    or
    review
    - Fetch and review recent messages from general
  • timeout <user_id> <minutes> [reason]
    - Timeout a user
  • kick <user_id> [reason]
    - Kick a user
  • ban <user_id> [reason]
    - Ban a user
Server Info:
  • status
    or
    stats
    - Show server overview (channels, roles, members)
  • channels
    - List all channels
  • roles
    - List all roles
  • members
    - List server members
AutoMod:
  • automod
    - List current AutoMod rules
  • automod add keyword <words>
    - Add keyword filter
  • automod toggle <rule_id>
    - Enable/disable a rule
Help:
  • help
    - Show this command list
解析用户输入以确定他们想要执行的操作:
发布与公告:
  • 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:
  1. Confirm what action you're taking
  2. Use the appropriate Discord MCP tool
  3. Report the result back to the user
执行命令时:
  1. 确认即将执行的操作
  2. 使用相应的Discord MCP工具
  3. 向用户返回操作结果

Examples

示例

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
用户:
/discord announce Welcome to our first meetup!
操作: 使用discord_send_message将"Welcome to our first meetup!"发布至公告频道
用户:
/discord event "January Meetup" "Join us at Vibeworks for hands-on Claude Code learning" "January 15th 6pm"
操作: 使用discord_send_embed在活动频道创建格式化的活动嵌入消息
用户:
/discord moderate
操作: 使用discord_fetch_messages获取综合频道的近期消息,并总结相关问题
用户:
/discord status
操作: 使用discord_list_channels、discord_list_roles、discord_list_members生成服务器概览

Default Behavior

默认行为

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
如果未指定具体命令(仅输入
/discord
),则显示菜单:
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