DeepSeek Harness 插件

dsh-plugin-wiki-skills

The claude-obsidian-derived knowledge-suite skills (wiki, wiki-ingest, wiki-query, wiki-lint, save) as a DeepSeek Harness plugin, with attribution.(英文原文)

跳到安装方式

来源信息

GitHub 仓库
Lion-1209/dsh-plugin-wiki-skills
最近更新
2026年8月19日
分类
文档与渲染
GitHub stars
1
载体类型
plugin
目录证据
上游声明已找到 dsh.bundle
证据路径
package.json#dsh.bundle
核对版本
0.1.0-rc.8
上游核对日期
2026-08-20

该证据由上游目录提供。本站没有安装、运行或安全审核这个插件。

安装

默认先复制一段 Prompt,让 Agent 读 GitHub 仓库和源码;需要自己装时再切到命令。

复制这段 Prompt,发给 DSH、Codex 或其他 Agent,让它先读 GitHub 仓库和源码。

请先不要安装或执行任何命令。阅读这个插件的 GitHub 仓库、README 和关键源码,然后用清楚、直接的方式回答以下问题,帮助我判断它是否适合我的需求:

1. 这个插件是什么,解决什么问题;
2. 适合哪些用户和典型使用场景;
3. 安装后如何使用,并给出一个最小使用示例;
4. 有哪些已知限制,以及隐私、安全、兼容性或维护风险;
5. 给出“推荐 / 有条件推荐 / 不推荐”的明确建议和理由。

请区分仓库明确说明、根据源码推断和未知信息。证据不足时请明确说明,不要猜测或照抄 README。

GitHub:https://github.com/Lion-1209/dsh-plugin-wiki-skills
插件名:dsh-plugin-wiki-skills
作者:Lion-1209

检查来源文件

安装前先看这个插件目录里的 README 和其他文件。

文件资源管理器3 个文件
README.md来源说明 · 只读预览

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](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](LICENSE) for this packaging. The bundled skill content derives from claude-obsidian (MIT) — see [ORIGINAL_LICENSE](ORIGINAL_LICENSE).

---

中文

claude-obsidian 衍生知识库技能套件的 DeepSeek Harness 插件版:wikiwiki-ingestwiki-querywiki-lintsave 五个技能,以只读 bundled provider 挂到 ctx.skills

出处归属

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

安装

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