"Events near me this weekend"
"What's the AI meetup about?"
"luma event startup-pitch-night"
"Show my upcoming events"
Notes
Uses web scraping (no paid Luma Plus required)
Exponential backoff with a 1 req/sec floor to respect lu.ma
Fallback selectors + Next.js JSON parsing with warnings when selectors fail
Cookie auth for private data
Public events always accessible
1---2name: luma-event-manager3description: Luma Event Manager4---56# Luma Event Manager78Manage Luma events as both **host** and **attendee** via web scraping (no API key required).910## Features1112### Public (No Auth)13- Discover events near any location14- View event details15- Geographic filtering1617### Authenticated (With Cookies)18- View your RSVP'd events19- View events you're hosting20- Access guest lists21- RSVP to events22- Sync events to Google Calendar (via `gog` CLI)2324## Triggers2526### Discover Events (Public)27- "luma search AI" — Find events by topic/theme28- "luma search startup near San Francisco" — Topic + location29- "luma events near San Francisco"30- "luma events near Belmont this weekend"31- "luma event ai-meetup-sf"3233### Host Mode (Auth Required)34- "luma host events" — List your hosted events35- "luma host guests <slug>" — View guest list3637### Attendee Mode (Auth Required)38- "luma my events" — Your RSVP'd events39- "luma rsvp <slug> <response>" — RSVP yes/no/maybe/waitlist4041### Utility42- "luma configure" — Set up authentication43- "luma status" — Check connection44- "luma help" — Show help45- "luma add calendar <slug>" — Add event to Google Calendar4647## Setup4849### Basic (Public Events Only)50No setup required. Just use discover commands.5152### Full Access (Your Events + Guest Lists)53541. Log into lu.ma in your browser552. Open DevTools (F12) → Application → Cookies → lu.ma563. Copy cookie values: `luma_session`, `luma_user_id`574. Store in pass:58```bash59pass insert luma/cookies60# Enter: {"luma_session": "value", "luma_user_id": "value"}61```6263### Calendar Sync (Optional)64Requires the `gog` CLI with an authorized Google account.6566```bash67gog auth add you@example.com68```6970Then:71```72"luma add calendar <slug>"73"luma add calendar <slug> --account you@example.com"74"luma add calendar <slug> --calendar_id primary"75```7677## Examples7879```80"Events near me this weekend"81"What's the AI meetup about?"82"luma event startup-pitch-night"83"Show my upcoming events"84```8586## Notes87- Uses web scraping (no paid Luma Plus required)88- Exponential backoff with a 1 req/sec floor to respect lu.ma89- Fallback selectors + Next.js JSON parsing with warnings when selectors fail90- Cookie auth for private data91- Public events always accessible
Run npx skillmds@latest add demerzels-lab/luma-event-manager in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Luma Event Manager It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Demerzels-lab (@demerzels-lab) published this skill. Their other Agent Skills are listed on their SkillMD profile.