coolbreezecoin/dsh-wechat-mp ↗★ 0
dsh-wechat-mp
DeepSeek Harness plugin: turn markdown into a typeset WeChat Official Account draft.
AI 分析
核心用途是自动将 Markdown 文本排版并发布至微信公众号草稿箱。适合自媒体创作者和需要一键排版发布内容的用户。可在 cordis.patch.yml 中配置主题、色调及公众号凭证。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:coolbreezecoin/dsh-wechat-mpドキュメント
README 全文を読む ↗Configuration
All optional; set them on the plugin row in your profile's cordis.patch.yml.
- id: wechat-mp
config:
theme: default # default | grace | simple
codeTheme: github
primaryColor: '#0F4C81'
fontSize: 15px
fontFamily: "-apple-system, BlinkMacSystemFont, 'PingFang SC', sans-serif"
outputDir: '' # '' → a temp directory
appIdRef: WECHAT_MP_APPID
appSecretRef: WECHAT_MP_SECRET
tokenCacheDir: '' # '' → a temp directory
baseUrl: https://api.weixin.qq.com
defaultAuthor: ''
defaultCover: '' # required by the one-click button
requireApproval: false # true → prompt before each write
A patch layer replaces a row's whole config, so restate every key you want to keep.