ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 4/5

luma

Fetch upcoming events from Luma (lu.ma) for any city. Use when the user asks about tech events, startup meetups, networking events, conferences, or things happening in cities like Bangalore, Mumbai, Delhi, San Francisco, New York, etc.

Why use this skill?

Automate event discovery on Lu.ma with OpenClaw. Fetch tech meetups, conferences, and startup events for any city directly into your agent memory.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/regalstreak/luma
Or

What This Skill Does

The Luma Events skill is a powerful automation tool that empowers OpenClaw to fetch real-time event data from Lu.ma, a prominent platform for tech meetups, workshops, conferences, and startup networking events. Unlike typical scrapers that require complex API authentication or premium developer keys, this skill utilizes a specialized script that extracts structured event data directly from the server-side rendered (SSR) JSON blobs embedded within Lu.ma's HTML architecture. By simply providing a city slug, the agent can retrieve a curated list of upcoming gatherings, including event names, locations, timings, host details, and attendee counts.

Installation

You can integrate this skill into your environment by running the following command in your terminal: clawhub install openclaw/skills/skills/regalstreak/luma Ensure you have Python 3 installed, as the utility relies on a dedicated fetcher script located in the scripts/ directory of the skill repository. No API keys are required for operation.

Use Cases

This skill is perfect for community builders, networkers, and tech enthusiasts who want to stay updated on local ecosystems without browsing multiple websites. It is especially useful for planning professional travel or managing a weekly schedule of networking meetups. By persisting event data in the ~/clawd/memory/luma-events.json file, the skill allows the agent to build a comprehensive historical record of events in your city. This enables complex queries such as comparing events across different regions or tracking the popularity of specific recurring meetups over time.

Example Prompts

  1. "What are some interesting tech meetups happening in Bengaluru over the next two weeks?"
  2. "Search for startup networking events in San Francisco and save them to my memory for later review."
  3. "Are there any conferences in Delhi this month that I should know about?"

Tips & Limitations

  • City Slugs: Always use lower-case slugs like san-francisco or bengaluru. Using improper names may result in missing data.
  • Persistence: The skill automatically updates the ~/clawd/memory/luma-events.json file. Ensure the agent has write permissions for this directory.
  • Temporal Limit: By default, the tool filters for events within 30 days. Use the --days flag if you need a longer horizon, but keep in mind that the persistence logic is optimized to prune events older than 60 days to keep your memory lean.
  • Limits: The tool is limited to what is publicly visible on Lu.ma event pages. Private events or events requiring specific invite links may not always be accessible via this method.

Metadata

Stars1171
Views1
Updated2026-02-19
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-regalstreak-luma": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#events#networking#tech#meetups#local-data
Safety Score: 4/5

Flags: network-access, file-write, file-read