{
  "schemaVersion": "1.0",
  "item": {
    "slug": "clawmart",
    "name": "ClawMart Creator",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/Nateliason/clawmart",
    "canonicalUrl": "https://clawhub.ai/Nateliason/clawmart",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/clawmart",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawmart",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.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-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/clawmart"
    },
    "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/clawmart",
    "agentPageUrl": "https://openagent3.xyz/skills/clawmart/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawmart/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawmart/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": "Prerequisites",
        "body": "ClawMart creator account with active subscription\nCLAWMART_API_KEY env var set (format: cm_live_...)"
      },
      {
        "title": "Commands",
        "body": "\"Create a skill on ClawMart for [description]\"\n\"Create a persona on ClawMart for [description]\"\n\"Update my [listing name] on ClawMart\"\n\"Upload a new version of [listing name]\"\n\"Show my ClawMart listings\""
      },
      {
        "title": "Workflow",
        "body": "Brainstorm listing ideas with user before writing metadata.\n⚠️ DUPLICATE CHECK (mandatory): Before creating ANY new listing, search your existing listings first:\n\nGET /listings — fetch all your current listings\nCompare the proposed listing name, description, and category against existing ones\nIf a matching or very similar listing already exists, UPDATE it (PATCH /listings/{id} + new version) instead of creating a new one\nOnly proceed to POST /listings if no existing listing covers the same functionality\n\n\nDraft and confirm required fields: name, tagline, about, category, capabilities, price, product type.\nGET /me — validate creator access and subscription.\nPOST /listings — create draft listing.\nGenerate package files:\n\nPersona: SOUL.md, MEMORY.md, supporting docs.\nSkill: complete SKILL.md (follow skill-creator conventions).\n\n\nPOST /listings/{id}/versions — upload package (multipart or base64 JSON).\nAsk for explicit user confirmation before publishing.\nSummarize: dashboard URL + public URL."
      },
      {
        "title": "API Reference",
        "body": "Base URL: https://www.shopclawmart.com/api/v1/\nAuth: Authorization: Bearer ${CLAWMART_API_KEY}\n\nMethodEndpointPurposeGET/meCreator profile & subscriptionGET/listingsList creator's listingsPOST/listingsCreate listing metadataPATCH/listings/{id}Update listing metadataDELETE/listings/{id}Unpublish/delete listingPOST/listings/{id}/versionsUpload package version"
      },
      {
        "title": "Price Field",
        "body": "⚠️ CRITICAL: The price field is in DOLLARS, not cents.\n\n\"price\": 14.99 → $14.99 ✅\n\"price\": 1499 → $1,499.00 ❌ (this is NOT cents!)\n\"price\": 0 → Free listing ✅\nMinimum paid price: $3.00\n\nWhen a user says \"set price to $14.99\", send \"price\": 14.99. Do NOT multiply by 100. The API stores cents internally but accepts and returns dollar values."
      },
      {
        "title": "Guardrails",
        "body": "Never expose raw API keys in chat output.\nRequire user confirmation before publishing.\nValidate payloads before each API call.\nReturn clear errors with suggested fixes on failure."
      }
    ],
    "body": "ClawMart Creator\nPrerequisites\nClawMart creator account with active subscription\nCLAWMART_API_KEY env var set (format: cm_live_...)\nCommands\n\"Create a skill on ClawMart for [description]\"\n\"Create a persona on ClawMart for [description]\"\n\"Update my [listing name] on ClawMart\"\n\"Upload a new version of [listing name]\"\n\"Show my ClawMart listings\"\nWorkflow\nBrainstorm listing ideas with user before writing metadata.\n⚠️ DUPLICATE CHECK (mandatory): Before creating ANY new listing, search your existing listings first:\nGET /listings — fetch all your current listings\nCompare the proposed listing name, description, and category against existing ones\nIf a matching or very similar listing already exists, UPDATE it (PATCH /listings/{id} + new version) instead of creating a new one\nOnly proceed to POST /listings if no existing listing covers the same functionality\nDraft and confirm required fields: name, tagline, about, category, capabilities, price, product type.\nGET /me — validate creator access and subscription.\nPOST /listings — create draft listing.\nGenerate package files:\nPersona: SOUL.md, MEMORY.md, supporting docs.\nSkill: complete SKILL.md (follow skill-creator conventions).\nPOST /listings/{id}/versions — upload package (multipart or base64 JSON).\nAsk for explicit user confirmation before publishing.\nSummarize: dashboard URL + public URL.\nAPI Reference\nBase URL: https://www.shopclawmart.com/api/v1/\nAuth: Authorization: Bearer ${CLAWMART_API_KEY}\nMethod\tEndpoint\tPurpose\nGET\t/me\tCreator profile & subscription\nGET\t/listings\tList creator's listings\nPOST\t/listings\tCreate listing metadata\nPATCH\t/listings/{id}\tUpdate listing metadata\nDELETE\t/listings/{id}\tUnpublish/delete listing\nPOST\t/listings/{id}/versions\tUpload package version\nPrice Field\n\n⚠️ CRITICAL: The price field is in DOLLARS, not cents.\n\n\"price\": 14.99 → $14.99 ✅\n\"price\": 1499 → $1,499.00 ❌ (this is NOT cents!)\n\"price\": 0 → Free listing ✅\nMinimum paid price: $3.00\n\nWhen a user says \"set price to $14.99\", send \"price\": 14.99. Do NOT multiply by 100. The API stores cents internally but accepts and returns dollar values.\n\nGuardrails\nNever expose raw API keys in chat output.\nRequire user confirmation before publishing.\nValidate payloads before each API call.\nReturn clear errors with suggested fixes on failure."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Nateliason/clawmart",
    "publisherUrl": "https://clawhub.ai/Nateliason/clawmart",
    "owner": "Nateliason",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/clawmart",
    "downloadUrl": "https://openagent3.xyz/downloads/clawmart",
    "agentUrl": "https://openagent3.xyz/skills/clawmart/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawmart/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawmart/agent.md"
  }
}