{
  "schemaVersion": "1.0",
  "item": {
    "slug": "openclaw-skill-publish",
    "name": "Openclaw Skill Publish",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/vlprosvirkin/openclaw-skill-publish",
    "canonicalUrl": "https://clawhub.ai/vlprosvirkin/openclaw-skill-publish",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/openclaw-skill-publish",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-skill-publish",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "lib/api_client.py",
      "scripts/probtrade.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. 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-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/openclaw-skill-publish"
    },
    "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/openclaw-skill-publish",
    "agentPageUrl": "https://openagent3.xyz/skills/openclaw-skill-publish/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-skill-publish/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-skill-publish/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": "prob.trade — Polymarket Analytics & Trading",
        "body": "Get real-time prediction market intelligence and trade on Polymarket from prob.trade. Browse trending markets, discover price movements, see what top traders are doing, and place orders."
      },
      {
        "title": "Setup (required for all commands)",
        "body": "All commands require a prob.trade API key. Configure it in ~/.openclaw/skills/probtrade/config.yaml:\n\napi_key: \"ptk_live_...\"\napi_secret: \"pts_...\"\n\nGenerate keys at https://app.prob.trade (Settings → API Keys). Free account required."
      },
      {
        "title": "Analytics Commands",
        "body": "Use the scripts below to query the prob.trade Public API."
      },
      {
        "title": "Market Overview",
        "body": "Get a quick snapshot of the prediction market landscape:\n\npython3 {baseDir}/scripts/probtrade.py overview\n\nReturns: market stats, top 10 hot markets, breaking price movements, and newest markets."
      },
      {
        "title": "Hot Markets",
        "body": "See the most actively traded markets right now:\n\npython3 {baseDir}/scripts/probtrade.py hot [--limit N]"
      },
      {
        "title": "Breaking Markets",
        "body": "Markets with the biggest price movements in the last 24 hours:\n\npython3 {baseDir}/scripts/probtrade.py breaking [--limit N]"
      },
      {
        "title": "New Markets",
        "body": "Recently created prediction markets:\n\npython3 {baseDir}/scripts/probtrade.py new [--limit N] [--days N]"
      },
      {
        "title": "Search Markets",
        "body": "Find markets about a specific topic:\n\npython3 {baseDir}/scripts/probtrade.py search \"Trump\" [--limit N]"
      },
      {
        "title": "Market Details",
        "body": "Get detailed information about a specific market by its condition ID:\n\npython3 {baseDir}/scripts/probtrade.py market <condition_id>"
      },
      {
        "title": "Market Statistics",
        "body": "Category breakdown and overall market counts:\n\npython3 {baseDir}/scripts/probtrade.py stats"
      },
      {
        "title": "Top Traders",
        "body": "See the most profitable prediction market traders:\n\npython3 {baseDir}/scripts/probtrade.py traders [--limit N] [--sort pnl|roi|volume|winRate] [--period all|30d|7d|24h]"
      },
      {
        "title": "Trading Commands",
        "body": "Trade on Polymarket using the same API key configured above."
      },
      {
        "title": "Place Order",
        "body": "python3 {baseDir}/scripts/probtrade.py order --market <condition_id> --side BUY --outcome Yes --type LIMIT --price 0.55 --amount 10"
      },
      {
        "title": "Cancel Order",
        "body": "python3 {baseDir}/scripts/probtrade.py cancel --order-id <orderId>"
      },
      {
        "title": "View Positions",
        "body": "python3 {baseDir}/scripts/probtrade.py positions"
      },
      {
        "title": "View Balance",
        "body": "python3 {baseDir}/scripts/probtrade.py balance"
      },
      {
        "title": "View Open Orders",
        "body": "python3 {baseDir}/scripts/probtrade.py orders\n\nSecurity: API secret never leaves your machine. Only HMAC signatures are sent. No withdraw/transfer endpoints exist."
      },
      {
        "title": "Output Format",
        "body": "All commands output structured JSON for easy parsing by AI agents. Key fields:\n\ncondition_id: Unique market identifier (use for trading on Polymarket)\nquestion: The prediction market question\ntokens: Current prices for Yes/No outcomes\nvolume_24hr: Trading volume in last 24 hours\nliquidity: Available liquidity for trading\nend_date_iso: When the market resolves"
      },
      {
        "title": "Links",
        "body": "Dashboard: https://app.prob.trade\nMarket page: https://app.prob.trade/markets/{condition_id}\nTrader profile: https://app.prob.trade/traders/{address}\nPublic API: https://api.prob.trade/api/public/overview\nTrading API docs: https://prob.trade/docs/public-api\nClawHub: https://clawhub.ai/vlprosvirkin/prob-trade-polymarket-analytics"
      }
    ],
    "body": "prob.trade — Polymarket Analytics & Trading\n\nGet real-time prediction market intelligence and trade on Polymarket from prob.trade. Browse trending markets, discover price movements, see what top traders are doing, and place orders.\n\nSetup (required for all commands)\n\nAll commands require a prob.trade API key. Configure it in ~/.openclaw/skills/probtrade/config.yaml:\n\napi_key: \"ptk_live_...\"\napi_secret: \"pts_...\"\n\n\nGenerate keys at https://app.prob.trade (Settings → API Keys). Free account required.\n\nAnalytics Commands\n\nUse the scripts below to query the prob.trade Public API.\n\nMarket Overview\n\nGet a quick snapshot of the prediction market landscape:\n\npython3 {baseDir}/scripts/probtrade.py overview\n\n\nReturns: market stats, top 10 hot markets, breaking price movements, and newest markets.\n\nHot Markets\n\nSee the most actively traded markets right now:\n\npython3 {baseDir}/scripts/probtrade.py hot [--limit N]\n\nBreaking Markets\n\nMarkets with the biggest price movements in the last 24 hours:\n\npython3 {baseDir}/scripts/probtrade.py breaking [--limit N]\n\nNew Markets\n\nRecently created prediction markets:\n\npython3 {baseDir}/scripts/probtrade.py new [--limit N] [--days N]\n\nSearch Markets\n\nFind markets about a specific topic:\n\npython3 {baseDir}/scripts/probtrade.py search \"Trump\" [--limit N]\n\nMarket Details\n\nGet detailed information about a specific market by its condition ID:\n\npython3 {baseDir}/scripts/probtrade.py market <condition_id>\n\nMarket Statistics\n\nCategory breakdown and overall market counts:\n\npython3 {baseDir}/scripts/probtrade.py stats\n\nTop Traders\n\nSee the most profitable prediction market traders:\n\npython3 {baseDir}/scripts/probtrade.py traders [--limit N] [--sort pnl|roi|volume|winRate] [--period all|30d|7d|24h]\n\nTrading Commands\n\nTrade on Polymarket using the same API key configured above.\n\nPlace Order\npython3 {baseDir}/scripts/probtrade.py order --market <condition_id> --side BUY --outcome Yes --type LIMIT --price 0.55 --amount 10\n\nCancel Order\npython3 {baseDir}/scripts/probtrade.py cancel --order-id <orderId>\n\nView Positions\npython3 {baseDir}/scripts/probtrade.py positions\n\nView Balance\npython3 {baseDir}/scripts/probtrade.py balance\n\nView Open Orders\npython3 {baseDir}/scripts/probtrade.py orders\n\n\nSecurity: API secret never leaves your machine. Only HMAC signatures are sent. No withdraw/transfer endpoints exist.\n\nOutput Format\n\nAll commands output structured JSON for easy parsing by AI agents. Key fields:\n\ncondition_id: Unique market identifier (use for trading on Polymarket)\nquestion: The prediction market question\ntokens: Current prices for Yes/No outcomes\nvolume_24hr: Trading volume in last 24 hours\nliquidity: Available liquidity for trading\nend_date_iso: When the market resolves\nLinks\nDashboard: https://app.prob.trade\nMarket page: https://app.prob.trade/markets/{condition_id}\nTrader profile: https://app.prob.trade/traders/{address}\nPublic API: https://api.prob.trade/api/public/overview\nTrading API docs: https://prob.trade/docs/public-api\nClawHub: https://clawhub.ai/vlprosvirkin/prob-trade-polymarket-analytics"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/vlprosvirkin/openclaw-skill-publish",
    "publisherUrl": "https://clawhub.ai/vlprosvirkin/openclaw-skill-publish",
    "owner": "vlprosvirkin",
    "version": "2.0.4",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/openclaw-skill-publish",
    "downloadUrl": "https://openagent3.xyz/downloads/openclaw-skill-publish",
    "agentUrl": "https://openagent3.xyz/skills/openclaw-skill-publish/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-skill-publish/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-skill-publish/agent.md"
  }
}