Send XCH to Twitter users via Go4Me address lookup. Use when sending Chia (XCH) to someone by their Twitter handle, looking up a Twitter user's XCH address, or tipping someone on Go4Me. Triggers on "send XCH to @user", "tip @user", "lookup @user on go4me", "what's @user's XCH address".
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install go4me或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install go4me⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/go4me/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: go4me description: Send XCH to Twitter users via Go4Me address lookup. Use when sending Chia (XCH) to someone by their Twitter handle, looking up a Twitter user's XCH address, or tipping someone on Go4Me. Triggers on "send XCH to @user", "tip @user", "lookup @user on go4me", "what's @user's XCH address". ---
Send XCH to Twitter users by resolving their Go4Me addresses.
| Command | Description | |---------|-------------| | /go4me lookup | Get user's XCH address and profile | | /go4me send | Send XCH to user (amount in XCH or mojos) | | /go4me tip | Send 1 mojo tip |
source scripts/go4me-lookup.sh
go4me_lookup "DracattusDev" # Returns JSON or exits 1
@ from username if presentgo4me_lookup "" xchAddress, fullName, username ``` Send
send_xch: ```bash curl -s --cert $CERT --key $KEY -X POST https://127.0.0.1:9257/send_xch \ -H "Content-Type: application/json" \ -d '{"address":"
Same as send with amount = 1 mojo.
| Input | Mojos | |-------|-------| | 1 (no unit) | 1 mojo | | 1 mojo | 1 | | 0.001 XCH | 1000000000 | | 1 XCH | 1000000000000 |
Parse amount: if contains "XCH", multiply by 10^12. Default unit is mojos for small numbers, XCH for decimals.
| Condition | Response | |-----------|----------| | User not on Go4Me | "User @{username} not found on Go4Me" | | Invalid address | "Invalid XCH address returned from Go4Me" | | Insufficient balance | "Insufficient balance for this transaction" | | Network error | "Failed to connect to Go4Me" |
| Field | Example | |-------|---------| | username | DracattusDev | | fullName | 🌱Drac 🍊 | | xchAddress | xch1rvgc3naytvzhv4lxhzphrdr2fzj2ka340tdj8fflt4872t2wqveq9lwz7t | | description | Bio text | | avatarUrl | Profile image URL | | totalBadgeScore | 220 |
安装 Go4Me 后,可以对 AI 说这些话来触发它
Help me get started with Go4Me
Explains what Go4Me does, walks through the setup, and runs a quick demo based on your current project
Use Go4Me to send XCH to Twitter users via Go4Me address lookup
Invokes Go4Me with the right parameters and returns the result directly in the conversation
What can I do with Go4Me in my marketing & growth workflow?
Lists the top use cases for Go4Me, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/go4me/ 目录(个人级,所有项目可用),或 .claude/skills/go4me/(项目级)。重启 AI 客户端后,用 /go4me 主动调用,或让 AI 根据上下文自动发现并使用。
Go4Me 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Go4Me 可免费安装使用。请查阅仓库了解许可证信息。
Send XCH to Twitter users via Go4Me address lookup. Use when sending Chia (XCH) to someone by their Twitter handle, looking up a Twitter user's XCH address, or tipping someone on Go4Me. Triggers on "send XCH to @user", "tip @user", "lookup @user on go4me", "what's @user's XCH address".
Go4Me 属于「Marketing & Growth」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my marketing & growth tasks using Go4Me
Identifies repetitive steps in your workflow and sets up Go4Me to handle them automatically