Lion-1209/dsh-plugin-wiki-tools ↗★ 0
dsh-plugin-wiki-tools
Native DeepSeek Harness tools for an Obsidian wiki vault: wiki_query, wiki_write, and wiki_lint implement the mechanical core (path routing, delta tracking, index/log bookkeeping, health checks) of the wiki skill suite.
AI Analysis
核心用途是为 Obsidian 维基库提供底层的查询、写入和校验工具。适合需要自动化管理维基库的用户,必要条件是必须配置 vaultPath 路径。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Lion-1209/dsh-plugin-wiki-toolsREADME
Read the full README ↗安装与配置
dsh plugin --profile web add dsh-plugin-wiki-tools
vaultPath 为必填项:在你的 profile cordis.patch.yml 里覆盖 wiki-tools 行的 config 指向 vault 根目录(含 wiki/ 与 .raw/,先用 wiki 技能的 SCAFFOLD 操作搭建),否则启动时会明确报错并给出示例。