Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
tuziapi avatar

Tuzi Post To Wechat

  • 166 installs
  • 37 repo stars
  • Updated April 24, 2026
  • tuziapi/tuzi-skills

Use tuzi-post-to-wechat for development tasks

About

tuzi-post-to-wechat: A skill skill for development. This skill provides functionality for development workflows.

  • tuzi-post-to-wechat

Tuzi Post To Wechat by the numbers

  • 166 all-time installs (skills.sh)
  • Ranked #2,333 of 4,347 Backend & APIs skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/tuziapi/tuzi-skills --skill tuzi-post-to-wechat

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs166
repo stars37
Last updatedApril 24, 2026
Repositorytuziapi/tuzi-skills

What it does

Use tuzi-post-to-wechat for development tasks

Files

references/article-posting.mdMarkdownGitHub ↗

Article Posting (文章发表)

Post markdown articles to WeChat Official Account with full formatting support.

Usage

# Post markdown article
npx -y bun ./scripts/wechat-article.ts --markdown article.md

# With theme
npx -y bun ./scripts/wechat-article.ts --markdown article.md --theme grace

# With explicit options
npx -y bun ./scripts/wechat-article.ts --markdown article.md --author "作者名" --summary "摘要"

Parameters

ParameterDescription
--markdown <path>Markdown file to convert and post
--theme <name>Theme: default, grace, simple, modern
--title <text>Override title (auto-extracted from markdown)
--author <name>Author name
--summary <text>Article summary
--html <path>Pre-rendered HTML file (alternative to markdown)
--profile <dir>Chrome profile directory

Markdown Format

---
title: Article Title
author: Author Name
---

# Title (becomes article title)

Regular paragraph with **bold** and *italic*.

## Section Header

![Image description](./image.png)

- List item 1
- List item 2

> Blockquote text

[Link text](https://example.com)

Image Handling

1. Parse: Images in markdown are replaced with WECHATIMGPH_N 2. Render: HTML is generated with placeholders in text 3. Paste: HTML content is pasted into WeChat editor 4. Replace: For each placeholder:

  • Find and select the placeholder text
  • Scroll into view
  • Press Backspace to delete the placeholder
  • Paste the image from clipboard

Scripts

ScriptPurpose
wechat-article.tsMain article publishing script
md-to-wechat.tsMarkdown to HTML with placeholders
md/render.tsMarkdown rendering with themes

Example Session

User: /post-to-wechat --markdown ./article.md

Claude:
1. Parses markdown, finds 5 images
2. Generates HTML with placeholders
3. Opens Chrome, navigates to WeChat editor
4. Pastes HTML content
5. For each image:
   - Selects WECHATIMGPH_1
   - Scrolls into view
   - Presses Backspace to delete
   - Pastes image
6. Reports: "Article composed with 5 images."

Related skills

Backend & APIsbackendintegrations

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.