wx-mp-publisher

Automate Markdown article posting to WeChat Official Accounts with Node.js and Wenyan CLI.

8.4k|1.4k|Updated Apr 24, 2024
One-click install
npx skills add https://github.com/TeamWiseFlow/xiaobei --skill wx-mp-publisher
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wx-mp-publisher
Source: https://github.com/TeamWiseFlow/xiaobei/tree/main/addons/officials/crew/selfmedia-operator/skills/wx-mp-publisher
Command: npx skills add https://github.com/TeamWiseFlow/xiaobei --skill wx-mp-publisher

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires node, npx, @wenyan-md/cli, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of publishing Markdown articles to WeChat Official Accounts, eliminating the need for manual formatting and API interactions.

Core Features & Use Cases

  • Markdown to WeChat: Converts Markdown-formatted content directly into WeChat posts.
  • Custom Themes: Supports various themes for a consistent visual style.
  • Image Posts: Enables the creation of image-only posts for platforms like Xiaohongshu.
  • Proxy Support: Allows the use of a proxy server for secure connections.
  • Multi-Account Support: Manage multiple WeChat accounts from a single interface.

Quick Start

Publish a Markdown file as a WeChat post by running the command: ./skills/wx-mp-publisher/scripts/publish-wx-mp.sh article.md

Frequently Asked Questions about wx-mp-publisher

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

FAQPage Schema
How do I automate publishing Markdown articles to a WeChat Official Account?

To automate publishing Markdown articles to a WeChat Official Account, you can use a script that handles theme selection, image posting, and proxy configuration via the Wenyan CLI for content conversion.

Do I need Node.js and npx to convert Markdown for WeChat posts?

Yes, you need Node.js and npx installed because the conversion and posting process relies on the @wenyan-md/cli dependency to transform Markdown content into WeChat Official Account posts.

Can I publish image-only Markdown posts to social media platforms like Xiaohongshu?

Yes, you can create image-only posts suitable for platforms like Xiaohongshu, as the conversion process supports generating image posts directly from your Markdown content.

How do I apply custom themes when posting Markdown to WeChat?

You can apply custom themes during the Markdown to WeChat conversion process to ensure a consistent visual style across your published Official Account articles.

Does this Markdown to WeChat publishing method support proxy configuration?

Yes, the publishing method supports proxy configuration, allowing you to route the content conversion and posting requests through a secure proxy server connection.

Can I manage multiple WeChat accounts from a single Markdown publishing interface?

Yes, you can manage multiple WeChat accounts from a single interface to streamline posting Markdown articles across different Official Accounts.