Agent Plugins Marketplace
All plugins

wechat-publisher

v0.4.1+codex.20260901163946

Create, illustrate, format, review, and save Chinese WeChat Official Account articles through the official draft API or authenticated browser.

Codex6 Skills

By lovec0 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Codex
Parsed components
6 skill or MCP entries
Source updated
Sep 1, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install wechat-publisher for Codex

Installs for the current user
codex plugin marketplace add weilanjin/wechat-tools
codex plugin marketplace upgrade wechat-tools
codex plugin add wechat-publisher@wechat-tools

Paste and run these commands in a terminal with Codex. They add and refresh the wechat-tools catalog, then install this plugin.

Compatibility: the page URL and API slug “wechat-publisher” remain stable.

  • Codex: wechat-publisher@agent-plugin-marketplacewechat-publisher@wechat-tools

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/weilanjin/wechat-tools

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/wechat-publisher/.

Plugin files

plugins/wechat-publisher/
├── .codex-plugin/plugin.json
├── skills/wechat-article/SKILL.md
├── skills/wechat-content/SKILL.md
├── skills/wechat-draft/SKILL.md
├── skills/wechat-layout/SKILL.md
├── skills/wechat-review/SKILL.md
└── skills/wechat-visuals/SKILL.md

Included Skills6

wechat-articleskills/wechat-article/SKILL.md

Turn notes, Markdown, screenshots, source material, or an existing draft into a complete Chinese WeChat Official Account article. Use for end-to-end article research, writing, visuals, layout, review, and draft saving; do not use for publishing unless the user explicitly asks to publish.

wechat-contentskills/wechat-content/SKILL.md

Research, structure, write, and naturally edit Chinese WeChat Official Account articles from notes or source material. Use for article content and de-AI rewriting; do not use for browser publishing or visual layout alone.

wechat-draftskills/wechat-draft/SKILL.md

Create, update, and verify WeChat Official Account article drafts through the official server API when configured, with authenticated-browser fallback. Use only for draft requests; never publish, mass-send, schedule, or delete.

wechat-layoutskills/wechat-layout/SKILL.md

Format approved Chinese article content into restrained, mobile-first WeChat Official Account rich text with inline styles. Use for typography, spacing, headings, captions, callouts, and image placement; do not rewrite factual content without authorization.

wechat-reviewskills/wechat-review/SKILL.md

Review a Chinese WeChat Official Account article or draft for factual consistency, reading order, mobile layout, image rendering, and save state. Use for final QA or review-only requests; do not mutate a review-only target unless the user also asks for fixes.

wechat-visualsskills/wechat-visuals/SKILL.md

Plan, create, and verify covers, diagrams, screenshots, and inline images for Chinese WeChat Official Account articles. Use when visuals materially improve the article; do not generate decorative images that do not explain or show the subject.

Plugin manifests1

plugins/wechat-publisher/.codex-plugin/plugin.json
{
  "name": "wechat-publisher",
  "version": "0.4.1+codex.20260901163946",
  "description": "Create, illustrate, format, review, and save Chinese WeChat Official Account articles through the official draft API or authenticated browser.",
  "author": {
    "name": "lovec"
  },
  "homepage": "https://github.com/weilanjin/wechat-tools",
  "repository": "https://github.com/weilanjin/wechat-tools",
  "keywords": [
    "wechat",
    "writing",
    "illustration",
    "draft",
    "chinese"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "公众号文章工作流",
    "shortDescription": "写作、配图、排版并通过 API 或浏览器保存草稿",
    "longDescription": "将 Markdown、笔记、截图或参考资料整理为适合手机阅读的公众号文章,完成资料核验、去 AI 化改写、配图、公众号排版、预览质检,并通过官方 API 或已登录浏览器保存和验证草稿。默认不会发表。",
    "developerName": "lovec",
    "category": "Productivity",
    "capabilities": [
      "Research",
      "Write",
      "Image",
      "API",
      "Browser"
    ],
    "defaultPrompt": [
      "把这个 Markdown 完善成公众号文章并通过官方 API 写入草稿箱。",
      "根据这些资料制作一篇图文并茂的公众号文章。",
      "检查当前公众号草稿的结构、排版和配图。"
    ],
    "brandColor": "#2F6F5E",
    "screenshots": [
      "./assets/go-gopher-handdrawn-cover.png",
      "./assets/go-gopher-handdrawn-modules.png",
      "./assets/go-gopher-handdrawn-trace.png"
    ]
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[wechat-publisher on Agent Plugins Marketplace](https://pluginsmp.com/plugins/wechat-publisher)