Overview
- Skill Key
- firefrog-pepe/luma-enhanced
- Author
- Clawd (forked and enhanced by Pepe)
- Source Repo
- openclaw/skills
- Version
- 1.1.1
- Source Path
- skills/firefrog-pepe/luma-enhanced
- Latest Commit SHA
- 2db841a796fadedc1282d13b6e9ad4d62ac8f70e
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 around the world. Returns events with details including venue, date, hosts, ticket status, and links.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Luma Events Enhanced 技能。 若已安装,则直接安装 Luma Events Enhanced 技能。
# Luma Events Enhanced Skill This skill allows the agent to fetch upcoming events from Luma (lu.ma) without authentication. It supports multiple cities, date filtering, and JSON output. Events are automatically persisted to `~/.openclaw/workspace/memory/luma-events.json` and old events are pruned (>24h past start) to keep storage manageable. ## Capabilities - `fetch_events(city, days=30, max_events=20, json=False)` – Fetch events for a city (or list of cities). Returns human-readable text or JSON. - `get_persisted_events()` – Read stored events from memory file (useful for follow-up questions). - `prune_old_events(hours=24)` – Remove events that ended more than N hours ago. ## Usage The agent typically runs the CLI: ```bash python3 scripts/fetch_events.py <city> [cities...] [--days N] [--max N] [--json] ``` ### Parameters - **`city`**: City slug (lowercase, hyphenated), e.g., `bengaluru`, `mumbai`, `san-francisco`, `new-york`, `lisbon`, `porto`. - **`--days N`**: Only include events occurring within the next N days (default: 30). - **`--max N`**: Maximum number of events to return per city (default: 20). - **`--json`**: Output raw JSON instead of formatted text. ### Output Human-readable output prints each event with: - 🎯 Event name - 📍 Venue and city - 📅 Date and time (local to event) - 👥 Hosts (up to 2) - 👤 Guest count - 🎫 Ticket status (Free/Paid/Sold Out/Available with spots) - 🔗 Direct lu.ma link JSON output includes an array of event objects with fields: - `city`, `name`, `start`, `end`, `url`, `venue`, `hosts[]`, `guestCount`, `ticketStatus` (`free`/`paid`/`sold_out`), `spotsRemaining`, `isFree`, `lastFetched` ### Persistence After fetching, events are merged into `~/.openclaw/workspace/memory/luma-events.json` by event URL. On each run, the file is pruned to remove events older than 24 hours past their start time. This allows the agent to maintain context without re-fetching. ## Examples ### Find tech events this week ```bash python3 sc...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.