LaunchKit · 2026
Back to Skills

belong-events

Create, discover, and manage events with NFT tickets on the Belong platform.

2
447 downloads
by @nomadcalendar

Setup & Installation

openclaw skills install @nomadcalendar/belong-events

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install belong-events

Version History

v1.0.1Feb 16, 2026 - Version note by skill developer:

- 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.

INPUT

User asks: Find me techno events in Berlin next weekend and buy a ticket to the first one

AGENT
  1. 1Call discover_events with city=Berlin, category=techno, and the relevant date range
  2. 2Present the returned event list to the user
  3. 3Call get_event_details with the chosen eventId to confirm tier and pricing
  4. 4Call buy_ticket with eventId and desired tierId to get the checkout URL
  5. 5Return the checkout URL for the user to complete payment
OUTPUT

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.

Belong account (created via email OTP flow during first use)BELONG_EVENTS_API_KEY environment variable (obtained automatically through the OTP flow)