# Send Belong Events - Discover and Organize to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "belong-events",
    "name": "Belong Events - Discover and Organize",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/nomadcalendar/belong-events",
    "canonicalUrl": "https://clawhub.ai/nomadcalendar/belong-events",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/belong-events",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=belong-events",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "invoke.sh",
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "belong-events",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T06:05:23.229Z",
      "expiresAt": "2026-05-06T06:05:23.229Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=belong-events",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=belong-events",
        "contentDisposition": "attachment; filename=\"belong-events-1.0.2.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "belong-events"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/belong-events"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/belong-events",
    "downloadUrl": "https://openagent3.xyz/downloads/belong-events",
    "agentUrl": "https://openagent3.xyz/skills/belong-events/agent",
    "manifestUrl": "https://openagent3.xyz/skills/belong-events/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/belong-events/agent.md"
  }
}
```
## Documentation

### Belong Events

Discover events, buy tickets, create events, and manage venue check-ins on Belong.

### How to call tools

Run {baseDir}/invoke.sh <method> '<params-json>' via system.run. The script calls the Belong skill API and returns JSON.

Example:

system.run {baseDir}/invoke.sh discover_events '{"city":"Miami","limit":5}'

All tool calls use this pattern. The invoke.sh script handles endpoint URL, authentication headers, and JSON-RPC framing automatically.

Default endpoint:
https://join.belong.net/functions/v1/openclaw-skill-proxy

Network disclosure:

All JSON-RPC calls are sent to the endpoint above (or BELONG_EVENTS_ENDPOINT if overridden).
If BELONG_EVENTS_API_KEY is set, it is sent to that endpoint as X-OpenClaw-Key.

### Account linking (required for protected tools)

Most tools require a linked Belong account. If any tool returns "Belong account not linked" or "BELONG_LINK_REQUIRED", run the OTP flow:

Ask the user for their email address.
Send OTP:
system.run {baseDir}/invoke.sh belong_email_otp_send '{"email":"USER_EMAIL"}'


Ask for the 6-digit code from their email.
Verify OTP:
system.run {baseDir}/invoke.sh belong_email_otp_verify '{"email":"USER_EMAIL","otp":"CODE"}'


The response includes apiKey. Store it — set it as BELONG_EVENTS_API_KEY env var or update skills.entries.belong-events.apiKey in openclaw.json so subsequent calls are authenticated.

Never ask end users for an API key. Always use the OTP flow.

### Public (no auth needed)

Public tools are rate-limited. If you hit a 429, wait and retry.

list_tools — List available tools (no params)
discover_events — Search events. Params: city, category, startDate, endDate, limit, latitude, longitude (all optional)
get_event_details — Get event details. Params: eventId (required), source, city, latitude, longitude (optional)
buy_ticket — Get checkout/event URL. Params: eventId (required), tierId, quantity
belong_email_otp_send — Send OTP. Params: email (required)
belong_email_otp_verify — Verify OTP. Params: email (required), otp (required)

### Account status (auth required)

whoami — Check link status (no params)

### Attendee (auth required)

my_tickets — List purchased tickets. Params: status (upcoming/past/all)

### Organizer (auth required)

create_event — Create event. Params: name (required), startDate (required), endDate (required), description, city, venue, category
update_event — Update event. Params: eventId (required), name, description, startDate, endDate
deploy_tickets — Deploy NFT tickets. Params: eventId (required), tierName (required), price (required), maxSupply, chainId, transferable, gasless. Two-phase: first call returns tx params, second call with collectionId+txHash completes deployment.
my_events — List owned events. Params: status (upcoming/past/draft/all)
event_analytics — Event stats. Params: eventId (required)

### Venue (auth required)

check_in — Process check-in. Params: hubId (required), amount, latitude, longitude, customerWallet, listPending, checkinId, action
list_pending_checkins — List pending. Params: hubId (required), limit
approve_checkin — Approve/reject. Params: checkinId (required), action (approve/reject)
setup_venue_rewards — Configure rewards. Params: hubId (required), visitBounty, cashbackPercent
withdraw_earnings — Withdrawal link. Params: hubId (required), currency (USDC/LONG)
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: nomadcalendar
- Version: 1.0.1
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-29T06:05:23.229Z
- Expires at: 2026-05-06T06:05:23.229Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/belong-events)
- [Send to Agent page](https://openagent3.xyz/skills/belong-events/agent)
- [JSON manifest](https://openagent3.xyz/skills/belong-events/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/belong-events/agent.md)
- [Download page](https://openagent3.xyz/downloads/belong-events)