{
  "schemaVersion": "1.0",
  "item": {
    "slug": "trustra-escrow",
    "name": "Trustra Escrow",
    "source": "tencent",
    "type": "skill",
    "category": "金融交易",
    "sourceUrl": "https://clawhub.ai/Xasus1/trustra-escrow",
    "canonicalUrl": "https://clawhub.ai/Xasus1/trustra-escrow",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/trustra-escrow",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=trustra-escrow",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      ".gitignore",
      "SKILL.md",
      "scripts/balance.py",
      "scripts/config.py",
      "scripts/escrow_cancel.py",
      "scripts/escrow_confirm.py"
    ],
    "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-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/trustra-escrow"
    },
    "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/trustra-escrow",
    "agentPageUrl": "https://openagent3.xyz/skills/trustra-escrow/agent",
    "manifestUrl": "https://openagent3.xyz/skills/trustra-escrow/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/trustra-escrow/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": "Trustra Escrow 🔐",
        "body": "Trustless USDC escrow for agent-to-agent transactions on Solana."
      },
      {
        "title": "I Want To BUY Something (Pay Someone)",
        "body": "# 1. Register (once)\npython register.py --name \"My Agent\"\n\n# 2. Check your balance\npython balance.py\n\n# 3. Create escrow with seller's wallet\npython escrow_create.py <SELLER_WALLET> <AMOUNT> -d \"Payment for service\"\n\n# 4. Pay into escrow (funds held until delivery)\npython escrow_pay.py <ESCROW_ID>\n\n# 5. Wait for seller to deliver, then confirm to release funds\npython escrow_confirm.py <ESCROW_ID>\n\nIf there's a problem: python escrow_dispute.py <ESCROW_ID> --reason \"Issue description\""
      },
      {
        "title": "I Want To SELL Something (Receive Payment)",
        "body": "# 1. Register (once)\npython register.py --name \"My Agent\"\n\n# 2. Share your wallet address with buyer\npython balance.py  # Shows your wallet address\n\n# 3. Wait for buyer to create & pay escrow\npython escrow_list.py --status paid\n\n# 4. After delivering service/product, mark as delivered (12h after payment)\npython escrow_deliver.py <ESCROW_ID>\n\n# 5. Wait for buyer to confirm (or 7 days auto-release)\npython escrow_withdraw.py <ESCROW_ID>  # After 7 days if no response"
      },
      {
        "title": "Quick Reference",
        "body": "ActionCommandRegisterpython register.py --name \"Agent Name\"Balancepython balance.pyCreate escrowpython escrow_create.py <WALLET> <AMOUNT> [-d \"desc\"]Pay escrowpython escrow_pay.py <ID>List escrowspython escrow_list.py [--status STATUS]Mark deliveredpython escrow_deliver.py <ID> (seller)Confirm releasepython escrow_confirm.py <ID> (buyer)Disputepython escrow_dispute.py <ID> --reason \"...\"Cancelpython escrow_cancel.py <ID> (buyer, before delivery)Withdrawpython escrow_withdraw.py <ID> (seller, after 7d)Export keypython export_key.py"
      },
      {
        "title": "Escrow Flow",
        "body": "BUYER creates escrow → BUYER pays → (12h wait) → SELLER delivers → BUYER confirms\n                                                                 ↘ Funds released to SELLER\n\nIf problem: Either party can DISPUTE → Trustra resolves\nIf no response: SELLER can WITHDRAW after 7 days"
      },
      {
        "title": "Escrow Statuses",
        "body": "StatusWho acts next?createdBuyer payspaidSeller delivers (after 12h wait)deliveredBuyer confirms (or wait 7d)completedDone - funds releaseddisputedTrustra team resolvescanceledEscrow canceledwithdrawnSeller got funds after 7d"
      },
      {
        "title": "Time Constraints",
        "body": "ConstraintDurationPurposeCancel window12 hoursBuyer can cancel within 12h after payingSeller deliverAfter 12hSeller can only mark delivered after cancel windowAuto-release7 daysSeller can withdraw if buyer doesn't respond"
      },
      {
        "title": "Setup (one-time)",
        "body": "python register.py --name \"My Agent\"\n\nCreates a managed wallet + API key stored in credentials.json. Fund wallet with SOL (for tx fees) and USDC to use escrows."
      },
      {
        "title": "Errors",
        "body": "ErrorFixNo API key foundRun register.pyEscrow not foundWrong ID or you're not buyer/sellerInvalid statusCheck escrow_list.py for current statusCancelDurationNotEndedWait 12 hours after payment to mark deliveredToo early to withdrawWait 7 days after delivery"
      },
      {
        "title": "Credentials",
        "body": "{\n  \"api_key\": \"trustra_sk_...\",\n  \"wallet_address\": \"7xKXtg...\"\n}\n\nNever share your API key."
      }
    ],
    "body": "Trustra Escrow 🔐\n\nTrustless USDC escrow for agent-to-agent transactions on Solana.\n\nI Want To BUY Something (Pay Someone)\n# 1. Register (once)\npython register.py --name \"My Agent\"\n\n# 2. Check your balance\npython balance.py\n\n# 3. Create escrow with seller's wallet\npython escrow_create.py <SELLER_WALLET> <AMOUNT> -d \"Payment for service\"\n\n# 4. Pay into escrow (funds held until delivery)\npython escrow_pay.py <ESCROW_ID>\n\n# 5. Wait for seller to deliver, then confirm to release funds\npython escrow_confirm.py <ESCROW_ID>\n\n\nIf there's a problem: python escrow_dispute.py <ESCROW_ID> --reason \"Issue description\"\n\nI Want To SELL Something (Receive Payment)\n# 1. Register (once)\npython register.py --name \"My Agent\"\n\n# 2. Share your wallet address with buyer\npython balance.py  # Shows your wallet address\n\n# 3. Wait for buyer to create & pay escrow\npython escrow_list.py --status paid\n\n# 4. After delivering service/product, mark as delivered (12h after payment)\npython escrow_deliver.py <ESCROW_ID>\n\n# 5. Wait for buyer to confirm (or 7 days auto-release)\npython escrow_withdraw.py <ESCROW_ID>  # After 7 days if no response\n\nQuick Reference\nAction\tCommand\nRegister\tpython register.py --name \"Agent Name\"\nBalance\tpython balance.py\nCreate escrow\tpython escrow_create.py <WALLET> <AMOUNT> [-d \"desc\"]\nPay escrow\tpython escrow_pay.py <ID>\nList escrows\tpython escrow_list.py [--status STATUS]\nMark delivered\tpython escrow_deliver.py <ID> (seller)\nConfirm release\tpython escrow_confirm.py <ID> (buyer)\nDispute\tpython escrow_dispute.py <ID> --reason \"...\"\nCancel\tpython escrow_cancel.py <ID> (buyer, before delivery)\nWithdraw\tpython escrow_withdraw.py <ID> (seller, after 7d)\nExport key\tpython export_key.py\nEscrow Flow\nBUYER creates escrow → BUYER pays → (12h wait) → SELLER delivers → BUYER confirms\n                                                                 ↘ Funds released to SELLER\n\nIf problem: Either party can DISPUTE → Trustra resolves\nIf no response: SELLER can WITHDRAW after 7 days\n\nEscrow Statuses\nStatus\tWho acts next?\ncreated\tBuyer pays\npaid\tSeller delivers (after 12h wait)\ndelivered\tBuyer confirms (or wait 7d)\ncompleted\tDone - funds released\ndisputed\tTrustra team resolves\ncanceled\tEscrow canceled\nwithdrawn\tSeller got funds after 7d\nTime Constraints\nConstraint\tDuration\tPurpose\nCancel window\t12 hours\tBuyer can cancel within 12h after paying\nSeller deliver\tAfter 12h\tSeller can only mark delivered after cancel window\nAuto-release\t7 days\tSeller can withdraw if buyer doesn't respond\nSetup (one-time)\npython register.py --name \"My Agent\"\n\n\nCreates a managed wallet + API key stored in credentials.json. Fund wallet with SOL (for tx fees) and USDC to use escrows.\n\nErrors\nError\tFix\nNo API key found\tRun register.py\nEscrow not found\tWrong ID or you're not buyer/seller\nInvalid status\tCheck escrow_list.py for current status\nCancelDurationNotEnded\tWait 12 hours after payment to mark delivered\nToo early to withdraw\tWait 7 days after delivery\nCredentials\n{\n  \"api_key\": \"trustra_sk_...\",\n  \"wallet_address\": \"7xKXtg...\"\n}\n\n\nNever share your API key."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Xasus1/trustra-escrow",
    "publisherUrl": "https://clawhub.ai/Xasus1/trustra-escrow",
    "owner": "Xasus1",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/trustra-escrow",
    "downloadUrl": "https://openagent3.xyz/downloads/trustra-escrow",
    "agentUrl": "https://openagent3.xyz/skills/trustra-escrow/agent",
    "manifestUrl": "https://openagent3.xyz/skills/trustra-escrow/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/trustra-escrow/agent.md"
  }
}