At a glance
What it does
A DSH web plugin for Zhihu Open Platform search, hot-list, knowledge-base, task, and account-data tools.
Web Profile
Not declared in supplied evidence
Evidence-verified
Checked Sep 12, 2026, 2:06 PM UTC
Code-evidenced contributions
What it adds to DSH
Adds 17 tools for hot lists, search, Q&A, knowledge-base operations, tasks, and selected account data.
Mechanism evidence ↗Adds a local settings page and browser-side cards for tool results.
Mechanism evidence ↗Before you choose it
This bundle adds 17 Zhihu-oriented tools to a DeepSeek Harness web profile, plus a local Zhihu settings page and tailored result cards. It includes tools such as hot-list lookup, search, direct Q&A, knowledge-base actions, task queries, and selected personal-content or collection queries.
Best for
DeepSeek Harness web users who have Zhihu Open Platform access and want to use Zhihu data or workflows in chat.
Common tasks
- Check Zhihu hot-list results or search Zhihu content.
- Query or work with Zhihu knowledge bases and related tasks.
- Configure Zhihu credentials locally, then call supported Zhihu tools in a conversation.
Permissions and data
The plugin exposes local configuration endpoints and handles Zhihu credentials and optional web-session data.
Permissions- Uses a local web-profile client and local settings endpoints.
- Calls Zhihu-related services only through the functionality described by the bundle.
- The README states that the access secret is persisted through DSH credentials storage.
- The README states that a Zhihu web-session cookie may be persisted after QR login.
- Zhihu Open Platform and Zhihu web services.
- A Zhihu access secret is configured through the local settings page; a QR-based web session is also described.
Limitations
- The supplied evidence does not declare a DeepSeek Harness version range.
- The npm package version was not found during screening; use the verified pinned Git bundle as the evidenced distribution path.
- Installation and runtime behavior were not executed or independently verified.
- The author advises reviewing all source code before installing third-party plugin code.
What DSHub checked
- A pinned Git source commit, package manifest, and DSH bundle patch were captured.
- The manifest declares a web client and bundle patch.
- The README lists 17 Zhihu tools and local settings endpoints.
- AGPL-3.0-or-later license text is supplied.
What DSHub did not check
- Successful installation, credential setup, Zhihu API access, QR login, and tool execution were not tested.
- Actual security behavior of credential storage, session handling, rate limiting, and domain controls was not independently audited.
Pinned install
Install Zhihu Tools
This plugin bundle does not have a DSH Plugin install action. Use its source documentation for the delivery method.
Maintainer source
Project README
@leolee9086/zhihu-tools
知乎数据开放平台 (developer.zhihu.com) 静态双面插件,宿主半部 17 个工具 + 本地设置页,浏览器半部知乎设定页 + 4 张精美工具卡片。
联系作者:逐暝(leolee9086)· 点击链接加入群聊【工具软件爱好者折腾群-综合讨论】:https://qm.qq.com/q/RAHJuyhQQ (群号 1017854502,群主 逐暝)
安装
⚠️ 安全提示:任何第三方插件——包括本插件——都应被视为天然不安全、不可信的代码。相比原样安装本插件,更建议让你的 AI 参考本仓库源码自行重新实现所需功能;若仍要安装,请先通读全部源码确认无恶意行为。
dsh plugin --profile web add @leolee9086/zhihu-tools
# 或本地链入开发版
# dsh plugin --profile web add link:D:/dev/zhihu-plugin
重启 dsh web 并刷新 http://127.0.0.1:3080 后,设置 → 知乎 可配置凭证,工具 zhihu_hot 等可在对话中调用。
界面截图
知乎热榜工具卡(真实运行结果):

架构
lib/index.js 宿主:17 工具,本地设置后端,白名单仅限知乎域名,内置限流与退避
lib/client.js 浏览器:ModuleLoader factory,手写卡片样式,工具视图严格隔离
cordis.patch.yml 包自带 bundle 补丁层
工具(17)
zhihu_hot、zhihu_search、zhihu_global_search、zhihu_ask、zhihu_kb_list、zhihu_kb_items、zhihu_kb_upload、zhihu_kb_search、zhihu_pdf_parse、zhihu_ppt_generate、zhihu_task_query、zhihu_my_contents、zhihu_my_followees、zhihu_my_collections、zhihu_my_favlists、zhihu_favlist_contents、zhihu_auth_status
17 个工具全部配备定制卡片:热榜(排名徽/缩略图)、搜索×2(类型药丸/作者/赞同评论/score)、直答(模型标签/思考过程折叠)、知识库列表与检索(文档数/召回评分)、任务类(状态徽/结果下载按钮)、个人数据五件套(分页元信息)、凭证检测(平台码解读)。
设置后端
GET /api/zhihu/state · POST /api/zhihu/secret · DELETE /api/zhihu/secret|session · GET /api/zhihu/probe · POST /api/zhihu/qr/start 等,仅 127.0.0.1 可访。
安全
- Access Secret 经平台凭据服务
ctx.credentials持久化(CredentialRef ZHIHU_ACCESS_SECRET→$DSH_HOME/.credentials.yaml,0600/0700),重启自动恢复;设置页保存即落盘、清除即unset。 - 网页会话 Cookie 以
GrantRecord记录(zhihu-tools-static/session)经modifyRecord持久化,QR 登录成功自动写入,「清除会话」同步删除记录。 - 掩码 6…4 回显;长度 16-512 校验;严格域名白名单;全部 try/catch + disposed 守卫。
反馈
作者:逐暝 · QQ 群:1017854502 — https://qm.qq.com/q/RAHJuyhQQ
赞赏
如果这个项目帮到了你,可以请我喝杯咖啡:

也欢迎通过 爱发电 支持。
Operate deliberately
Install and manage
Prerequisites and target Profile
Target: Web Profile
Delivery: Dsh Bundle Git — leolee9086/dsh-zhihu-tools#bafea44581754efe56326795a87e411845fd69e0。
Verify, update, and remove
Show lifecycle commands
dsh plugin --profile web listCompatibility and access
DSH web bundle with a browser client: Not declared in supplied evidence。
Review compatibility evidence ↗
Risk facts
Stores an access secret and may persist a Zhihu web session locally.
Evidence ↗Licensed under AGPL-3.0-or-later.
Evidence ↗Evidence and editorial reviewManifest, Bundle patch, distribution and freshness
Immutable evidence
Review status and source activity
Use only after reviewing the pinned source and confirming that local storage of Zhihu credentials or session data is acceptable.
AI reviewed Sep 12, 2026, 2:06 PM UTC。GitHub facts last checked Sep 12, 2026, 2:06 PM UTC。
No material source change has been recorded since this evidence baseline.