Opendirectory luma-attendees-scraper
Browser-console script to export attendee data from a Luma event into a CSV. Use when users ask to scrape or export attendees from a Luma event.
install
source · Clone the upstream repo
git clone https://github.com/Varnan-Tech/opendirectory
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/Varnan-Tech/opendirectory "$T" && mkdir -p ~/.claude/skills && cp -r "$T/packages/cli/skills/luma-attendees-scraper" ~/.claude/skills/varnan-tech-opendirectory-luma-attendees-scraper && rm -rf "$T"
manifest:
packages/cli/skills/luma-attendees-scraper/SKILL.mdsource content
Luma Attendees Scraper
You have access to a JavaScript script (\luma_attendees_export.js) that runs in the browser console to extract attendee data from a Luma event URL and saves it as a CSV.
Instructions
- If the user asks to scrape Luma attendees, instruct them to open the Luma event page in their browser.
- Ask them to open their browser's Developer Tools (Console).
- Provide them with the contents of \luma_attendees_export.js.
- Instruct them to paste the script into the console and hit Enter.
- Explain that they can test it first by setting \sampleLimit: 5, and then \sampleLimit: Infinity\ for the full list.