← All skills
Tencent SkillHub · Productivity

Luma Event Manager

Luma Event Manager for Clawdbot — Discover events by topic or location, RSVP, view guest lists, and sync to Google Calendar. No API key required (web scraping), no Luma Plus subscription needed.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Luma Event Manager for Clawdbot — Discover events by topic or location, RSVP, view guest lists, and sync to Google Calendar. No API key required (web scraping), no Luma Plus subscription needed.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
LUMA_SKILL_DESIGN.md, README.md, SKILL.md, package-lock.json, package.json, skill.json

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
2.1.1

Documentation

ClawHub primary doc Primary doc: SKILL.md 12 sections Open source page

Luma Event Manager

Manage Luma events as both host and attendee via web scraping (no API key required).

Public (No Auth)

Discover events near any location View event details Geographic filtering

Authenticated (With Cookies)

View your RSVP'd events View events you're hosting Access guest lists RSVP to events Sync events to Google Calendar (via gog CLI)

Discover Events (Public)

"luma search AI" — Find events by topic/theme "luma search startup near San Francisco" — Topic + location "luma events near San Francisco" "luma events near Belmont this weekend" "luma event ai-meetup-sf"

Host Mode (Auth Required)

"luma host events" — List your hosted events "luma host guests <slug>" — View guest list

Attendee Mode (Auth Required)

"luma my events" — Your RSVP'd events "luma rsvp <slug> <response>" — RSVP yes/no/maybe/waitlist

Utility

"luma configure" — Set up authentication "luma status" — Check connection "luma help" — Show help "luma add calendar <slug>" — Add event to Google Calendar

Basic (Public Events Only)

No setup required. Just use discover commands.

Full Access (Your Events + Guest Lists)

Log into lu.ma in your browser Open DevTools (F12) → Application → Cookies → lu.ma Copy cookie values: luma_session, luma_user_id Store in pass: pass insert luma/cookies # Enter: {"luma_session": "value", "luma_user_id": "value"}

Calendar Sync (Optional)

Requires the gog CLI with an authorized Google account. gog auth add you@example.com Then: "luma add calendar <slug>" "luma add calendar <slug> --account you@example.com" "luma add calendar <slug> --calendar_id primary"

Examples

"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

Category context

Workflow acceleration for inboxes, docs, calendars, planning, and execution loops.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Docs3 Config
  • SKILL.md Primary doc
  • LUMA_SKILL_DESIGN.md Docs
  • README.md Docs
  • package-lock.json Config
  • package.json Config
  • skill.json Config