Evidence snapshot reviewed Sep 16, 2026GitHub checked Aug 21, 2026
Evidence-verifiedPlugin BundleIntegrations & ConnectionsWeb Profile

Zhihu Tools

A DSH web plugin for Zhihu Open Platform search, hot-list, knowledge-base, task, and account-data tools.

At a glance

What it does

A DSH web plugin for Zhihu Open Platform search, hot-list, knowledge-base, task, and account-data tools.

Use cases
Integrations & ConnectionsIntegrationsDataSearch
Works with
Deepseek HarnessDeveloper Zhihu ComWeb
Compatibility

Web Profile
Not declared in supplied evidence

Trust & status

Evidence-verified
Checked Sep 12, 2026, 2:06 PM UTC

Code-evidenced contributions

What it adds to DSH

Model ToolsZhihu Open Platform tools

Adds 17 tools for hot lists, search, Q&A, knowledge-base operations, tasks, and selected account data.

Mechanism evidence
Web UIZhihu settings and result cards

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.
Data handling
  • 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.
External services
  • Zhihu Open Platform and Zhihu web services.
Credentials
  • 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.

Visit the source project

Maintainer source

Project README

View at commit bafea44
Maintainer-authored contentCaptured from README.md on Sep 12, 2026. The text and repository-relative media are fixed to commit bafea4458175 with content hash 9143677a26a2; provider-hosted badges may update independently. README commands are upstream documentation; the DSHub copy action above is the verified, version-pinned install.

@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_hotzhihu_searchzhihu_global_searchzhihu_askzhihu_kb_listzhihu_kb_itemszhihu_kb_uploadzhihu_kb_searchzhihu_pdf_parsezhihu_ppt_generatezhihu_task_queryzhihu_my_contentszhihu_my_followeeszhihu_my_collectionszhihu_my_favlistszhihu_favlist_contentszhihu_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
Verify
dsh plugin --profile web list

Compatibility and access

DSH web bundle with a browser client Not declared in supplied evidence

Review compatibility evidence

Risk facts

Credentials

Stores an access secret and may persist a Zhihu web session locally.

Evidence
License

Licensed under AGPL-3.0-or-later.

Evidence
Evidence and editorial reviewManifest, Bundle patch, distribution and freshness

Immutable evidence

Review status and source activity

AI reviewed

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 UTCGitHub facts last checked Sep 12, 2026, 2:06 PM UTC

No material source change has been recorded since this evidence baseline.

Next step

Follow the Plugin installation workflow

Subscribe to material changes for Zhihu Tools