zhengjy01/dsh-zsxq0

dsh-zsxq

Knowledge Planet (知识星球 zsxq) integration for DeepSeek Harness: cookie/QR-login auth against the unofficial web API (api.zsxq.com/v2), exposes agent tools (groups, topics, topic detail, search, publish, comment, like), a login flow, and a web settings panel

AI Analysis

核心用途是让 DSH 代理能够阅读和检索知识星球内容,并支持受限的写入操作。适合知识星球活跃用户,便于 AI 辅助整理星球沉淀。

Package
dsh-zsxq
Version
0.1.3
License
MIT
Last updated
Sep 10, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:zhengjy01/dsh-zsxq

使用

  1. 登录zsxq_login(弹出 Chrome 窗口微信扫码,自动保存 Cookie),或 zsxq_config 粘贴 Cookie(浏览器打开 wx.zsxq.com → DevTools → Network → 任选 api.zsxq.com 请求 → 复制 Cookie 请求头),或在设置面板操作。
  2. 读内容zsxq_groups 拿星球 ID → zsxq_topics 拿主题列表 → zsxq_topic 看详情评论;zsxq_search 站内搜索。
  3. 写内容(风险自担):zsxq_publish / zsxq_comment / zsxq_like

Cookie 有效期约 1–3 个月,过期后 API 返回 401,重新登录即可。凭据存 ~/.dsh/dsh-zsxq.json(权限 0600)。