coolbreezecoin/dsh-wechat-mp

coolbreezecoin★ 0TypeScriptLast synced: 2026-08-16

Open on GitHub

DeepSeek Harness plugin: turn markdown into a typeset WeChat Official Account draft

README excerpt

dsh-wechat-mp English 中文 A DeepSeek Harness plugin that turns markdown into a typeset WeChat Official Account (微信公众号) draft . "Put /posts/why-inline-css.md in the draft box with the grace theme." The agent renders the article, uploads each image, and creates the draft. It never broadcasts: sending is left to a human in the Official Account console. Why it exists The WeChat editor throws away blocks and class names, and filters every image not hosted on mmbiz.qpic.cn . So "paste your HTML in" does not work, and neither does an article that references your own CDN. This plugin does the two boring, error-prone parts: inline every style onto its element , and route every image through WeChat's own upload endpoint . Two layers, and only one needs an account Layer Needs credentials? What you get Typesetting ( mp render ) No Inline-styled HTML + a local preview page. Paste it into the console by hand. API ( mp upload image , mp create draft , mp list drafts ) Yes The agent creates the draft for you. Even an unverified personal subscription account can reach the draft API — see Account types. And if yours cannot, the typesetting layer still works on its own. Install Then start dsh as usual…

View full README on GitHub →
Agentsagent-plugindeepseek-harnessdsh-pluginmarkdownwechatwechat-mpagent

Category