DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Weixinread Flomo — DSH Plugin for DeepSeek Harness
← Plugins

weixinread-flomo

Weixinread Flomo

微信读书 (WeChat Reading) integration for DeepSeek Harness: connect the official WeRead Skills Agent Gateway with a wrk- API key, then browse your bookshelf, export highlights & thoughts, query reading stats, and send highlights to flomo — agent tools plus a web settings panel

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add weixinread-flomo@0.1.0
READMECompatibilityVersions

Compatibility and provenance

Weixinread Flomo is published as weixinread-flomo and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
8/23/2026

Versions

0.1.0stable
8/23/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
127.8 kB
Files
18
Surface
web
License
MIT
Source
npm
GitHub
★ 0
Weekly downloads
0
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in productivity-workflow.

Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.Web All@linxin666/dsh-web-allDSH Web UI 全家桶聚合插件:一键安装全部功能插件(task-board / git-graph / pet / remote-web-ui / web-ui-settings / skin-center / community-plugins / compat shim)。compat 桥接层已并入本包(src/client),无需独立 compat npm 包。Deepseek Ipptdeepseek-ipptiPolloWork PPT Studio and its curated slide templates as a native DeepSeek Harness conversation view.

README

weixinread-flomo

微信读书(WeChat Reading)集成插件 for DeepSeek Harness:使用官方 WeRead Skills Agent Gateway(i.weread.qq.com/api/agent/gateway)读取书架、划线/想法/书签、书籍信息、阅读统计,并把划线一键导出到 flomo(标签可自定义)。包含 Agent 工具与 Web 设置面板。

本插件使用官方 API Key(wrk- 开头),不是 Cookie 抓取方案,稳定且无风控风险。

安装

# 本地开发
dsh plugin --profile web add link:/path/to/weixinread-flomo
# 或发布后从 GitHub / npm 安装
dsh plugin --profile web add github:zhengjy01/weixinread-flomo

重启 DSH GUI 后生效。

配置

  1. 打开 https://weread.qq.com/r/weread-skills,用微信读书账号登录。
  2. 点击「创建 Key」→ 复制(wrk- 开头)。
  3. 把 Key 填到 Web 设置页「微信读书」面板,或在对话中调用 weread_config。
  4. (可选)在「Flomo」面板配置 flomo API URL / API Key,即可用 weread_flomo 导出划线。

Key 存于 ~/.dsh/weixinread-flomo.json(权限 0600),同步快照存于 ~/.dsh/weixinread-flomo-cache.json。

工具

工具说明
weread_status查看配置/缓存/flomo 联动状态(不回显完整 Key)
weread_config配置或清除 API Key、默认 flomo 标签;test: true 测试连接
weread_search书城搜索(书名/作者/评分/在读人数/bookId/链接)
weread_book书籍详情 + 阅读进度 + 章节目录概览
weread_shelf书架(实时或缓存):书名/进度/最近阅读时间/是否读完
weread_notes不给 bookId = 笔记本概览;给 bookId = 该书划线 + 想法
weread_readdata阅读统计(weekly/monthly/annually/overall)
weread_sync拉取书架 + 笔记本概览到本地缓存
weread_flomo把某本书划线导出到 flomo,#标签可自定义(默认取配置值)

常见问题

  • 升级提示(upgrade_info):微信读书偶尔要求客户端升级 skill 版本,插件会直接提示升级信息,等待插件更新即可。
  • 接口字段:网关回包经过官方字段裁剪,本插件按官方文档解析;若某字段缺失会优雅降级展示。
  • flomo 未配置:weread_flomo 会提示先配置 flomo(复用 dsh-flomo 的凭据文件)。

License

MIT