A high-efficiency utility to scrape and structure tech event data from lu.ma for any global city without requiring authentication.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install luma
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install luma using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Luma Events skill is a specialized tool designed to help developers and AI agents navigate the tech ecosystem by programmatically fetching event data from Luma (lu.ma). As a key component of the Openclaw Skills library, it allows users to search for startup meetups, conferences, and networking events across cities like Bangalore, San Francisco, and London. By extracting data directly from Luma's server-side rendered metadata, it provides real-time access to event details, host information, and ticket availability without the overhead of API keys.
This skill is particularly valuable for those building automated research workflows or personal assistants that need to stay updated on the latest industry gatherings. It bridges the gap between public web data and structured agent memory, ensuring that your automated systems always have a clear view of the tech landscape.
To start using this tool within your Openclaw Skills environment, navigate to your local scripts directory and execute the Python script directly.
# Fetch events for specific cities for the next 14 days
python3 scripts/fetch_events.py san-francisco london --days 14
# Output events in JSON format for automated processing
python3 scripts/fetch_events.py mumbai --json
This skill requires Python 3.6 or higher and utilizes only standard libraries, meaning no additional pip installations are necessary.
The skill organizes extracted data into a clean, hierarchical structure, making it easy to integrate with other Openclaw Skills.
| Property | Description | Format |
|---|---|---|
name |
The title of the event | String |
start |
The UTC start time | ISO 8601 |
url |
The direct lu.ma event link | URL |
venue |
Neighborhood or specific address | String |
ticketStatus |
Current availability (e.g., free, available) | String |
lastFetched |
Timestamp of the data retrieval | ISO 8601 |
All data is persisted in ~/clawd/memory/luma-events.json to enable long-term context for your agent.
Loading
A comprehensive skill for controlling macOS applications and automating GUI interactions through the Accessibility API.

A powerful bridge between your personal knowledge management system and your AI agent, enabling programmatic access to Readwise and Reader data.

A specialized utility for converting raw Telegram Desktop JSON exports into polished, long screenshot-style images using Openclaw Skills.

A precision material takeoff tool for calculating fencing components including posts, rails, pickets, and hardware for wood, vinyl, and aluminum projects.

Decentralized, AES-256 encrypted storage for AI agent memory backed by the Jackal Protocol.

Jackal Memory provides sovereign, recoverable, and decentralized storage for AI agents to persist context across different sessions and machines.








































