Eventbrite Automation

Automate Eventbrite event management, attendee tracking, and organization discovery through natural language commands.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill eventbrite-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Eventbrite Automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/eventbrite-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill eventbrite-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of navigating the Eventbrite dashboard, allowing users to manage events, track attendees, and browse categories directly through natural language.

Core Features & Use Cases

  • Organization Management: Quickly retrieve organization IDs and metadata to facilitate cross-event operations.
  • Event & Attendee Tracking: List events by status or time period and extract attendee lists for specific events.
  • Use Case: A community manager can use this to instantly pull a list of all attendees for an upcoming workshop without logging into the Eventbrite web interface.

Quick Start

List all live events for my organization and show me the attendee count for the most recent one.

Frequently Asked Questions about Eventbrite Automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I list my Eventbrite organizations?

Call the EVENTBRITE_LIST_USER_ORGANIZATIONS tool to retrieve your organization IDs. This is a required first step for most other Eventbrite operations.

How can I track event attendees?

Use the EVENTBRITE_LIST_EVENT_ATTENDEES tool by providing the specific event_id. You can filter results by status such as attending, not_attending, or cancelled.

Does this skill support pagination for event lists?

Yes, the skill uses a continuation-token system. Pass the continuation value from your previous response into the next request to retrieve subsequent pages of data.

What should I do if I cannot find an event?

Ensure you have the correct organization_id by calling EVENTBRITE_LIST_USER_ORGANIZATIONS first, then use EVENTBRITE_LIST_ORGANIZATION_EVENTS with the appropriate status filter.

Can I filter events by date or status?

Yes, the EVENTBRITE_LIST_ORGANIZATION_EVENTS tool supports filtering by status (e.g., live, draft, ended) and time_filter (e.g., current_future, past).