Skip to content
che cheng edited this page Jul 1, 2026 · 9 revisions

English | 繁體中文

LiveDocs

Live, primary-source-first documentation for AI agents. Fetches the latest docs for any library straight from its canonical source — never a stale, pre-built index, never frozen training memory.

Why

An LLM's knowledge of a library is parametric memory frozen at its training cutoff; a pre-built index (e.g. context7) lags its re-crawl. LiveDocs goes direct to the live primary source every time — and can reconcile against the version you actually have installed.

Install

/plugin marketplace add PsychQuant/livedocs
/plugin install livedocs@livedocs-marketplace

Then use the docs-router skill; it routes questions to the right tool.

Tools

Tool Purpose
resolve_source Ranked primary sources for a library (fidelity-first).
fetch_docs Raw verbatim text of a source URL.
latest_version Exact latest version + changelog/repo, from the registry (9 ecosystems: npm/pypi/crates/go/rubygems/jsr/packagist/maven/cran). Supports version pinning.
introspect OpenAPI / GraphQL schema, an installed CLI's --help, or an installed R package's version (kind:"r-pkg", read-only).

Auto-detect update flow

LiveDocs classifies each query and, for a locally-installed target, reconciles your installed version against the latest and offers an upgrade — always deferring to your installed version for the answer. Full flow + diagram: Version Reconciliation.

Design & positioning

Clone this wiki locally