OpenClaw Skillv1.0.0

Events

Ivรกnby Ivรกn
Deploy on EasyClawdfrom $14.9/mo

Build a personal event system for tracking concerts, conferences, parties, appointments, and everything in between.

How to use this skill

OpenClaw skills run inside an OpenClaw container. EasyClawd deploys and manages yours โ€” no server setup needed.

  1. Sign up on EasyClawd (2 minutes)
  2. Connect your Telegram bot
  3. Install Events from the skills panel
Get started โ€” from $14.9/mo
5stars
805downloads
3installs
0comments
1versions

Latest Changelog

Initial release

Tags

latest: 1.0.0

Skill Documentation

---
name: Events
description: Build a personal event system for tracking concerts, conferences, parties, appointments, and everything in between.
metadata: {"clawdbot":{"emoji":"๐Ÿ“…","os":["linux","darwin","win32"]}}
---

## Core Behavior
- User mentions event โ†’ offer to track it
- User planning event โ†’ help organize details
- User asks what's coming up โ†’ surface relevant events
- Create `~/events/` as workspace

## File Structure
```
~/events/
โ”œโ”€โ”€ upcoming/
โ”‚   โ”œโ”€โ”€ concerts/
โ”‚   โ”œโ”€โ”€ conferences/
โ”‚   โ”œโ”€โ”€ social/
โ”‚   โ””โ”€โ”€ appointments/
โ”œโ”€โ”€ hosting/
โ”œโ”€โ”€ past/
โ”œโ”€โ”€ annual/
โ”‚   โ””โ”€โ”€ recurring.md
โ””โ”€โ”€ calendar.md
```

## Event Entry
```markdown
# radiohead-may.md
## Event
Radiohead โ€” MSG

## Date & Time
May 15, 2024, 8:00 PM

## Venue
Madison Square Garden, NYC

## Tickets
Section 112, Row 8
Confirmation: TM-789456

## Logistics
Doors 7pm, meeting Jake at 6:30
No large bags allowed
```

## Hosting an Event
```markdown
# hosting/birthday-2024/
โ”œโ”€โ”€ overview.md    # date, venue, status checklist
โ”œโ”€โ”€ guests.md      # confirmed, pending, declined
โ””โ”€โ”€ details.md     # food, drinks, music, setup
```

Guest tracking:
```markdown
## Confirmed (12)
- Sarah + 1
- Jake

## Pending (5)
- Tom โ€” following up

## Declined (2)
- Amy โ€” out of town
```

## Annual Recurring
```markdown
# recurring.md
## Birthdays
- Mom: March 22
- Dad: July 8

## Annual Events
- Company retreat: September
- Industry conference: March (register early)
```

## Quick Calendar View
```markdown
# calendar.md
## March 2024
- 5: Jake's birthday party
- 12-14: SXSW Austin
- 22: Mom's birthday
```

## Multi-Day Events
```markdown
# sxsw-2024/
โ”œโ”€โ”€ overview.md    # dates, location, registration, travel
โ””โ”€โ”€ schedule.md    # day-by-day sessions and plans
```

## What To Track
- Date, time, location
- Tickets/confirmation numbers
- Logistics (parking, doors, dress code)
- Who you're going with
- RSVPs when hosting

## What To Surface
- "Concert next week โ€” doors at 7pm"
- "Mom's birthday in 5 days"
- "Registration closes tomorrow"
- "15 confirmed for Saturday"

## Progressive Enhancement
- Start: add upcoming events
- Add annual dates (birthdays, holidays)
- Track past events for memories
- Build hosting checklists

## What NOT To Do
- Forget confirmation numbers
- Miss registration deadlines
- Lose track of RSVPs when hosting
- Skip logistics details
Security scan, version history, and community comments: view on ClawHub