💼 Eventbrite Automation
Eventbriteのイベント管理、参加者追跡、団体やカテゴリ検索を自然言語で自動化するSkill。
📺 まず動画で見る(YouTube)
▶ 【自動化】AIガチ勢の最新活用術6選がこれ1本で丸分かり!【ClaudeCode・AIエージェント・AI経営・Skills・MCP】 ↗
※ jpskill.com 編集部が参考用に選んだ動画です。動画の内容と Skill の挙動は厳密には一致しないことがあります。
📜 元の英語説明(参考)
Automate Eventbrite event management, attendee tracking, organization discovery, and category browsing through natural language commands
🇯🇵 日本人クリエイター向け解説
Eventbriteのイベント管理、参加者追跡、団体やカテゴリ検索を自然言語で自動化するSkill。
※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o eventbrite-automation.zip https://jpskill.com/download/1611.zip && unzip -o eventbrite-automation.zip && rm eventbrite-automation.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/1611.zip -OutFile "$d\eventbrite-automation.zip"; Expand-Archive "$d\eventbrite-automation.zip" -DestinationPath $d -Force; ri "$d\eventbrite-automation.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
eventbrite-automation.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
eventbrite-automationフォルダができる - 3. そのフォルダを
C:\Users\あなたの名前\.claude\skills\(Win)または~/.claude/skills/(Mac)へ移動 - 4. Claude Code を再起動
⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。
🎯 このSkillでできること
下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。
📦 インストール方法 (3ステップ)
- 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
- 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
- 3. 展開してできたフォルダを、ホームフォルダの
.claude/skills/に置く- · macOS / Linux:
~/.claude/skills/ - · Windows:
%USERPROFILE%\.claude\skills\
- · macOS / Linux:
Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。
詳しい使い方ガイドを見る →- 最終更新
- 2026-05-17
- 取得日時
- 2026-05-17
- 同梱ファイル
- 1
💬 こう話しかけるだけ — サンプルプロンプト
- › Eventbrite Automation で、私のビジネスを分析して改善案を3つ提案して
- › Eventbrite Automation を使って、来週の会議用の資料を作って
- › Eventbrite Automation で、現状の課題を整理してアクションプランに落として
これをClaude Code に貼るだけで、このSkillが自動発動します。
📖 Skill本文(日本語訳)
※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。
Eventbrite 自動化
Eventbrite のイベント管理ワークフローを自動化します。組織のイベントの一覧表示、参加者の追跡、カテゴリとフォーマットの閲覧、組織の管理をすべて自然言語で行えます。
ツールキットのドキュメント: composio.dev/toolkits/eventbrite
セットアップ
- Rube MCP サーバーを環境に追加します:
https://rube.app/mcp - プロンプトが表示されたら Eventbrite アカウントを接続します (Composio 経由の OAuth フロー)
- Eventbrite の自動化のために自然言語コマンドの発行を開始します
コアワークフロー
1. 組織の発見
認証されたユーザーが所属する組織を取得します。organization_id が必要となるため、これは他のほとんどの Eventbrite 操作の前提条件となります。
ツール: EVENTBRITE_LIST_USER_ORGANIZATIONS
パラメーターは不要です。組織 ID、名前、およびメタデータを返します。
イベントおよび参加者エンドポイントで必要となる
organization_idを取得するために、常にこれを最初に呼び出してください。
プロンプトの例:
"私の Eventbrite 組織を一覧表示してください"
2. 組織イベントの一覧表示と検索
特定の組織が所有するイベントを、ステータス、期間、ページネーションでフィルタリングして閲覧します。
ツール: EVENTBRITE_LIST_ORGANIZATION_EVENTS
主なパラメーター:
organization_id-- イベントを一覧表示する組織 (必須;EVENTBRITE_LIST_USER_ORGANIZATIONSから取得)status--live、draft、canceled、started、ended、completed、またはallでフィルタリングtime_filter--current_futureまたはpastでフィルタリングorder_by--start_asc、start_desc、created_asc、created_desc、name_asc、name_descでソートpage_size-- 1 ページあたりのイベント数continuation-- 前の応答からのページネーショントークンexpand-- 展開するフィールドをコンマ区切りで指定:organizer、venue、ticket_classes
プロンプトの例:
"私の組織のすべてのライブイベントを、開始日でソートして表示してください"
3. イベント参加者の追跡
任意のイベントの参加者リストを、オプションのステータスフィルタリングとページネーションで取得します。
ツール: EVENTBRITE_LIST_EVENT_ATTENDEES
主なパラメーター:
event_id-- 参加者を取得するイベント (必須)status--attending、not_attending、またはcancelledでフィルタリングchanged_since-- 最近変更された参加者のみを取得するための ISO 8601 タイムスタンプcontinuation-- 後続のページのページネーショントークン
プロンプトの例:
"1 月 1 日以降に変更があったイベント 123456789 のすべての参加者を取得してください"
4. イベントカテゴリの閲覧
イベントの作成またはフィルタリング時に使用できるイベントカテゴリを取得します。
ツール: EVENTBRITE_GET_EVENT_CATEGORIES
主なパラメーター:
locale-- ローカライズされた名前のための BCP-47 ロケール (例:en_US、es_ES)
選択したカテゴリ内のサブカテゴリを取得するには、EVENTBRITE_GET_EVENT_SUBCATEGORIES を続けて使用してください。
プロンプトの例:
"Eventbrite のすべてのイベントカテゴリを英語で一覧表示してください"
5. イベントフォーマットの一覧表示
利用可能なすべてのイベントフォーマットタイプ (会議、セミナー、ワークショップなど) を取得します。
ツール: EVENTBRITE_GET_EVENT_FORMATS
パラメーターは不要です。フォーマット ID と表示名を返します。
プロンプトの例:
"Eventbrite で利用可能なイベントフォーマットは何ですか?"
6. イベントサブカテゴリの閲覧
より詳細なイベント分類のためのサブカテゴリを取得します。
ツール: EVENTBRITE_GET_EVENT_SUBCATEGORIES
主なパラメーター:
locale-- ローカライズされた名前のための BCP-47 ロケール (例:en_US)
プロンプトの例:
"Eventbrite のすべてのイベントサブカテゴリを一覧表示してください"
既知の落とし穴
| 落とし穴 | 詳細 |
|---|---|
| 組織 ID が必要 | ほとんどのイベント操作には organization_id が必要です -- 常に EVENTBRITE_LIST_USER_ORGANIZATIONS を最初に呼び出してください |
continuation によるページネーション |
結果はページ番号ではなく continuation トークンによるページネーションを使用します -- 次のページを取得するには、前の応答からの continuation 値を渡してください |
| イベント ID の発見 | 参加者クエリの event_id 値を取得するには、まず EVENTBRITE_LIST_ORGANIZATION_EVENTS を介してイベントを一覧表示する必要があります |
| ステータス値は特定のもの | イベントステータス値 (live、draft、canceled、started、ended、completed) は正確に一致する必要があります |
expand フィールドはコンマ区切り |
expand パラメーターは配列ではなく、コンマ区切りの文字列を受け取ります (例: "organizer,venue") |
changed_since のフォーマット |
changed_since パラメーターは ISO 8601 フォーマットである必要があります (例: 2024-01-01T00:00:00Z) |
クイックリファレンス
| アクション | ツールスラッグ | 主なパラメーター |
|---|---|---|
| 組織を一覧表示 | EVENTBRITE_LIST_USER_ORGANIZATIONS |
(なし) |
| イベントを一覧表示 | EVENTBRITE_LIST_ORGANIZATION_EVENTS |
organization_id、status、time_filter |
| 参加者を一覧表示 | EVENTBRITE_LIST_EVENT_ATTENDEES |
event_id、status、changed_since |
| カテゴリを取得 | EVENTBRITE_GET_EVENT_CATEGORIES |
locale |
| サブカテゴリを取得 | EVENTBRITE_GET_EVENT_SUBCATEGORIES |
locale |
| フォーマットを取得 | EVENTBRITE_GET_EVENT_FORMATS |
(なし) |
Powered by Composio
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
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
Setup
- Add the Rube MCP server to your environment:
https://rube.app/mcp - Connect your Eventbrite account when prompted (OAuth flow via Composio)
- 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_idneeded 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_ORGANIZATION_EVENTS
Key parameters:
organization_id-- the organization whose events to list (required; get fromEVENTBRITE_LIST_USER_ORGANIZATIONS)status-- filter bylive,draft,canceled,started,ended,completed, oralltime_filter-- filter bycurrent_futureorpastorder_by-- sort bystart_asc,start_desc,created_asc,created_desc,name_asc,name_descpage_size-- number of events per pagecontinuation-- pagination token from previous responseexpand-- comma-separated fields to expand:organizer,venue,ticket_classes
Example prompt:
"Show me all live events for my organization, sorted by start date"
3. Track Event Attendees
Retrieve the attendee list for any event, with optional status filtering and pagination.
Tool: EVENTBRITE_LIST_EVENT_ATTENDEES
Key parameters:
event_id-- the event to retrieve attendees for (required)status-- filter byattending,not_attending, orcancelledchanged_since-- ISO 8601 timestamp to get only recently changed attendeescontinuation-- pagination token for subsequent pages
Example prompt:
"Get all attending attendees for event 123456789 who changed since January 1st"
4. Browse Event Categories
Retrieve available event categories for use when creating or filtering events.
Tool: EVENTBRITE_GET_EVENT_CATEGORIES
Key parameters:
locale-- BCP-47 locale for localized names (e.g.,en_US,es_ES)
Follow up with EVENTBRITE_GET_EVENT_SUBCATEGORIES to get subcategories within a selected category.
Example prompt:
"List all Eventbrite event categories in English"
5. List Event Formats
Retrieve all available event format types (conference, seminar, workshop, etc.).
Tool: EVENTBRITE_GET_EVENT_FORMATS
No parameters required. Returns format IDs and display names.
Example prompt:
"What event formats are available on Eventbrite?"
6. Browse Event Subcategories
Retrieve subcategories for more granular event classification.
Tool: EVENTBRITE_GET_EVENT_SUBCATEGORIES
Key parameters:
locale-- BCP-47 locale for localized names (e.g.,en_US)
Example prompt:
"List all Eventbrite event subcategories"
Known Pitfalls
| Pitfall | Details |
|---|---|
| Organization ID required | Most event operations require organization_id -- always call EVENTBRITE_LIST_USER_ORGANIZATIONS first |
| Pagination via continuation | Results use continuation-token pagination, not page numbers -- pass the continuation value from the previous response to get the next page |
| Event ID discovery | You need to list events first via EVENTBRITE_LIST_ORGANIZATION_EVENTS to get event_id values for attendee queries |
| Status values are specific | Event status values (live, draft, canceled, started, ended, completed) must match exactly |
| Expand fields are comma-separated | The expand parameter takes a comma-separated string, not an array (e.g., "organizer,venue") |
| changed_since format | The changed_since parameter must be in ISO 8601 format (e.g., 2024-01-01T00:00:00Z) |
Quick Reference
| Action | Tool Slug | Key Params |
|---|---|---|
| List organizations | EVENTBRITE_LIST_USER_ORGANIZATIONS |
(none) |
| List events | EVENTBRITE_LIST_ORGANIZATION_EVENTS |
organization_id, status, time_filter |
| List attendees | EVENTBRITE_LIST_EVENT_ATTENDEES |
event_id, status, changed_since |
| Get categories | EVENTBRITE_GET_EVENT_CATEGORIES |
locale |
| Get subcategories | EVENTBRITE_GET_EVENT_SUBCATEGORIES |
locale |
| Get formats | EVENTBRITE_GET_EVENT_FORMATS |
(none) |
Powered by Composio