Bundle
dsh-zhihu
DeepSeek Harness plugin: let the agent read, fetch and parse Zhihu (answers, columns, comments).
- Source
- TheCrazyLab
- stars
- 1 stars
- License
- MIT
- Updated
- Updated yesterday
Readme
# CRAZY LAB · 疯狂实验室 > 一个包罗万象、全世界冲浪、勇敢乱玩的实验室。 > 这里不端着、不装专业,专门收那些「有点意思、但放在正经品牌号上刷屏不合适」的小玩意。 你不需要是个大项目。这里什么都能进: - 一个 30 行的小脚本 - 一个奇怪的浏览器玩具 - 一个没人要、但你自己觉得好玩的插件 - 一个「今天突然想到的」实验 我们只认三件事:**有趣、能玩、不无聊。** --- ## 这里现在有什么 ### 1. 知乎阅读插件(实验室里的一个实验) 实验室里最早的一个实验,偏门但完整。知乎用户本就不多,所以它更像个技术玩具,不是产品——留着,因为好玩。 ```bash npx @deepseek-ai/dsh web dsh plugin --profile web add "github:TheCrazyLab/crazy-lab#main" ``` 装好后 agent 能直接调三个工具:`zhihu_fetch_column`(抓专栏)、`zhihu_fetch_answer`(抓回答)、`zhihu_search`(搜知乎)。知乎对数据中心 IP 会甩 403,真要稳定抓得把请求路由到你本机已登录的浏览器——插件已经留好注入点,解析逻辑可以完全复用。 ### 2. 全球冲浪随机器 / Daily Surf 点一下,今天该去哪儿浪,它替你决定:冷知识、奇怪网站、一句话挑战、随机坐标、随机年份、云旅行、音乐盲盒。纯前端,打开就玩 → [`experiments/surf.html`](experiments/surf.html) > 🌐 在线版(GitHub Pages,浏览器直接打开就玩):**https://thecrazylab.github.io/crazy-lab/** --- ## 在研 / In the Lab(想法池,谁来都能认领) - **随机城市漫步**:每天丢一个真实坐标 + 一张街景,逼你出门或云旅行。 - **反算法**:把你的信息流反过来,专推你绝不会点的东西。 - **一句话产品**:用一句话描述一个产品,几分钟做出来给你看。 - **深夜电台**:随机播客 / 冷门音乐片段,陪你熬。 - **AI 考古**:随机挖一个 1990–2010 年的网站 / 软件 / 梗,讲讲它后来怎样了。 --- ## 规矩 - 这是个独立站点,和任何正经品牌号**不挂钩、不链回**。 - 能跑就发,跑不起来也发——实验嘛。 - MIT。随便 fork、随便改、随便玩。 --- MIT © TheCrazyLab
Install
dsh plugin --profile web add github:TheCrazyLab/crazy-lab
Profile: web
With the hub plugin installed, ask your agent to install it by name — it resolves the same plan shown here.
dsh plugin --profile web add github:stvlynn/dsh.fish#path:packages/dsh-plugin-hub
install dsh-zhihu from the hub
- This package builds from source on install. pnpm will ask you to allow its build script — that is permission to run the package’s code on your machine, outside the agent sandbox. Only allow sources you trust.
- This source has no pinned commit, so a later push upstream changes what installs. Prefer pinning a commit.