← All skills
Tencent SkillHub · Developer Tools

WeChat MP Multi-Publisher

Publish one or multiple Markdown articles to WeChat Official Account (公众号) draft box in a single API call. Supports multi-article combined drafts (main artic...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Publish one or multiple Markdown articles to WeChat Official Account (公众号) draft box in a single API call. Supports multi-article combined drafts (main artic...

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, references/setup.md, scripts/publish.mjs

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 6 sections Open source page

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.

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs1 Scripts
  • SKILL.md Primary doc
  • references/setup.md Docs
  • scripts/publish.mjs Scripts