精选
为什么选中它
待人工精选——以下事实来自源码仓库。
它能做什么
微信公众号内容生产工作台:防低创作度结构轮换写作法 + 视觉基线 + gpt-image 配图管线 + OCR 验收 + 小绿书草稿接口实测 (DeepSeek Harness plugin)
适合谁
想用 DSH 获得这项能力的用户;装前建议先看源码和文档。
风险提示
- 未发现明显风险信号;安装前仍建议查看源码。
微信公众号内容生产工作台:防低创作度结构轮换写作法 + 视觉基线 + gpt-image 配图管线 + OCR 验收 + 小绿书草稿接口实测 (DeepSeek Harness plugin)
待人工精选——以下事实来自源码仓库。
微信公众号内容生产工作台:防低创作度结构轮换写作法 + 视觉基线 + gpt-image 配图管线 + OCR 验收 + 小绿书草稿接口实测 (DeepSeek Harness plugin)
想用 DSH 获得这项能力的用户;装前建议先看源码和文档。
dsh plugin --profile web add github:FuncWei/dsh-wechat-mp-studio 作者没有声明支持的平台。
scene=5, full operate_appmsg type=77 form + format switches | | Scripts | generate_images.py (templated image generation), ocr_verify.py (macOS Vision / MiniMax M3 dual backends) | | Log templates | Structure log and image log templates (the rotation ledger) | ## Install sh # From GitHub (recommended: source is auditable) dsh plugin --profile web add github:FuncWei/dsh-wechat-mp-studio # Or from npm once published dsh plugin --profile web add dsh-wechat-mp-studio After install, the model loads the wechat-mp-studio skill on demand (when writing MP content, generating images, syncing drafts, or debugging low-creativity flags). You can also invoke it explicitly: “use wechat-mp-studio to draft today's post”. ## Usage 1. Write: tell the model your account positioning (audience / persona / monetization) and let the pipeline produce copy + a structure signature. 2. Generate images: python3 skills/wechat-mp-studio/scripts/generate_images.py cover --text "<today's blessing>" --anchor "<subject>" (set IMAGE_API_KEY to a gpt-image-compatible endpoint). 3. Verify: python3 skills/wechat-mp-studio/scripts/ocr_verify.py --image cover.png --expected "<today's blessing>". 4. Sync draft: follow references/xiaolvshu-web-api.md to push to the draft box (drafts only — publishing stays human-confirmed). 5. Log: append one row each to the structure log and image log; the next post reads them for anti-recency selection. ## Layout skills/wechat-mp-studio/ ├── SKILL.md # Entry: eight-step pipeline + red-line checklist ├── references/ │ ├── anti-homogenization.md # Rotation writing method │ ├── low-creativity-recovery.md # Low-creativity remediation playbook │ ├── visual-baseline.md # Blessing-image visual baseline │ ├── gpt-image-2-prompts.md # Image prompts, anti-typo rules, OCR SOP │ ├── xiaolvshu-web-api.md # Measured xiaolvshu draft web API │ └── interaction-and-hooks.md # Interaction guide & share hooks ├── scripts/ │ ├── generate_images.py # Cover/post image generation (templates built in) │ └── ocr_verify.py # On-image text OCR acceptance (dual backends) └── templates/ ├── structure-log.md # Structure log template └── image-log.md # Image log template ## Disclaimer - The WeChat MP web APIs (operate_appmsg, etc.) are internal, undocumented, and subject to change at any time. The parameters here are a point-in-time measurement; re-verify per §4 of references/xiaolvshu-web-api.md before use. - This plugin ships methodology and tooling, not guaranteed traffic. Follow platform rules and local regulations. - Third-party services (gpt-image, MiniMax, OpenCode Go) used by the scripts require your own keys/quota. ## License MIT不看 Star,人工一条条挑的。
把 DSH 的 settings.yaml 做成可视化看板:所有已注册的 settings namespace——包括官方界面从未覆盖的第三方插件配置——都渲染成可编辑表单。项目还早,但方向很对:告别手改 YAML。
给 DSH 的 DIY 轨迹可视化:把 agent 的计划与执行画成图,不用翻原始日志也能看清它在干嘛。项目还早,但补上了「一眼看懂 agent 在做什么」这个真实缺口。
从 Claude Code / Codex 把活派给 DSH:在宿主内拉起带分级预设的 DSH agent 会话,看原生子代理进度,还能借它的多模态桥给纯文本的 DSH 补上视觉和生图。编排型插件,把 DSH 变成其他编码 agent 的后端。