{
  "schemaVersion": "1.0",
  "item": {
    "slug": "wechat-multi-publisher",
    "name": "WeChat MP Multi-Publisher",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/x402spark-jpg/wechat-multi-publisher",
    "canonicalUrl": "https://clawhub.ai/x402spark-jpg/wechat-multi-publisher",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/wechat-multi-publisher",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=wechat-multi-publisher",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/setup.md",
      "scripts/publish.mjs"
    ],
    "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-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-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/wechat-multi-publisher"
    },
    "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/wechat-multi-publisher",
    "agentPageUrl": "https://openagent3.xyz/skills/wechat-multi-publisher/agent",
    "manifestUrl": "https://openagent3.xyz/skills/wechat-multi-publisher/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/wechat-multi-publisher/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": "wechat-mp-publisher",
        "body": "Publish Markdown articles to WeChat Official Account draft box."
      },
      {
        "title": "Key features",
        "body": "Multi-article push — main article + up to 7 sub-articles in one draft (unique vs single-article tools)\nSmart cover images — keyword-matched Unsplash + 12-image fallback pool, each article gets a different cover\nCustom styling — gold quote highlights, && section dividers, accent-colored headings\nInline images — local PNG/JPG auto-uploaded to WeChat CDN\nFlexible credentials — env vars or ~/.config/wechat-mp/credentials.json"
      },
      {
        "title": "Quick start",
        "body": "# Install dependency\nnpm install @wenyan-md/core\n\n# Set credentials\nexport WECHAT_APP_ID=your_appid\nexport WECHAT_APP_SECRET=your_appsecret\n\n# Push to draft box\nnode scripts/publish.mjs main-article.md [sub-article.md ...]\n\nSee references/setup.md for full credential setup, IP whitelist, and cron automation."
      },
      {
        "title": "Markdown conventions",
        "body": "Section divider (renders as gradient rule):\n\nparagraph text\n\n&&\n\nnext paragraph\n\nSection header (renders as accented H2):\n\n&& My Section Title\n\nGold quotes — automatically highlighted when text starts with:\n\n真正的... / 不是...而是... / 底层逻辑是... / 关键不是..."
      },
      {
        "title": "CLI reference",
        "body": "node scripts/publish.mjs <main.md> [sub1.md] [sub2.md] ...\n  --dry-run        Render to /tmp/wechat-preview/ without uploading\n  --publish        Also trigger freepublish after draft creation\n  --media-id=xxx   Publish an existing draft by media_id"
      },
      {
        "title": "Author field",
        "body": "Set WECHAT_AUTHOR env var to customize the author name shown in WeChat."
      }
    ],
    "body": "wechat-mp-publisher\n\nPublish Markdown articles to WeChat Official Account draft box.\n\nKey features\nMulti-article push — main article + up to 7 sub-articles in one draft (unique vs single-article tools)\nSmart cover images — keyword-matched Unsplash + 12-image fallback pool, each article gets a different cover\nCustom styling — gold quote highlights, && section dividers, accent-colored headings\nInline images — local PNG/JPG auto-uploaded to WeChat CDN\nFlexible credentials — env vars or ~/.config/wechat-mp/credentials.json\nQuick start\n# Install dependency\nnpm install @wenyan-md/core\n\n# Set credentials\nexport WECHAT_APP_ID=your_appid\nexport WECHAT_APP_SECRET=your_appsecret\n\n# Push to draft box\nnode scripts/publish.mjs main-article.md [sub-article.md ...]\n\n\nSee references/setup.md for full credential setup, IP whitelist, and cron automation.\n\nMarkdown conventions\n\nSection divider (renders as gradient rule):\n\nparagraph text\n\n&&\n\nnext paragraph\n\n\nSection header (renders as accented H2):\n\n&& My Section Title\n\n\nGold quotes — automatically highlighted when text starts with:\n\n真正的... / 不是...而是... / 底层逻辑是... / 关键不是...\nCLI reference\nnode scripts/publish.mjs <main.md> [sub1.md] [sub2.md] ...\n  --dry-run        Render to /tmp/wechat-preview/ without uploading\n  --publish        Also trigger freepublish after draft creation\n  --media-id=xxx   Publish an existing draft by media_id\n\nAuthor field\n\nSet WECHAT_AUTHOR env var to customize the author name shown in WeChat."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/x402spark-jpg/wechat-multi-publisher",
    "publisherUrl": "https://clawhub.ai/x402spark-jpg/wechat-multi-publisher",
    "owner": "x402spark-jpg",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/wechat-multi-publisher",
    "downloadUrl": "https://openagent3.xyz/downloads/wechat-multi-publisher",
    "agentUrl": "https://openagent3.xyz/skills/wechat-multi-publisher/agent",
    "manifestUrl": "https://openagent3.xyz/skills/wechat-multi-publisher/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/wechat-multi-publisher/agent.md"
  }
}