{
  "schemaVersion": "1.0",
  "item": {
    "slug": "dexie",
    "name": "Dexie",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/Koba42Corp/dexie",
    "canonicalUrl": "https://clawhub.ai/Koba42Corp/dexie",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/dexie",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=dexie",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "CHANGELOG.md",
      "README.md",
      "SKILL.md",
      "cli.js",
      "index.js",
      "install.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-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/dexie"
    },
    "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/dexie",
    "agentPageUrl": "https://openagent3.xyz/skills/dexie/agent",
    "manifestUrl": "https://openagent3.xyz/skills/dexie/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/dexie/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": "Dexie Skill",
        "body": "Track Chia DEX trading via the Dexie.space API."
      },
      {
        "title": "What It Does",
        "body": "List active/completed offers\nView token prices and liquidity\nSearch tokens (CATs)\nMonitor trading pairs\nGet platform statistics"
      },
      {
        "title": "Commands",
        "body": "All commands can be triggered via:\n\n/dex <command> in Telegram\n/dexie <command> in Telegram\ndex <command> in CLI\ndexie <command> in CLI"
      },
      {
        "title": "Offers",
        "body": "/dex offers                List active offers\n/dex offers completed      List completed offers\n/dex offers cancelled      List cancelled offers\n/dex offer <id>            Get offer details"
      },
      {
        "title": "Tokens",
        "body": "/dex assets                List top tokens by volume\n/dex asset <id|code>       Get token details (e.g., SBX, DBX)\n/dex search <query>        Search tokens\n/dex price <code>          Get token price"
      },
      {
        "title": "Pairs",
        "body": "/dex pairs                 List trading pairs\n/dex pair <id>             Get pair details"
      },
      {
        "title": "Stats",
        "body": "/dex stats                 Get platform statistics"
      },
      {
        "title": "Shortcuts",
        "body": "/dex SBX                   Quick price lookup\n/dex DBX                   Quick price lookup"
      },
      {
        "title": "Agent Usage",
        "body": "When users ask about Chia DEX, trading, or token prices:\n\nconst { handleCommand } = require('./skills/dexie');\n\n// Natural language → formatted response\nconst output = await handleCommand('show me top tokens');"
      },
      {
        "title": "API Client",
        "body": "For custom integrations:\n\nconst DexieAPI = require('./skills/dexie/lib/api');\nconst api = new DexieAPI();\n\n// Get active offers\nconst offers = await api.getOffers({ page_size: 20, status: 0 });\n\n// Get token details\nconst token = await api.getAsset('a628c1c2c6fcb74d53746157e438e108eab5c0bb3e5c80ff9b1910b3e4832913');\n\n// List all assets\nconst assets = await api.getAssets({ page_size: 50, sort: 'volume' });\n\n// Get trading pairs\nconst pairs = await api.getPairs();"
      },
      {
        "title": "Installation",
        "body": "cd skills/dexie\nnpm install\nchmod +x cli.js\nnpm link  # Makes 'dex' and 'dexie' global"
      },
      {
        "title": "Configuration",
        "body": "No API key required — Dexie API is public."
      },
      {
        "title": "Output Format",
        "body": "All commands return plain text suitable for:\n\nTerminal output (CLI)\nTelegram messages\nDiscord messages\nWhatsApp messages"
      },
      {
        "title": "Examples",
        "body": "Check token price:\n\n/dex price SBX\n\nList active offers:\n\n/dex offers\n\nSearch for a token:\n\n/dex search bucks\n\nGet platform stats:\n\n/dex stats"
      },
      {
        "title": "Tips",
        "body": "Asset IDs are long hex strings\nToken codes are short (e.g., SBX, DBX, XCH)\nUse search to find tokens by name\nPrices are in USD\nVolumes and liquidity in XCH"
      },
      {
        "title": "Support",
        "body": "Dexie.space: https://dexie.space\nAPI Docs: https://api.dexie.space/v1\nBug reports: File in skill repository"
      }
    ],
    "body": "Dexie Skill\n\nTrack Chia DEX trading via the Dexie.space API.\n\nWhat It Does\nList active/completed offers\nView token prices and liquidity\nSearch tokens (CATs)\nMonitor trading pairs\nGet platform statistics\nCommands\n\nAll commands can be triggered via:\n\n/dex <command> in Telegram\n/dexie <command> in Telegram\ndex <command> in CLI\ndexie <command> in CLI\nOffers\n/dex offers                List active offers\n/dex offers completed      List completed offers\n/dex offers cancelled      List cancelled offers\n/dex offer <id>            Get offer details\n\nTokens\n/dex assets                List top tokens by volume\n/dex asset <id|code>       Get token details (e.g., SBX, DBX)\n/dex search <query>        Search tokens\n/dex price <code>          Get token price\n\nPairs\n/dex pairs                 List trading pairs\n/dex pair <id>             Get pair details\n\nStats\n/dex stats                 Get platform statistics\n\nShortcuts\n/dex SBX                   Quick price lookup\n/dex DBX                   Quick price lookup\n\nAgent Usage\n\nWhen users ask about Chia DEX, trading, or token prices:\n\nconst { handleCommand } = require('./skills/dexie');\n\n// Natural language → formatted response\nconst output = await handleCommand('show me top tokens');\n\nAPI Client\n\nFor custom integrations:\n\nconst DexieAPI = require('./skills/dexie/lib/api');\nconst api = new DexieAPI();\n\n// Get active offers\nconst offers = await api.getOffers({ page_size: 20, status: 0 });\n\n// Get token details\nconst token = await api.getAsset('a628c1c2c6fcb74d53746157e438e108eab5c0bb3e5c80ff9b1910b3e4832913');\n\n// List all assets\nconst assets = await api.getAssets({ page_size: 50, sort: 'volume' });\n\n// Get trading pairs\nconst pairs = await api.getPairs();\n\nInstallation\ncd skills/dexie\nnpm install\nchmod +x cli.js\nnpm link  # Makes 'dex' and 'dexie' global\n\nConfiguration\n\nNo API key required — Dexie API is public.\n\nOutput Format\n\nAll commands return plain text suitable for:\n\nTerminal output (CLI)\nTelegram messages\nDiscord messages\nWhatsApp messages\nExamples\n\nCheck token price:\n\n/dex price SBX\n\n\nList active offers:\n\n/dex offers\n\n\nSearch for a token:\n\n/dex search bucks\n\n\nGet platform stats:\n\n/dex stats\n\nTips\nAsset IDs are long hex strings\nToken codes are short (e.g., SBX, DBX, XCH)\nUse search to find tokens by name\nPrices are in USD\nVolumes and liquidity in XCH\nSupport\nDexie.space: https://dexie.space\nAPI Docs: https://api.dexie.space/v1\nBug reports: File in skill repository"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Koba42Corp/dexie",
    "publisherUrl": "https://clawhub.ai/Koba42Corp/dexie",
    "owner": "Koba42Corp",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/dexie",
    "downloadUrl": "https://openagent3.xyz/downloads/dexie",
    "agentUrl": "https://openagent3.xyz/skills/dexie/agent",
    "manifestUrl": "https://openagent3.xyz/skills/dexie/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/dexie/agent.md"
  }
}