# Send WeChat MP Multi-Publisher to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- 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.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "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": {
    "downloadUrl": "/downloads/wechat-multi-publisher",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=wechat-multi-publisher",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "references/setup.md",
      "scripts/publish.mjs"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "wechat-multi-publisher",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-10T21:02:33.176Z",
      "expiresAt": "2026-05-17T21:02:33.176Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=wechat-multi-publisher",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=wechat-multi-publisher",
        "contentDisposition": "attachment; filename=\"wechat-multi-publisher-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "wechat-multi-publisher"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "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."
      ]
    }
  },
  "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"
  }
}
```
## Documentation

### wechat-mp-publisher

Publish Markdown articles to WeChat Official Account draft box.

### Key features

Multi-article push — main article + up to 7 sub-articles in one draft (unique vs single-article tools)
Smart cover images — keyword-matched Unsplash + 12-image fallback pool, each article gets a different cover
Custom styling — gold quote highlights, && section dividers, accent-colored headings
Inline images — local PNG/JPG auto-uploaded to WeChat CDN
Flexible credentials — env vars or ~/.config/wechat-mp/credentials.json

### Quick start

# Install dependency
npm install @wenyan-md/core

# Set credentials
export WECHAT_APP_ID=your_appid
export WECHAT_APP_SECRET=your_appsecret

# Push to draft box
node scripts/publish.mjs main-article.md [sub-article.md ...]

See references/setup.md for full credential setup, IP whitelist, and cron automation.

### Markdown conventions

Section divider (renders as gradient rule):

paragraph text

&&

next paragraph

Section header (renders as accented H2):

&& My Section Title

Gold quotes — automatically highlighted when text starts with:

真正的... / 不是...而是... / 底层逻辑是... / 关键不是...

### CLI reference

node scripts/publish.mjs <main.md> [sub1.md] [sub2.md] ...
  --dry-run        Render to /tmp/wechat-preview/ without uploading
  --publish        Also trigger freepublish after draft creation
  --media-id=xxx   Publish an existing draft by media_id

### Author field

Set WECHAT_AUTHOR env var to customize the author name shown in WeChat.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: x402spark-jpg
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-10T21:02:33.176Z
- Expires at: 2026-05-17T21:02:33.176Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/wechat-multi-publisher)
- [Send to Agent page](https://openagent3.xyz/skills/wechat-multi-publisher/agent)
- [JSON manifest](https://openagent3.xyz/skills/wechat-multi-publisher/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/wechat-multi-publisher/agent.md)
- [Download page](https://openagent3.xyz/downloads/wechat-multi-publisher)