{
  "schemaVersion": "1.0",
  "item": {
    "slug": "wpclaw-lite",
    "name": "WPClaw Lite (WordPress/WooCommerce connector)",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/magnum-opus-v1/wpclaw-lite",
    "canonicalUrl": "https://clawhub.ai/magnum-opus-v1/wpclaw-lite",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/wpclaw-lite",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=wpclaw-lite",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "package.json",
      "README.md",
      "scripts/index.js",
      "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. 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/wpclaw-lite"
    },
    "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/wpclaw-lite",
    "agentPageUrl": "https://openagent3.xyz/skills/wpclaw-lite/agent",
    "manifestUrl": "https://openagent3.xyz/skills/wpclaw-lite/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/wpclaw-lite/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": "WPClaw Connector",
        "body": "This skill allows you to interact with a WooCommerce store. You can check order status, search for products, and verify the store's connection health."
      },
      {
        "title": "Configuration",
        "body": "The following environment variables are required:\n\nWPCLAW_STORE_URL: The full URL of your WordPress site (e.g., https://example.com).\nWPCLAW_STORE_SECRET: The Secret Key from the WPClaw Connector plugin settings."
      },
      {
        "title": "check_order",
        "body": "Use this tool to retrieve detailed information about a specific order.\n\nInput: id (integer) - The Order ID.\nOutput: Formatted string with Status, Total, Customer, and Items."
      },
      {
        "title": "find_product",
        "body": "Use this tool to search for products by name or SKU.\n\nInput: query (string) - The search term.\nOutput: List of matching products with IDs, Stock, and Price."
      },
      {
        "title": "store_status",
        "body": "Use this tool to check if the store is reachable and the plugin is active.\n\nInput: (None)\nOutput: Connection status message."
      }
    ],
    "body": "WPClaw Connector\n\nThis skill allows you to interact with a WooCommerce store. You can check order status, search for products, and verify the store's connection health.\n\nConfiguration\n\nThe following environment variables are required:\n\nWPCLAW_STORE_URL: The full URL of your WordPress site (e.g., https://example.com).\nWPCLAW_STORE_SECRET: The Secret Key from the WPClaw Connector plugin settings.\nTools\ncheck_order\n\nUse this tool to retrieve detailed information about a specific order.\n\nInput: id (integer) - The Order ID.\nOutput: Formatted string with Status, Total, Customer, and Items.\nfind_product\n\nUse this tool to search for products by name or SKU.\n\nInput: query (string) - The search term.\nOutput: List of matching products with IDs, Stock, and Price.\nstore_status\n\nUse this tool to check if the store is reachable and the plugin is active.\n\nInput: (None)\nOutput: Connection status message."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/magnum-opus-v1/wpclaw-lite",
    "publisherUrl": "https://clawhub.ai/magnum-opus-v1/wpclaw-lite",
    "owner": "magnum-opus-v1",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/wpclaw-lite",
    "downloadUrl": "https://openagent3.xyz/downloads/wpclaw-lite",
    "agentUrl": "https://openagent3.xyz/skills/wpclaw-lite/agent",
    "manifestUrl": "https://openagent3.xyz/skills/wpclaw-lite/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/wpclaw-lite/agent.md"
  }
}