← All skills
Tencent SkillHub · Communication & Collaboration

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".

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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".

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, scripts/go4me-lookup.sh

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 11 sections Open source page

Go4Me Skill

Send XCH to Twitter users by resolving their Go4Me addresses.

Dependencies

sage-wallet — Required for XCH transactions

Commands

CommandDescription/go4me lookup <user>Get user's XCH address and profile/go4me send <user> <amount>Send XCH to user (amount in XCH or mojos)/go4me tip <user>Send 1 mojo tip

Natural Language

"Send 1 XCH to @hoffmang" "Tip @sage_wallet" "What's @bramcohen's XCH address?" "Look up DracattusDev on Go4Me"

Lookup Script

source scripts/go4me-lookup.sh go4me_lookup "DracattusDev" # Returns JSON or exits 1

Lookup

Strip @ from username if present Run go4me_lookup "<username>" Parse JSON response for xchAddress, fullName, username If exit code 1: user not found on Go4Me

Send

Lookup user (as above) If not found, report error Display confirmation: Send <amount> to @<username> (<fullName>)? Address: <xchAddress> [Yes] [No] On confirm, call sage-wallet 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}' Report transaction result

Tip

Same as send with amount = 1 mojo.

Amount Conversion

InputMojos1 (no unit)1 mojo1 mojo10.001 XCH10000000001 XCH1000000000000 Parse amount: if contains "XCH", multiply by 10^12. Default unit is mojos for small numbers, XCH for decimals.

Error Handling

ConditionResponseUser 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"

Data Available

FieldExampleusernameDracattusDevfullName🌱Drac 🍊xchAddressxch1rvgc3naytvzhv4lxhzphrdr2fzj2ka340tdj8fflt4872t2wqveq9lwz7tdescriptionBio textavatarUrlProfile image URLtotalBadgeScore220

Category context

Messaging, meetings, inboxes, CRM, and teammate communication surfaces.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs1 Scripts
  • SKILL.md Primary doc
  • README.md Docs
  • scripts/go4me-lookup.sh Scripts