{"skill":{"slug":"debox-community-zanyk","displayName":"DeBox Community","summary":"Manage DeBox communities, DAOs, and NFT groups. Use when you need to verify group membership, check voting/lottery participation, query group info, or valida...","description":"---\nname: debox-community\ndescription: Manage DeBox communities, DAOs, and NFT groups. Use when you need to verify group membership, check voting/lottery participation, query group info, or validate user eligibility for DAO/NFT communities. Supports group info lookup, member verification, vote/lottery stats, and praise data queries. Ideal for DAO membership verification, NFT community access control, and community analytics.\n---\n\n# DeBox Community Management\n\nManage DeBox communities, verify membership, and analyze community engagement.\n\n## Quick Start\n\n### Configuration\n\nSet the `DEBOX_API_KEY` environment variable:\n\n```bash\nexport DEBOX_API_KEY=\"your-api-key\"\n```\n\nOr add to `~/.openclaw/workspace/debox-community/config.json`:\n\n```json\n{\n  \"apiKey\": \"your-api-key\",\n  \"defaultGroupId\": \"optional-default-group-id\"\n}\n```\n\nGet your API Key from https://developer.debox.pro\n\n## Commands\n\n### Personal Data Report (推荐)\n\n查看你的 DeBox 个人数据报告：\n\n```bash\nnode scripts/debox-community.js profile --user-id \"abc123\"\n```\n\nReturns: 昵称、用户ID、钱包地址、等级、点赞数据\n\n**如何获取 user_id：**\n1. 打开 DeBox App\n2. 进入个人主页\n3. 点击分享，复制链接\n4. 链接中的 id 参数就是 user_id\n\n### Group Info\n\nQuery group information:\n\n```bash\nnode scripts/debox-community.js info --url \"https://m.debox.pro/group?id=fxi3hqo5\"\n```\n\nReturns: group name, member count, description, creator.\n\n### Member Verification\n\nCheck if a user is in a group:\n\n```bash\nnode scripts/debox-community.js check-member --wallet \"0x2267...\" --group-url \"https://m.debox.pro/group?id=fxi3hqo5\"\n```\n\nReturns: boolean membership status.\n\n### User Profile\n\nGet user profile information (nickname, avatar, wallet address):\n\n```bash\nnode scripts/debox-community.js user-info --user-id \"abc123\"\n```\n\nReturns: user_id, nickname, avatar, wallet address.\n\n**Note:** This API only supports user_id, not wallet address.\n\n### Vote Stats\n\nQuery user's voting activity in a group:\n\n```bash\nnode scripts/debox-community.js vote-stats --wallet \"0x2267...\" --group-id \"fxi3hqo5\"\n```\n\nReturns: vote count, recent votes.\n\n### Lottery Stats\n\nQuery user's lottery participation:\n\n```bash\nnode scripts/debox-community.js lottery-stats --wallet \"0x2267...\" --group-id \"fxi3hqo5\"\n```\n\nReturns: lottery count, win history.\n\n### Praise Info\n\nGet user's praise/like data:\n\n```bash\nnode scripts/debox-community.js praise-info --wallet \"0x2267...\" --chain-id 1\n```\n\nReturns: total likes received, recent praise.\n\n### Comprehensive Verification\n\nVerify user eligibility with multiple criteria:\n\n```bash\nnode scripts/debox-community.js verify --wallet \"0x2267...\" --group-url \"...\" --min-votes 5 --min-lotteries 1\n```\n\nReturns: pass/fail status with detailed breakdown.\n\n## API Reference\n\nSee [references/api.md](references/api.md) for complete API documentation.\n\n## Use Cases\n\n### DAO Membership Verification\n\nVerify if a user is a DAO member with voting history:\n\n```bash\nnode scripts/debox-community.js verify --wallet \"0xabc...\" --group-url \"https://m.debox.pro/group?id=dao123\" --min-votes 1\n```\n\n### NFT Community Access\n\nVerify NFT holder is in community group:\n\n```bash\nnode scripts/debox-community.js check-member --wallet \"0xabc...\" --group-url \"https://m.debox.pro/group?id=nft456\"\n```\n\n### Whitelist Generation\n\nBatch verify multiple wallets:\n\n```bash\nnode scripts/debox-community.js batch-verify --file wallets.txt --group-url \"...\" --min-votes 3\n```\n\n## Error Handling\n\n| Error | Cause | Solution |\n|-------|-------|----------|\n| `INVALID_API_KEY` | API key missing or invalid | Check configuration |\n| `GROUP_NOT_FOUND` | Group ID/URL invalid | Verify group URL format |\n| `USER_NOT_FOUND` | Wallet address not registered | Confirm user has DeBox account |\n| `RATE_LIMIT` | Too many requests | Wait and retry |\n\n## Environment Variables\n\n| Variable | Required | Description |\n|----------|----------|-------------|\n| `DEBOX_API_KEY` | Yes | Your DeBox API key |\n| `DEBOX_DEFAULT_GROUP` | No | Default group ID for commands |","tags":{"latest":"1.0.0"},"stats":{"comments":0,"downloads":647,"installsAllTime":0,"installsCurrent":0,"stars":1,"versions":1},"createdAt":1773641188524,"updatedAt":1779000669876},"latestVersion":{"version":"1.0.0","createdAt":1773641188524,"changelog":"Initial public release","license":"MIT-0"},"metadata":null,"owner":{"handle":"zanyk4502","userId":"s1716hhgnh6gahs0g68aqewvgn83g8rh","displayName":"ZanyK4502","image":"https://avatars.githubusercontent.com/u/147267985?v=4"},"moderation":{"isSuspicious":false,"isMalwareBlocked":false,"verdict":"clean","reasonCodes":["review.llm_review"],"summary":"Review: review.llm_review","engineVersion":"v2.4.24","updatedAt":1780089912747}}