WeChat Studio
/install content-system-wechat-studio
WeChat Studio
Use wechat-studio as the manual workbench between generated article assets and final publishing. On ClawHub, this skill is published as content-system-wechat-studio.
Quick Start
Install the shared Python dependencies and the workbench frontend dependency:
.venv/bin/pip install -r requirements.txt
cd skills/wechat-studio/frontend && npm install
Start the local server:
python3 skills/wechat-studio/frontend/server.py
Open the workbench in the browser:
http://127.0.0.1:4173
The image defaults shown in the settings page should reflect the adjacent generate-image runtime:
provider: openai
api base: https://new.suxi.ai/v1
model: nano-nx
Use This Skill When
- You need a local WeChat preview before publishing
- You want to import Markdown into a reusable article workspace
- You want to adjust theme, typography, and layout manually
- You need to review cover images or inline image slots
- You want to push a checked article into the WeChat draft box
Default Workflow
- Start the server and open the local workbench.
- Import a Markdown article or switch to an existing article workspace.
- Review the generated WeChat preview and article metadata.
- Tune theme, typography, cover, and inline images.
- Push the final checked version to the WeChat draft box if needed.
Use the settings page to distinguish:
- configured image values from the current
md2wechatsetup - effective image values that
generate-imageactually injects at runtime
Related Skills
wechat-formatterprovides the WeChat HTML render stepgenerate-imageprovides the article companion imagescase-writer-hybridandhumanizer-zhtypically feed the upstream article draft
Notes
- This is a workbench skill, not a pure one-shot executor
- Draft push depends on the local WeChat publishing configuration already being available
- Article workspaces live under
skills/wechat-studio/content/articles/ - Users with an existing 香蕉制作平台 can use it directly
- Users without one can open job.suxi.ai, generate an
SK, place it into the token field, and log in
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install content-system-wechat-studio - 安装完成后,直接呼叫该 Skill 的名称或使用
/content-system-wechat-studio触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
WeChat Studio 是什么?
Launch a local WeChat article workbench for Markdown import, WeChat HTML preview, theme tuning, image selection, and optional draft push. Use when Codex need... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 95 次。
如何安装 WeChat Studio?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install content-system-wechat-studio」即可一键安装,无需额外配置。
WeChat Studio 是免费的吗?
是的,WeChat Studio 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
WeChat Studio 支持哪些平台?
WeChat Studio 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 WeChat Studio?
由 Abigale-cyber(@abigale-cyber)开发并维护,当前版本 v1.0.1。