dshfind
已验证 · 实测可装 hikariming
功能简介
DSH 学习与分享社区
推荐 — 实测可用且热门
DSH 学习与分享社区 实测能干净安装、正常启动。224+ stars,社区认可度高,是低风险选择。
「已验证」表示我们的自动化 CI 在干净 profile 里实际执行了 dsh plugin add 并启动成功——仅此而已。功能描述与版本兼容性均为作者声明。这不是安全审计,也不代表对第三方代码的背书。
README
dshfind
The learning & sharing community for DeepSeek Harness (DSH)
Learn the principles · Discover plugins · Share best practices
What is dshfind?
dshfind is a community site built around DeepSeek Harness (DSH):
- 📖 Learn DSH principles — structured lessons from the basics up to a chapter-by-chapter deep dive of the Cordis paper: monads, coeffects, revertible effects, effect composition, spatiotemporal composability, and more.
- 🧩 Plugin marketplace — a live index of DSH plugins, automatically aggregated from the GitHub topic
dsh-plugin. - 🏆 Best practices — plugin development guides, a glossary, and community rankings of authors and projects.
Tech stack
- Next.js 16 (App Router) + React 19
- next-intl for site i18n (English & Chinese UI)
- MDX for lesson content (
src/content/lessons) - Tailwind CSS · deployed on Vercel
Documentation
English
简体中文
Getting started
pnpm install
pnpm dev
Then open http://localhost:3000.
Regenerating plugin & ranking data
Plugin and ranking data are generated from the GitHub topic dsh-plugin (requires the GitHub CLI):
pnpm gen:data
Submit your plugin
Add the dsh-plugin topic to your public GitHub repository. A scheduled job syncs the topic every day at 02:17 UTC, so a newly tagged repo shows up in the marketplace within about a day — no issue or PR needed.
If it still isn't listed after two syncs, open an issue: the repo may have been filtered as off-topic, or it may be private/archived.
Contributing
Issues and PRs are welcome:
- Lessons live in
src/content/lessonsas MDX. - UI strings live in
messages/.
Friend links
- DSH Desktop — a modern desktop app for the DeepSeek Harness (DSH) plugin ecosystem (GitHub)
- MZYAI GEO (妙智云) — an open-source GEO platform that gets your site accurately cited and recommended in AI answers from DeepSeek, Kimi, Doubao, GLM, Hunyuan and more (GitHub)
安装
装一次目录插件,之后本站所有插件都能让 DeepSeek Harness 自动找、自动装:
dsh plugin add dshbase-catalog 然后对 agent 说「帮我装 dshfind」,它会在目录里找到并自动安装。文档:dshbase-catalog · 已验证场景包。
该插件是 GitHub 源码(未发 npm)——直接从仓库装:
Web profile:
dsh plugin --profile web add github:hikariming/dshfind Headless(CLI)profile:
dsh plugin --profile headless add github:hikariming/dshfind 实测报告
验证通过:从 GitHub 源码完成 L1 安装 + L2 加载 + L3 运行(dsh 0.1.0-rc.6)。
使用场景
给 agent 一套记忆、知识库或检索层,让它不再跨会话丢上下文。
适合谁
跑长项目、想让 agent 记住决策、文档和偏好而不用每次重讲的人。
二次开发建议
记忆/检索后端是缝——插新存储、调蒸馏策略,或加引用与审计轨迹。