DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Plugin Wiki Skills — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins

dsh-plugin-wiki-skills

Plugin Wiki Skills

作为 DeepSeek Harness 插件提供的源自 claude-obsidian 的 knowledge-suite 技能(wiki、wiki-ingest、wiki-query、wiki-lint、save),并注明出处。

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add dsh-plugin-wiki-skills@0.2.2
README兼容性版本

兼容性与来源证明

Plugin Wiki Skills 以 dsh-plugin-wiki-skills 发布,当前版本为 0.2.2。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
any
发布来源
npm
Registry 更新时间
2026/9/21

版本

0.2.2stable
2026/8/27
0.2.1stable
2026/8/19
0.2.0stable
2026/8/19
查看其余 1 个版本收起版本
0.1.0stable
2026/8/18
最新版
0.2.2
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
122.9 kB
文件数
22
Surface
any
许可证
MIT
发布源
npm
GitHub
★ 5
周下载
81
最近提交
2026/9/9
查看源码 ↗项目主页 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

README

dsh-plugin-wiki-skills

English | 中文

The claude-obsidian-derived knowledge-suite skills as a DeepSeek Harness plugin: wiki, wiki-ingest, wiki-query, wiki-lint, and save, mounted on the ctx.skills registry as a read-only bundled provider.

Attribution

The five skills are adapted from claude-obsidian by AgriciDaniel (AI Marketing Hub), MIT licensed — see ORIGINAL_LICENSE. The adaptation is based on the v1-era prompt-centric skills, substantially rewritten for ZCode and now for dsh. Changes made in this adaptation:

  • Removed the upstream Community Footer (promotional block) and the routing rows for sub-skills not bundled here (autoresearch, canvas).
  • Added a dsh adaptation note to each skill: upstream product scripts (transport detection, wiki-mode.py, wiki-lock.sh, DragonScale address allocation, .vault-meta/) are not bundled; the companion package dsh-plugin-wiki-tools provides native tools for the mechanical core.

The vault design itself follows the LLM Wiki pattern described by Andrej Karpathy.

Install

dsh plugin --profile web add dsh-plugin-wiki-skills

The package declares a dsh.bundle patch that inserts one wiki-skills row. Pair it with dsh-plugin-wiki-tools for the native wiki_query / wiki_write / wiki_lint tools.

Skills

SkillRoutes when
wikiVault setup, scaffolding, cross-project referencing, hot-cache management
wiki-ingestIngest sources into the vault: extract entities/concepts, cross-reference, log
wiki-queryAnswer from the vault: hot cache → index → pages, with citations
wiki-lintHealth check: orphans, dead links, frontmatter gaps, stale index entries
saveFile conversation insights back into the vault
thinkThe 10-principle reasoning loop (OBSERVE…GROW) every wiki skill maps onto
obsidian-markdownObsidian Flavored Markdown syntax reference (wikilinks, callouts, embeds)
obsidian-basesObsidian Bases reference for data views over note properties
defuddleCleaning fetched web pages before ingestion (ad-free readable text)

The upstream autoresearch, canvas, wiki-cli, wiki-fold, wiki-mode, and wiki-retrieve skills are not bundled: their script-bound mechanics are covered natively by dsh-plugin-wiki-tools (query/write/rename/scaffold/archive/lint with BM25 retrieval); the research and canvas workflows remain upstream features.

Behavior

  • Registers one provider named wiki-skills with bundled-rank (600) candidates, so project, runtime, and user skills with the same name win over this suite.
  • Each skill declares resourceBase: directory, letting bodies reference sibling files under references/.
  • Malformed frontmatter fails loud at discovery instead of silently skipping a skill.

Develop

npm install
node --test

License

MIT for this packaging. The bundled skill content derives from claude-obsidian (MIT) — see ORIGINAL_LICENSE.


中文

claude-obsidian 衍生知识库技能套件的 DeepSeek Harness 插件版:wiki、wiki-ingest、wiki-query、wiki-lint、save 五个技能,以只读 bundled provider 挂到 ctx.skills。

出处归属

五个技能改编自 AgriciDaniel 的 claude-obsidian(MIT,见 ORIGINAL_LICENSE),基于其 v1 时代以提示词为中心的版本,经 ZCode 适配后再度适配到 dsh。本适配版做的改动:移除上游推广页脚与未打包子技能的路由行;为每个技能加了 dsh 适配说明(上游脚本基建未打包,机械核心由配套包 dsh-plugin-wiki-tools 的原生工具承担)。vault 设计遵循 Karpathy 描述的 LLM Wiki 模式。

安装

dsh plugin --profile web add dsh-plugin-wiki-skills