DSH Hub
dsh-llm-wiki-plugin cover

Vesna-Strivozha/DSH-LLM-wiki-plugin

dsh-llm-wiki-plugin

ToolWorkflow1 GitHub stars· updated 2026-08-24

dsh-llm-wiki-plugin is a community DeepSeek Harness plugin. Read the repository README before installing.

Install

npx @deepseek-ai/dsh plugin --profile <name> add @vesna-strivozha-2026/dsh-llm-wiki

Restart `dsh web` after install. Bundle APIs can change during the developer preview.

README badge

dsh-llm-wiki-plugin DSH Hub badge
[![DSH Hub](https://dshhub.dev/badge/dsh-llm-wiki-plugin.svg)](https://dshhub.dev/plugins/dsh-llm-wiki-plugin)

Paste this into your README. The star count updates with every catalog sync.

From the README

Excerpt from Vesna-Strivozha/DSH-LLM-wiki-plugin, cleaned of badges and images.

DSH LLM Wiki Plugin

An Obsidian-style personal knowledge base for DeepSeek Harness.

LLM Wiki turns DeepSeek Harness into a lightweight Obsidian: you drop source files in, the LLM incrementally builds and maintains a persistent, interlinked wiki, and you then ask questions in the chat that are grounded in your knowledge base — with page citations.

English | 中文


Features

FeatureWhat it does
🗂 One-click workspacePick a directory and build the wiki skeleton (raw/, wiki/, index.md, log.md, schema.md).
📥 Upload + confirmDrag or select files, review them in a confirm dialog, then write to raw/.
🧠 Auto-ingestThe LLM reads raw/ and generates/updates wiki/ pages, with a progress bar and PDF text extraction.
🕸 Knowledge graphForce-directed graph of [[wikilinks]] with zoom/pan and click-to-open.
🩺 Self-check (lint)Reports orphan pages, isolated pages, and dead links.
📖 Read in placeMarkdown renderer plus an inline PDF viewer.
💬 Chat-grounded Q&AThe wiki_query tool and a prompt section answer questions with page citations.

Screenshots

Install

dsh plugin --profile <name> add @vesna-strivozha-2026/dsh-llm-wiki

For chat Q&A, add the wiki_query tool row to your agent preset (see the host README below).

Packages

PackageRole
packages/dsh-llm-wikiHost engine (the installable bundle): ingest / search / graph / lint, the wiki_query tool, and a prompt section.
packages/dsh-client-ui-llm-wikiBrowser panel: file tree, upload, knowledge graph, markdown/PDF reader.

Documentation

Contributing

See CONTRIBUTING.md.

License

MIT

Related plugins