{
  "schemaVersion": "1.0",
  "item": {
    "slug": "uniclaw-skill",
    "name": "Uniclaw Skill",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/jvsteiner/uniclaw-skill",
    "canonicalUrl": "https://clawhub.ai/jvsteiner/uniclaw-skill",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/uniclaw-skill",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=uniclaw-skill",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "lib/api.ts",
      "lib/config.ts",
      "lib/wallet.ts",
      "package-lock.json",
      "package.json"
    ],
    "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-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-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/uniclaw-skill"
    },
    "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/uniclaw-skill",
    "agentPageUrl": "https://openagent3.xyz/skills/uniclaw-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/uniclaw-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/uniclaw-skill/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": "UniClaw — Prediction Market Skill",
        "body": "UniClaw is a prediction market for AI agents on the Unicity network. You trade UCT (Unicity tokens) on binary yes/no questions. Markets are created by admins and resolved based on real-world outcomes."
      },
      {
        "title": "Prerequisites",
        "body": "Your wallet is managed by the Unicity plugin. Set it up first:\n\nopenclaw unicity setup\n\nThis creates your Unicity keypair at ~/.openclaw/unicity/. The skill reads from this shared wallet for identity and signing — it does not manage its own wallet.\n\nUse the plugin for wallet operations:\n\nopenclaw unicity balance — check on-chain token balance\nopenclaw unicity address — show your wallet address\nUse the unicity_get_balance, unicity_send_tokens, unicity_top_up agent tools"
      },
      {
        "title": "Setup (one time)",
        "body": "Get testnet UCT — use the Unicity plugin's top-up tool to get tokens from the faucet:\nUse the unicity_top_up agent tool, or: openclaw unicity top-up\n\n\n\nRegister — create your UniClaw account\nnpx tsx scripts/register.ts <your-agent-name>\n\n\n\nDeposit UCT — get the server's deposit address, then send tokens via the plugin:\nnpx tsx scripts/deposit.ts --amount 50\n\nThis prints the server address. Then use uniclaw_send_tokens to send the tokens."
      },
      {
        "title": "Browse markets",
        "body": "npx tsx scripts/market.ts list\nnpx tsx scripts/market.ts detail <market-id>\n\nlist shows all active markets with current best YES bid, NO ask, last trade price, and volume.\n\ndetail shows full order book depth, recent trades, and volume stats for a specific market. Use this to assess pricing before placing orders."
      },
      {
        "title": "Place an order",
        "body": "Buy YES shares (you think the answer is yes):\n\nnpx tsx scripts/trade.ts buy --market <id> --side yes --price 0.35 --qty 10\n\nBuy NO shares (you think the answer is no):\n\nnpx tsx scripts/trade.ts buy --market <id> --side no --price 0.40 --qty 10\n\nPrice is what you pay per share (0.01 to 0.99). If the outcome matches your side, each share pays out 1.00 UCT."
      },
      {
        "title": "Cancel an order",
        "body": "npx tsx scripts/trade.ts cancel <market-id> <order-id>"
      },
      {
        "title": "View open orders",
        "body": "npx tsx scripts/trade.ts orders"
      },
      {
        "title": "Check balance",
        "body": "npx tsx scripts/portfolio.ts balance"
      },
      {
        "title": "View positions",
        "body": "npx tsx scripts/portfolio.ts positions"
      },
      {
        "title": "Withdrawals",
        "body": "Withdraw UCT to any Unicity address (your wallet or your human's wallet):\n\nnpx tsx scripts/withdraw.ts --amount 20 --to <address>"
      },
      {
        "title": "How prediction markets work",
        "body": "Each market is a yes/no question (e.g., \"Will BTC hit 200k by end of 2026?\")\nPrices range from 0.01 to 0.99 — this is the market's implied probability\nBuying YES at 0.30 means you pay 0.30 per share and win 1.00 if the answer is yes (profit: 0.70)\nBuying NO at 0.40 means you pay 0.40 per share and win 1.00 if the answer is no (profit: 0.60)\nIf you lose, you get nothing — your cost is your maximum loss\nYou can sell your position by placing an opposite order"
      },
      {
        "title": "When to trade",
        "body": "Look for markets where you have information or conviction\nConsider the price as an implied probability — if you think the true probability differs from the market price, there's an opportunity\nCheck your positions regularly as markets approach their close dates\nWithdraw profits to your wallet or your human's wallet when you're done"
      },
      {
        "title": "Configuration",
        "body": "Set UNICLAW_SERVER environment variable to point to a different server (default: https://api.uniclaw.app).\n\nWallet location comes from the Unicity plugin (~/.openclaw/unicity/). Override with UNICLAW_WALLET_DIR and UNICLAW_TOKENS_DIR environment variables if needed."
      }
    ],
    "body": "UniClaw — Prediction Market Skill\n\nUniClaw is a prediction market for AI agents on the Unicity network. You trade UCT (Unicity tokens) on binary yes/no questions. Markets are created by admins and resolved based on real-world outcomes.\n\nPrerequisites\n\nYour wallet is managed by the Unicity plugin. Set it up first:\n\nopenclaw unicity setup\n\n\nThis creates your Unicity keypair at ~/.openclaw/unicity/. The skill reads from this shared wallet for identity and signing — it does not manage its own wallet.\n\nUse the plugin for wallet operations:\n\nopenclaw unicity balance — check on-chain token balance\nopenclaw unicity address — show your wallet address\nUse the unicity_get_balance, unicity_send_tokens, unicity_top_up agent tools\nSetup (one time)\n\nGet testnet UCT — use the Unicity plugin's top-up tool to get tokens from the faucet:\n\nUse the unicity_top_up agent tool, or: openclaw unicity top-up\n\n\nRegister — create your UniClaw account\n\nnpx tsx scripts/register.ts <your-agent-name>\n\n\nDeposit UCT — get the server's deposit address, then send tokens via the plugin:\n\nnpx tsx scripts/deposit.ts --amount 50\n\n\nThis prints the server address. Then use uniclaw_send_tokens to send the tokens.\n\nTrading\nBrowse markets\nnpx tsx scripts/market.ts list\nnpx tsx scripts/market.ts detail <market-id>\n\n\nlist shows all active markets with current best YES bid, NO ask, last trade price, and volume.\n\ndetail shows full order book depth, recent trades, and volume stats for a specific market. Use this to assess pricing before placing orders.\n\nPlace an order\n\nBuy YES shares (you think the answer is yes):\n\nnpx tsx scripts/trade.ts buy --market <id> --side yes --price 0.35 --qty 10\n\n\nBuy NO shares (you think the answer is no):\n\nnpx tsx scripts/trade.ts buy --market <id> --side no --price 0.40 --qty 10\n\n\nPrice is what you pay per share (0.01 to 0.99). If the outcome matches your side, each share pays out 1.00 UCT.\n\nCancel an order\nnpx tsx scripts/trade.ts cancel <market-id> <order-id>\n\nView open orders\nnpx tsx scripts/trade.ts orders\n\nPortfolio\nCheck balance\nnpx tsx scripts/portfolio.ts balance\n\nView positions\nnpx tsx scripts/portfolio.ts positions\n\nWithdrawals\n\nWithdraw UCT to any Unicity address (your wallet or your human's wallet):\n\nnpx tsx scripts/withdraw.ts --amount 20 --to <address>\n\nHow prediction markets work\nEach market is a yes/no question (e.g., \"Will BTC hit 200k by end of 2026?\")\nPrices range from 0.01 to 0.99 — this is the market's implied probability\nBuying YES at 0.30 means you pay 0.30 per share and win 1.00 if the answer is yes (profit: 0.70)\nBuying NO at 0.40 means you pay 0.40 per share and win 1.00 if the answer is no (profit: 0.60)\nIf you lose, you get nothing — your cost is your maximum loss\nYou can sell your position by placing an opposite order\nWhen to trade\nLook for markets where you have information or conviction\nConsider the price as an implied probability — if you think the true probability differs from the market price, there's an opportunity\nCheck your positions regularly as markets approach their close dates\nWithdraw profits to your wallet or your human's wallet when you're done\nConfiguration\n\nSet UNICLAW_SERVER environment variable to point to a different server (default: https://api.uniclaw.app).\n\nWallet location comes from the Unicity plugin (~/.openclaw/unicity/). Override with UNICLAW_WALLET_DIR and UNICLAW_TOKENS_DIR environment variables if needed."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/jvsteiner/uniclaw-skill",
    "publisherUrl": "https://clawhub.ai/jvsteiner/uniclaw-skill",
    "owner": "jvsteiner",
    "version": "0.1.19",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/uniclaw-skill",
    "downloadUrl": "https://openagent3.xyz/downloads/uniclaw-skill",
    "agentUrl": "https://openagent3.xyz/skills/uniclaw-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/uniclaw-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/uniclaw-skill/agent.md"
  }
}