coolbreezecoin/dsh-wechat-mp0

dsh-wechat-mp

DeepSeek Harness 插件:将 markdown 转换为排版美观的微信公众号草稿。

AI 分析

核心用途是自动将 Markdown 文本排版并发布至微信公众号草稿箱。适合自媒体创作者和需要一键排版发布内容的用户。可在 cordis.patch.yml 中配置主题、色调及公众号凭证。

包名
dsh-wechat-mp
版本
0.3.0
许可证
NOASSERTION
最近更新
2026年8月16日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:coolbreezecoin/dsh-wechat-mp

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.