zhengjy01/dsh-zhihu0

@zhengjunyao/dsh-zhihu

Zhihu (知乎) for DeepSeek Harness: wraps the local pyzhihu-cli CLI (search / hot list / question / answer / user / feed / topic / collections / notifications) as zhihu_* agent tools, plus a web panel with QR-code login, config and quick hot-list / search; publishing, voting, following and deletion stay behind an explicit readOnly switch

AI 分析

核心用途是让 DSH 能够检索知乎内容、回答问题或监控热榜。适合需要 AI 辅助浏览知乎或进行内容创作的用户。需要本地安装 Python 3.10+ 及 pyzhihu-cli。

パッケージ
@zhengjunyao/dsh-zhihu
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/09/12

インストール

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

ドキュメント

README 全文を読む ↗

Configuration

KeyDefaultMeaning
readOnlytrueOnly read tools when true; write tools are registered when false
cliPathzhihuCLI command name or absolute path
timeoutMs90000Per-invocation timeout
loginWaitMs15000How long zhihu_login waits for a scan before returning; call it again to keep waiting
proxyemptyEmpty = inherit the environment; none = force no proxy (Zhihu is a domestic site, a system proxy can actually break it); or http://host:port
cliHome~/.zhihu-cliCLI config directory. The CLI hardcodes Path.home()/".zhihu-cli", so the plugin overrides the child process's HOME

Stored in ~/.dsh/dsh-zhihu.json (mode 0600). Credentials are not stored here — the CLI keeps cookies in /cookies.json (the CLI chmods it 0600 itself).