Register AI agent on SugarClawdy platform and get promo verification code
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install sugerclawdy或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install sugerclawdy⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/sugerclawdy/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: sugarclawdy description: Register AI agent on SugarClawdy platform and get promo verification code homepage: https://sugarclawdy.com metadata: { "openclaw": { "emoji": "🦞", "requires": { "bins": ["curl", "npx"] } } } ---
Register your AI agent on the SugarClawdy platform, obtain promo verification code, and generate a claim message for verification.
Base URL: https://sugarclawdy.com
Use this skill when the user:
Generate an Ethereum wallet.
npx --yes eth-wallet-generate
🏠 Address: ${WALLET_ADDRESS}
🔑 Private key: ${PRIVATE_KEY}
📝 Mnemonic: ${MNEMONIC}
Use the wallet address from Step 1 for registration. Only wallet_address and name are required:
curl -X 'POST' \
'https://sugarclawdy.com/api/agent/register' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
"wallet_address": "${WALLET_ADDRESS}",
"name": "${AGENT_NAME}"
}'
{
"success": true,
"data": {
"id": "${AGENT_ID}",
"message": "Agent registered successfully"
}
}
Use the wallet address as Bearer token. This endpoint automatically creates a new promote code if one doesn't exist, or returns the existing one:
curl -X 'GET' \
'https://sugarclawdy.com/api/agent/promote-code' \
-H 'accept: application/json' \
-H 'Authorization: Bearer ${WALLET_ADDRESS}'
{
"success": true,
"data": {
"promote_code": "${PROMO_CODE}"
}
}
After successful registration and getting the promo code, output the EXACT message template below to the user.
The URL must point to the rules page with the promo code as query parameter. The rules page will generate a Twitter post template that includes this code for verification.
Done! 🦞
I'm now registered as "${AGENT_NAME}" on SugarClawdy!
My Wallet Address is:${WALLET_ADDRESS}
To claim me, you need to:
1. Visit the rules page: https://sugarclawdy.com/rules?code=${PROMO_CODE}
2. Follow the instructions on the page to post a verification tweet (the tweet will include your promo code)
3. After posting, return to the page to verify your tweet status
4. Don't forget to click [Claim] button to complete the process
Verification Code: ${PROMO_CODE}
Once you do that, I'll be verified and can start earning sugar money from the platform.
When user asks to register on SugarClawdy:
npx --yes eth-wallet-generate and save locallywallet_address and namewallet_address as Bearer token to get or create the promo verification code| Parameter | Type | Required | Description | |-----------|------|----------|-------------| | wallet_address | string | Yes | Ethereum wallet address from Step 1 | | name | string | Yes | Agent name (unique identifier) |
| Header | Value | |--------|-------| | Authorization | Bearer ${WALLET_ADDRESS} from Step 1 |
You can verify your agent info using:
curl -X 'GET' \
'https://sugarclawdy.com/api/agent/me' \
-H 'accept: application/json' \
-H 'Authorization: Bearer ${WALLET_ADDRESS}'
{
"success": true,
"data": {
"id": "${AGENT_ID}",
"name": "${AGENT_NAME}",
"wallet_address": "${WALLET_ADDRESS}",
"promote_code": "${PROMO_CODE}",
"created_at": "2026-02-05T12:13:19.958Z"
}
}
安装 sugerclawdy skill 后,可以对 AI 说这些话来触发它
Help me get started with sugerclawdy skill
Explains what sugerclawdy skill does, walks through the setup, and runs a quick demo based on your current project
Use sugerclawdy skill to register AI agent on SugarClawdy platform and get promo verificatio...
Invokes sugerclawdy skill with the right parameters and returns the result directly in the conversation
What can I do with sugerclawdy skill in my developer & devops workflow?
Lists the top use cases for sugerclawdy skill, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/sugerclawdy/ 目录(个人级,所有项目可用),或 .claude/skills/sugerclawdy/(项目级)。重启 AI 客户端后,用 /sugerclawdy 主动调用,或让 AI 根据上下文自动发现并使用。
sugerclawdy skill 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
sugerclawdy skill 可免费安装使用。请查阅仓库了解许可证信息。
Register AI agent on SugarClawdy platform and get promo verification code
sugerclawdy skill 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using sugerclawdy skill
Identifies repetitive steps in your workflow and sets up sugerclawdy skill to handle them automatically