A Zhihu (知乎) dashboard plugin for DeepSeek Harness: hot list, follow feed, post tracking, and app-idea distillation — usable from the DSH UI and directly in agent conversations as native tools.
功能特性
- 热榜 (Hot list) — today's trending questions/articles, with trend arrows (新上榜 / ↑ / ↓) computed by diffing successive snapshots
- 关注动态 (Feed) — your recent favorites, your own creations (sort by latest or most-liked), and the people you follow
- Access Secret and limits are configured in the panel's own Settings dialog (stored in browser localStorage only)
- Host half (lib/): serves /zhihu-dashboard routes behind the same Host/Origin trust fence as the DSH API gateway, drives the zhihu-cli binary, and registers the five agent tools via ctx.tools.register
- Routes enforce the same trusted-Host/Origin fence as DSH's /api gateway
- No telemetry, no external calls beyond the Zhihu Open Platform API
安装命令
dsh plugin --profile web add dsh-zhihu-dashboard