Eventbrite Automation
Automate Eventbrite event management, attendee tracking, organization discovery, and category browsing through natural language commands
npx skills add composio-community/awesome-codex-skills --skill eventbrite-automation --agent codex
Same command for any agent — swap --agent for claude-code, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Eventbrite Automation Automate Eventbrite event management workflows -- list organization events, track attendees, browse categories and formats, and manage organizations -- all through natural language. **Toolkit docs:** [composio.dev/toolkits/eventbrite](https://composio.dev/toolkits/eventbrite) --- ## Setup 1. Add the Rube MCP server to your environment: `https://rube.app/mcp` 2. Connect your Eventbrite account when prompted (OAuth flow via Composio) 3. Start issuing natural language commands for Eventbrite automation --- ## Core Workflows ### 1. Discover Your Organizations Retrieve the organizations the authenticated user belongs to. This is a prerequisite for most other Eventbrite operations since `organization_id` is required. **Tool:** `EVENTBRITE_LIST_USER_ORGANIZATIONS` No parameters required. Returns organization IDs, names, and metadata. > Always call this first to obtain the `organization_id` needed by event and attendee endpoints. Example prompt: > "List my Eventbrite organizations" --- ### 2. List and Search Organization Events Browse events owned by a specific organization with filtering by status, time period, and pagination. **Tool:** `EVENTBRITE_LIST_ORGANIZATIO
- Setup
- Core Workflows
- 1. Discover Your Organizations
- 2. List and Search Organization Events
- 3. Track Event Attendees
- 4. Browse Event Categories
- 5. List Event Formats
- 6. Browse Event Subcategories
- Known Pitfalls
- Quick Reference
What does the Eventbrite Automation skill do?
Automate Eventbrite event management, attendee tracking, organization discovery, and category browsing through natural language commands
How do I install it?
Run `npx skills add composio-community/awesome-codex-skills --skill eventbrite-automation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From composio-community/awesome-codex-skills, a repository with 15,591 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
