{
  "schemaVersion": "1.0",
  "item": {
    "slug": "weave",
    "name": "Weave",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/AryanJ-NYC/weave",
    "canonicalUrl": "https://clawhub.ai/AryanJ-NYC/weave",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/weave",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=weave",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "LICENSE.txt",
      "SKILL.md",
      "agents/openai.yaml",
      "references/cli-contract.md",
      "references/publishing.md",
      "references/scenarios.md"
    ],
    "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. 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. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-1.0.0.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/weave"
    },
    "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/weave",
    "agentPageUrl": "https://openagent3.xyz/skills/weave/agent",
    "manifestUrl": "https://openagent3.xyz/skills/weave/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/weave/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. 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. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Weave",
        "body": "Weave is a CLI for crypto invoicing and cross-chain payment workflows. Use this when you need to create Bitcoin, Ethereum, Solana, USDC, or USDT invoices, generate payment quotes, and monitor settlement across supported networks such as Base, Tron, and Zcash for agent workflows or operations."
      },
      {
        "title": "Overview",
        "body": "Use weave for full Weave Cash invoice lifecycle workflows:\n\nCreate an invoice (weave create)\nGenerate payment instructions (weave quote)\nTrack settlement (weave status or weave status --watch)"
      },
      {
        "title": "Guardrails",
        "body": "Crypto-to-crypto only. Do not introduce fiat currencies, fiat conversions, or fiat-denominated behavior.\nPrefer machine-readable JSON output. Use --human only when explicitly requested.\nNever expose secrets (private keys, tokens, JWTs) in outputs.\nTreat network/API calls as failure-prone and handle non-zero exits explicitly."
      },
      {
        "title": "When Not To Use",
        "body": "Do not use this skill for fiat invoice or fiat settlement workflows.\nDo not use this skill for editing Weave web UI/frontend code.\nDo not use this skill for unrelated wallet custody or private-key management tasks.\nDo not use this skill when the user wants non-Weave payment rails."
      },
      {
        "title": "Preflight",
        "body": "Confirm CLI availability:\n\nweave --help\n\nDiscover runtime token/network support before choosing assets:\n\nweave tokens\n\nIf weave is missing, provide compliant install guidance and ask before running:\n\ngo install github.com/AryanJ-NYC/weave-cash/apps/cli/cmd/weave@latest\nweave --help\n\nIf Go is unavailable, use npm fallback:\n\nnpm i -g weave-cash-cli\nweave --help\n\nIf both Go and npm are unavailable, report the missing prerequisites."
      },
      {
        "title": "Compliant Install Policy",
        "body": "Prefer metadata.openclaw.install / metadata.clawdbot.install package-manager installs.\nNever suggest remote download commands piped directly to a shell interpreter.\nDetect and instruct; do not auto-install dependencies without explicit user approval."
      },
      {
        "title": "Token And Network Selection",
        "body": "Always trust live weave tokens output from the runtime binary.\nDo not hardcode token/network lists in reasoning.\n--receive-network is required only for receive tokens that support multiple networks.\nNetwork aliases are accepted (for example Ethereum|ETH, Solana|SOL, Tron|TRX when supported by runtime output)."
      },
      {
        "title": "1) Create Invoice",
        "body": "Collect:\n\nreceive-token\namount (positive numeric string)\nwallet-address\nreceive-network only when required by runtime token/network map\noptional buyer fields (description, buyer-name, buyer-email, buyer-address)\n\nCommand:\n\nweave create \\\n  --receive-token USDC \\\n  --receive-network Ethereum \\\n  --amount 25 \\\n  --wallet-address 0x1111111111111111111111111111111111111111\n\nExpected JSON shape:\n\n{\n  \"id\": \"inv_123\",\n  \"invoiceUrl\": \"https://www.weavecash.com/invoice/inv_123\"\n}\n\nCapture id for downstream quote/status calls."
      },
      {
        "title": "2) Generate Quote",
        "body": "Collect:\n\ninvoice-id\npay-token\npay-network\nrefund-address\n\nCommand:\n\nweave quote inv_123 \\\n  --pay-token USDT \\\n  --pay-network Ethereum \\\n  --refund-address 0x2222222222222222222222222222222222222222\n\nExpected fields:\n\ndepositAddress\ndepositMemo (optional)\namountIn\namountOut\ntimeEstimate\nexpiresAt"
      },
      {
        "title": "3) Check Status",
        "body": "One-shot:\n\nweave status inv_123\n\nWatch mode:\n\nweave status inv_123 --watch --interval-seconds 5 --timeout-seconds 900\n\nInterpretation:\n\nExit 0: reached terminal status (COMPLETED, FAILED, REFUNDED, EXPIRED)\nExit 2: watch timeout (not a command failure)\nExit 1: command/API/network/validation failure"
      },
      {
        "title": "Error Handling",
        "body": "When exit code is 1, surface structured stderr JSON when present. Common API-derived shape:\n\n{\n  \"error\": \"api message\",\n  \"status\": 409,\n  \"details\": {\n    \"error\": \"Invoice is not in PENDING status\"\n  }\n}\n\nIf watch times out (exit 2), treat as incomplete progress, not fatal failure. Recommend extending --timeout-seconds or rerunning a one-shot weave status <invoice-id>."
      },
      {
        "title": "Runtime Drift Rule",
        "body": "The installed binary and source tree can drift in token support. Always use runtime discovery (weave tokens) when deciding valid token/network combinations."
      }
    ],
    "body": "Weave\n\nWeave is a CLI for crypto invoicing and cross-chain payment workflows. Use this when you need to create Bitcoin, Ethereum, Solana, USDC, or USDT invoices, generate payment quotes, and monitor settlement across supported networks such as Base, Tron, and Zcash for agent workflows or operations.\n\nOverview\n\nUse weave for full Weave Cash invoice lifecycle workflows:\n\nCreate an invoice (weave create)\nGenerate payment instructions (weave quote)\nTrack settlement (weave status or weave status --watch)\nGuardrails\nCrypto-to-crypto only. Do not introduce fiat currencies, fiat conversions, or fiat-denominated behavior.\nPrefer machine-readable JSON output. Use --human only when explicitly requested.\nNever expose secrets (private keys, tokens, JWTs) in outputs.\nTreat network/API calls as failure-prone and handle non-zero exits explicitly.\nWhen Not To Use\nDo not use this skill for fiat invoice or fiat settlement workflows.\nDo not use this skill for editing Weave web UI/frontend code.\nDo not use this skill for unrelated wallet custody or private-key management tasks.\nDo not use this skill when the user wants non-Weave payment rails.\nPreflight\nConfirm CLI availability:\nweave --help\n\nDiscover runtime token/network support before choosing assets:\nweave tokens\n\nIf weave is missing, provide compliant install guidance and ask before running:\ngo install github.com/AryanJ-NYC/weave-cash/apps/cli/cmd/weave@latest\nweave --help\n\n\nIf Go is unavailable, use npm fallback:\n\nnpm i -g weave-cash-cli\nweave --help\n\n\nIf both Go and npm are unavailable, report the missing prerequisites.\n\nCompliant Install Policy\nPrefer metadata.openclaw.install / metadata.clawdbot.install package-manager installs.\nNever suggest remote download commands piped directly to a shell interpreter.\nDetect and instruct; do not auto-install dependencies without explicit user approval.\nToken And Network Selection\nAlways trust live weave tokens output from the runtime binary.\nDo not hardcode token/network lists in reasoning.\n--receive-network is required only for receive tokens that support multiple networks.\nNetwork aliases are accepted (for example Ethereum|ETH, Solana|SOL, Tron|TRX when supported by runtime output).\nWorkflow\n1) Create Invoice\n\nCollect:\n\nreceive-token\namount (positive numeric string)\nwallet-address\nreceive-network only when required by runtime token/network map\noptional buyer fields (description, buyer-name, buyer-email, buyer-address)\n\nCommand:\n\nweave create \\\n  --receive-token USDC \\\n  --receive-network Ethereum \\\n  --amount 25 \\\n  --wallet-address 0x1111111111111111111111111111111111111111\n\n\nExpected JSON shape:\n\n{\n  \"id\": \"inv_123\",\n  \"invoiceUrl\": \"https://www.weavecash.com/invoice/inv_123\"\n}\n\n\nCapture id for downstream quote/status calls.\n\n2) Generate Quote\n\nCollect:\n\ninvoice-id\npay-token\npay-network\nrefund-address\n\nCommand:\n\nweave quote inv_123 \\\n  --pay-token USDT \\\n  --pay-network Ethereum \\\n  --refund-address 0x2222222222222222222222222222222222222222\n\n\nExpected fields:\n\ndepositAddress\ndepositMemo (optional)\namountIn\namountOut\ntimeEstimate\nexpiresAt\n3) Check Status\n\nOne-shot:\n\nweave status inv_123\n\n\nWatch mode:\n\nweave status inv_123 --watch --interval-seconds 5 --timeout-seconds 900\n\n\nInterpretation:\n\nExit 0: reached terminal status (COMPLETED, FAILED, REFUNDED, EXPIRED)\nExit 2: watch timeout (not a command failure)\nExit 1: command/API/network/validation failure\nError Handling\n\nWhen exit code is 1, surface structured stderr JSON when present. Common API-derived shape:\n\n{\n  \"error\": \"api message\",\n  \"status\": 409,\n  \"details\": {\n    \"error\": \"Invoice is not in PENDING status\"\n  }\n}\n\n\nIf watch times out (exit 2), treat as incomplete progress, not fatal failure. Recommend extending --timeout-seconds or rerunning a one-shot weave status <invoice-id>.\n\nRuntime Drift Rule\n\nThe installed binary and source tree can drift in token support. Always use runtime discovery (weave tokens) when deciding valid token/network combinations."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/AryanJ-NYC/weave",
    "publisherUrl": "https://clawhub.ai/AryanJ-NYC/weave",
    "owner": "AryanJ-NYC",
    "version": "0.1.6",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/weave",
    "downloadUrl": "https://openagent3.xyz/downloads/weave",
    "agentUrl": "https://openagent3.xyz/skills/weave/agent",
    "manifestUrl": "https://openagent3.xyz/skills/weave/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/weave/agent.md"
  }
}