go4meSend 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".
Install via ClawdBot CLI:
clawdbot install Koba42Corp/go4meSend 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 <amount> to @<username> (<fullName>)?
Address: <xchAddress>
[Yes] [No]
send_xch:
curl -s --cert $CERT --key $KEY -X POST https://127.0.0.1:9257/send_xch \
-H "Content-Type: application/json" \
-d '{"address":"<xchAddress>","amount":"<mojos>","fee":"0","memos":[],"auto_submit":true}'
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 |
AI Usage Analysis
Analysis is being generated⦠refresh in a few seconds.
Fetch and read transcripts from YouTube videos. Use when you need to summarize a video, answer questions about its content, or extract information from it.
Fetch and summarize YouTube video transcripts. Use when asked to summarize, transcribe, or extract content from YouTube videos. Handles transcript fetching via residential IP proxy to bypass YouTube's cloud IP blocks.
Browse, search, post, and moderate Reddit. Read-only works without auth; posting/moderation requires OAuth setup.
Interact with Twitter/X β read tweets, search, post, like, retweet, and manage your timeline.
LinkedIn automation via browser relay or cookies for messaging, profile viewing, and network actions.
Search YouTube videos, get channel info, fetch video details and transcripts using YouTube Data API v3 via MCP server or yt-dlp fallback.