Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
- Added documentation for the default API endpoint and the option to override it with the BELONG_EVENTS_ENDPOINT environment variable. - Updated metadata to include BELONG_EVENTS_ENDPOINT as an optional environment variable. - Added a clear network disclosure section describing API endpoints and key usage. - No changes to tool methods or functionality.
What This Skill Does
Belong Events connects to the Belong platform to search events, purchase tickets, create and manage events, and handle venue check-ins. Tickets are deployed as NFTs on-chain. Account linking uses an email OTP flow instead of manual API keys.
Covers the full organizer and attendee lifecycle in one skill, from discovery through on-chain ticket deployment and venue check-in, without requiring users to manage API keys manually.
When to use it
- Finding local events in a specific city this weekend
- Buying a ticket to a Belong event from the agent
- Creating a new event and deploying NFT ticket tiers
- Checking attendees in at a venue door
- Reviewing ticket sales analytics for an owned event
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Find me techno events in Berlin next weekend and buy a ticket to the first one
- 1Call discover_events with city=Berlin, category=techno, and the relevant date range
- 2Present the returned event list to the user
- 3Call get_event_details with the chosen eventId to confirm tier and pricing
- 4Call buy_ticket with eventId and desired tierId to get the checkout URL
- 5Return the checkout URL for the user to complete payment
A direct checkout link for the selected Berlin techno event
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.