用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/javimosch/open-claw-skills --skill belong-events命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | belong-events |
| description | Create, discover, and manage events with NFT tickets on the Belong platform |
| metadata | {"openclaw":{"emoji":"🎫","primaryEnv":"BELONG_EVENTS_API_KEY","optionalEnv":["BELONG_EVENTS_ENDPOINT"],"requires":{"bins":"[Truncated]"}}} |
Discover events, buy tickets, create events, and manage venue check-ins on Belong.
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:
BELONG_EVENTS_ENDPOINT if overridden).BELONG_EVENTS_API_KEY is set, it is sent to that endpoint as X-OpenClaw-Key.Most tools require a linked Belong account. If any tool returns "Belong account not linked" or "BELONG_LINK_REQUIRED", run the OTP flow:
system.run {baseDir}/invoke.sh belong_email_otp_send '{"email":"USER_EMAIL"}'
system.run {baseDir}/invoke.sh belong_email_otp_verify '{"email":"USER_EMAIL","otp":"CODE"}'
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 tools are rate-limited. If you hit a 429, wait and retry.
city, category, startDate, endDate, limit, latitude, longitude (all optional)eventId (required), source, city, latitude, longitude (optional)eventId (required), tierId, quantityemail (required)email (required), otp (required)status (upcoming/past/all)name (required), startDate (required), endDate (required), description, city, venue, categoryeventId (required), name, description, startDate, endDateeventId (required), tierName (required), price (required), maxSupply, chainId, transferable, gasless. Two-phase: first call returns tx params, second call with collectionId+txHash completes deployment.status (upcoming/past/draft/all)eventId (required)hubId (required), amount, latitude, longitude, customerWallet, listPending, checkinId, actionhubId (required), limitcheckinId (required), action (approve/reject)hubId (required), visitBounty, cashbackPercenthubId (required), currency (USDC/LONG)