AI Agent Hub
Back to plugins
🧰

dsh-outline-auto

Web Tools Updated 2026.08.27

Run the following command in DeepSeek Harness:

dsh plugin install huangfuren/dsh-outline-auto

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install huangfuren/dsh-outline-auto inside DeepSeek Harness; the full repository URL is https://github.com/huangfuren/dsh-outline-auto, then restart dsh web to activate the plugin.

About this plugin

Your team's knowledge lives in Outline, but the moment you switch to DeepSeek Harness to code or draft something, a quick lookup means opening another tab, searching, copying, pasting — and losing the thread. dsh-outline-auto brings that lookup right into the conversation: type a keyword and get back matching document titles, snippets, and clickable links; when you need the full text, it returns clean Markdown without a single context switch.

It is not read-only by default, but writes are gated. Once you list the directories you are willing to let it touch, the plugin can create, update, and delete documents — every write surfaces an approval prompt, and deletion demands a second confirmation. Anything outside the configured writable paths is simply refused. Reads are cached for 60 seconds so re-checking the same page does not hammer the API, 429 rate-limit responses retry with exponential backoff, and public endpoints are locked to HTTPS so your token never travels in the clear.

Built for developers who already run Outline as the team's source of truth and do their daily thinking inside DeepSeek Harness. Each person fills in the service URL and API token once in the settings card, clicks save, and it is live — no config files, no restart. Install once, configure once, and let the conversation handle the rest.

Use Cases

  • Keyword-search Outline docs from inside a DeepSeek Harness conversation without leaving the chat
  • Draft a requirement document using the built-in template and create it under a target directory in one flow
  • Skim an API reference snippet in conversation, then pull the full Markdown when you need deeper detail

Best For

  • Engineering teams that run Outline as their shared knowledge base
  • Developers who live in DeepSeek Harness for daily coding and conversation
  • Engineers who want to fold reference lookups into their workflow instead of tab-switching