AI Agent Hub
Back to plugins
dsh-livedocs preview

dsh-livedocs

Web Tools Updated 2026.09.15

Run the following command in DeepSeek Harness:

dsh plugin install sogoodayo/dsh-livedocs

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

Run dsh plugin install sogoodayo/dsh-livedocs in your DeepSeek Harness terminal to install; full source at https://github.com/sogoodayo/dsh-livedocs

About this plugin

The most frustrating part of having an agent write third-party code is not the logic itself but the confident, syntactically perfect call to an API that does not exist. dsh-livedocs tackles this head-on: before the model writes a single line, it pulls official documentation for the exact version your project has actually installed and injects it into the context. The plugin reads your lockfile to pin the real version, fetches doc fragments by topic, and trims them within a token budget you control. A multi-source fallback chain — llms.txt first, GitHub tag docs second, optional Context7 cloud backup third — keeps queries working even when one source is down. Local cache lasts seven days, works offline, and is shared across profiles. A curated registry of 50+ popular libraries connects directly, and dependency docs can be pre-warmed in the background so follow-up lookups hit instantaneously. Triggers are fully layered and optional: an embedded skill fires automatically with zero config, a slash command queries without spending model tokens, and a one-time global rule in AGENTS.md makes every future session proactively check docs before coding.

This is for developers working in DeepSeek Harness who call third-party libraries daily and would rather not paste documentation by hand, or for teams that want their agents to be more reliable without extra ceremony. No API key is required to start. The settings card exposes every toggle — master switch, cache management, custom doc sources, and zh/en locale — at a glance, and the plugin is ready the moment you install it.

Screenshots

Use Cases

  • Auto-inject the exact installed version of third-party docs before an agent writes code
  • Query llms.txt or GitHub tag doc fragments with a seven-day offline local cache
  • Write a one-time global rule so every session checks docs before coding

Best For

  • Developers calling third-party libraries daily in DeepSeek Harness who avoid manual doc pasting
  • Teams that want reliable agent output without extra setup overhead
  • Independent developers who need offline lookups or tight token budgets