discord-event-planner

Plan and coordinate events in Discord. Use when users ask to create, schedule, or manage events, plan meetups, organize activities, set up reminders, or track RSVPs in Discord.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "discord-event-planner" with this command: npx skills add fuzzyb33s/discord-event-planner-fuzzy

Discord Event Planner

Organize events in Discord with scheduling, RSVP tracking, and reminders.

Commands

Create Event

!event create <title> <YYYY-MM-DD> <HH:MM> [description]
  • Title: required, event name
  • Date/time: required, use 24h format
  • Description: optional, event details

List Events

!event list

Shows all upcoming events with date, time, title, and RSVP count.

RSVP

!event rsvp <event-id> <attend|maybe|decline>
  • attend - definitely going
  • maybe - might attend
  • decline - can't make it

Cancel Event

!event cancel <event-id>

Deletes the event and notifies attendees.

Event Details

!event show <event-id>

Shows full event info with RSVP list.

Storage

Events stored in events.json:

{
  "events": {
    "evt_001": {
      "id": "evt_001",
      "title": "Game Night",
      "date": "2026-05-15",
      "time": "20:00",
      "description": "Weekly gaming session",
      "created_by": "user123",
      "rsvps": {
        "attend": ["user1", "user2"],
        "maybe": ["user3"],
        "decline": []
      }
    }
  },
  "next_id": 2
}

Script Usage

python scripts/event_manager.py create "Game Night" "2026-05-15" "20:00" "Weekly gaming"
python scripts/event_manager.py list
python scripts/event_manager.py rsvp evt_001 attend
python scripts/event_manager.py show evt_001
python scripts/event_manager.py cancel evt_001

Discord Formatting

  • Event cards use block quotes with borders
  • Timestamps show in user-friendly format
  • RSVP counts color-coded: green (attend), yellow (maybe), red (decline)

Workflow

  1. User requests event creation → parse args → validate date → save
  2. RSVP updates → modify the rsvps object → save
  3. List events → sort by date → show upcoming only
  4. Cancel → remove from events → save

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Miaoji Bid Guard

亚马逊广告出价护栏顾问。当用户需要设定ACoS上限、分析广告关键词出价、制定熔断策略、生成视频广告脚本时使用。支持:利润边界设定、秒级出价方案生成、熔断建议、视频广告内容创作。

Registry SourceRecently Updated
General

Miaoji Scene Studio

快速生成适配TikTok等平台的产品场景图AI绘图提示词与构图方案,提升内容真实感与点击率。

Registry SourceRecently Updated
General

Miaoji Model Shot

基于服装描述快速生成专业模特拍摄构图方案和AI绘图提示词,高效规划新品展示方案与拍摄指导。

Registry SourceRecently Updated
General

Miaoji Compliance Copy

快速扫描并清洗亚马逊产品文案违规词,注入场景和用户意图,生成符合平台规则的多版本合规文案。

Registry SourceRecently Updated