{
  "schemaVersion": "1.0",
  "item": {
    "slug": "go4me",
    "name": "Go4Me",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/Koba42Corp/go4me",
    "canonicalUrl": "https://clawhub.ai/Koba42Corp/go4me",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/go4me",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=go4me",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "scripts/go4me-lookup.sh"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/go4me"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/go4me",
    "agentPageUrl": "https://openagent3.xyz/skills/go4me/agent",
    "manifestUrl": "https://openagent3.xyz/skills/go4me/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/go4me/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Go4Me Skill",
        "body": "Send XCH to Twitter users by resolving their Go4Me addresses."
      },
      {
        "title": "Dependencies",
        "body": "sage-wallet — Required for XCH transactions"
      },
      {
        "title": "Commands",
        "body": "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"
      },
      {
        "title": "Natural Language",
        "body": "\"Send 1 XCH to @hoffmang\"\n\"Tip @sage_wallet\"\n\"What's @bramcohen's XCH address?\"\n\"Look up DracattusDev on Go4Me\""
      },
      {
        "title": "Lookup Script",
        "body": "source scripts/go4me-lookup.sh\ngo4me_lookup \"DracattusDev\"  # Returns JSON or exits 1"
      },
      {
        "title": "Lookup",
        "body": "Strip @ from username if present\nRun go4me_lookup \"<username>\"\nParse JSON response for xchAddress, fullName, username\nIf exit code 1: user not found on Go4Me"
      },
      {
        "title": "Send",
        "body": "Lookup user (as above)\nIf not found, report error\nDisplay confirmation:\nSend <amount> to @<username> (<fullName>)?\nAddress: <xchAddress>\n[Yes] [No]\n\n\nOn confirm, call sage-wallet send_xch:\ncurl -s --cert $CERT --key $KEY -X POST https://127.0.0.1:9257/send_xch \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"address\":\"<xchAddress>\",\"amount\":\"<mojos>\",\"fee\":\"0\",\"memos\":[],\"auto_submit\":true}'\n\n\nReport transaction result"
      },
      {
        "title": "Tip",
        "body": "Same as send with amount = 1 mojo."
      },
      {
        "title": "Amount Conversion",
        "body": "InputMojos1 (no unit)1 mojo1 mojo10.001 XCH10000000001 XCH1000000000000\n\nParse amount: if contains \"XCH\", multiply by 10^12. Default unit is mojos for small numbers, XCH for decimals."
      },
      {
        "title": "Error Handling",
        "body": "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\""
      },
      {
        "title": "Data Available",
        "body": "FieldExampleusernameDracattusDevfullName🌱Drac 🍊xchAddressxch1rvgc3naytvzhv4lxhzphrdr2fzj2ka340tdj8fflt4872t2wqveq9lwz7tdescriptionBio textavatarUrlProfile image URLtotalBadgeScore220"
      }
    ],
    "body": "Go4Me Skill\n\nSend XCH to Twitter users by resolving their Go4Me addresses.\n\nDependencies\nsage-wallet — Required for XCH transactions\nCommands\nCommand\tDescription\n/go4me lookup <user>\tGet user's XCH address and profile\n/go4me send <user> <amount>\tSend XCH to user (amount in XCH or mojos)\n/go4me tip <user>\tSend 1 mojo tip\nNatural Language\n\"Send 1 XCH to @hoffmang\"\n\"Tip @sage_wallet\"\n\"What's @bramcohen's XCH address?\"\n\"Look up DracattusDev on Go4Me\"\nLookup Script\nsource scripts/go4me-lookup.sh\ngo4me_lookup \"DracattusDev\"  # Returns JSON or exits 1\n\nWorkflow\nLookup\nStrip @ from username if present\nRun go4me_lookup \"<username>\"\nParse JSON response for xchAddress, fullName, username\nIf exit code 1: user not found on Go4Me\nSend\nLookup user (as above)\nIf not found, report error\nDisplay confirmation:\nSend <amount> to @<username> (<fullName>)?\nAddress: <xchAddress>\n[Yes] [No]\n\nOn confirm, call sage-wallet send_xch:\ncurl -s --cert $CERT --key $KEY -X POST https://127.0.0.1:9257/send_xch \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"address\":\"<xchAddress>\",\"amount\":\"<mojos>\",\"fee\":\"0\",\"memos\":[],\"auto_submit\":true}'\n\nReport transaction result\nTip\n\nSame as send with amount = 1 mojo.\n\nAmount Conversion\nInput\tMojos\n1 (no unit)\t1 mojo\n1 mojo\t1\n0.001 XCH\t1000000000\n1 XCH\t1000000000000\n\nParse amount: if contains \"XCH\", multiply by 10^12. Default unit is mojos for small numbers, XCH for decimals.\n\nError Handling\nCondition\tResponse\nUser not on Go4Me\t\"User @{username} not found on Go4Me\"\nInvalid address\t\"Invalid XCH address returned from Go4Me\"\nInsufficient balance\t\"Insufficient balance for this transaction\"\nNetwork error\t\"Failed to connect to Go4Me\"\nData Available\nField\tExample\nusername\tDracattusDev\nfullName\t🌱Drac 🍊\nxchAddress\txch1rvgc3naytvzhv4lxhzphrdr2fzj2ka340tdj8fflt4872t2wqveq9lwz7t\ndescription\tBio text\navatarUrl\tProfile image URL\ntotalBadgeScore\t220"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Koba42Corp/go4me",
    "publisherUrl": "https://clawhub.ai/Koba42Corp/go4me",
    "owner": "Koba42Corp",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/go4me",
    "downloadUrl": "https://openagent3.xyz/downloads/go4me",
    "agentUrl": "https://openagent3.xyz/skills/go4me/agent",
    "manifestUrl": "https://openagent3.xyz/skills/go4me/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/go4me/agent.md"
  }
}