FuncWei/dsh-wechat-mp-studio ↗★ 0
dsh-wechat-mp-studio
面向 DeepSeek Harness 的微信公众号内容工作室:包含写作方法论、封面图生成管道、OCR 验证及草稿同步 API。
AI 分析
核心用途是辅助微信公众号内容创作与排版。适合自媒体运营人员,可实现文章撰写、配图生成、OCR 验证及自动同步至草稿箱的半自动工作流。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:FuncWei/dsh-wechat-mp-studio说明文档
阅读完整 README ↗Usage
- Write: tell the model your account positioning (audience / persona / monetization) and let the pipeline produce copy + a structure signature.
- Generate images:
python3 skills/wechat-mp-studio/scripts/generate_images.py cover --text "" --anchor ""(setIMAGE_API_KEYto a gpt-image-compatible endpoint). - Verify:
python3 skills/wechat-mp-studio/scripts/ocr_verify.py --image cover.png --expected "". - Sync draft: follow
references/xiaolvshu-web-api.mdto push to the draft box (drafts only — publishing stays human-confirmed). - Log: append one row each to the structure log and image log; the next post reads them for anti-recency selection.