expert-wx-mp

Manages WeChat Official Account operations from positioning and writing to publishing and data review.

8.5k|1.4k|Updated Apr 24, 2024
One-click install
npx skills add https://github.com/TeamWiseFlow/wiseflow --skill expert-wx-mp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: expert-wx-mp
Source: https://github.com/TeamWiseFlow/wiseflow/tree/main/crews/main/skills/expert-wx-mp
Command: npx skills add https://github.com/TeamWiseFlow/wiseflow --skill expert-wx-mp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Running a WeChat Official Account requires juggling positioning, topic selection, writing, formatting, publishing, and performance review across many disconnected tools. This Skill consolidates the entire operation lifecycle into guided workflows so users only need to state goals and provide materials.

Core Features & Use Cases

  • Style DNA Management: Extracts a 17-dimension style DNA from sample articles and aggregates it into a reusable writing template that evolves with feedback and performance data.
  • End-to-End Content Production: Produces long-form articles and image posts from rough ideas, reference articles, or drafts, with confirmation checkpoints at topic, title, cover, and draft stages.
  • Publishing & Analytics: Pushes formatted Markdown to the WeChat draft box via a relay service, scrapes creator-center engagement metrics (reads, likes, shares, comments, favorites), and runs DNA-level performance reviews.
  • Use Case: A small business owner says "write an article about our new product in our usual style and publish it" — the Skill reads the account DNA, drafts the article, generates a cover image, formats it with a theme, pushes it to the draft box, and later reviews its engagement data against the DNA.

Quick Start

Ask the agent to write and publish a WeChat Official Account article on your chosen topic using your account's default style DNA.

Frequently Asked Questions about expert-wx-mp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I publish a Markdown article to a WeChat Official Account?

Add YAML frontmatter with title and optional cover, author, and source_url to your Markdown file, then run the wx-mp-publisher command with an optional theme. The script uploads local images and pushes the formatted article to the WeChat draft box via a relay service; final publishing is done manually in the WeChat backend.

How do I extract the writing style of a WeChat account?

Fetch sample articles with wx-mp-hunter, then run wechat-style-profiler report on each article to generate a 17-dimension DNA report. Running wechat-style-profiler build aggregates all reports into a DNA document and an executable writing template covering topic, title, structure, tone, and CTA.

What credentials are needed for WeChat draft publishing?

You need the AppID and AppSecret from the WeChat developer platform, plus the relay IP 123.60.18.144 added to the API whitelist. Credentials are stored in accounts.json under ~/.openclaw/wx-mp-publisher/, outside the source repository, with support for multiple account aliases.

Can I scrape engagement data for competitor WeChat accounts?

No. Engagement scraping only works for accounts where you have creator-center admin access, because it reads the published-articles list page after login. Competitor account metrics are unavailable; this is a platform product constraint, not a technical limitation.

Why does WeChat engagement fetching report session expired?

The creator-center login session expires periodically, causing redirects to the login page. Run wx-mp-engagement login to display a QR code, scan it with the admin WeChat app, confirm on the phone, then run login-confirm to restore the persistent session.

What are the title and image limits for WeChat articles?

Titles are limited to 64 bytes, roughly 21 Chinese characters. Local images must sit in the same directory as the Markdown file with unique plain filenames, and image_list posts support up to 20 images with the first as cover.