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

包名
@zhengjunyao/dsh-zhihu
版本
0.1.0
许可证
MIT
最近更新
2026年9月12日

安装

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

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).