Published integrations

Adapters for llm-wiki.

Connect llm-wiki to external tools without putting credentials, documents, or runtime results in the wiki.

Exact routes Plan-bound writes Read-back verification External runtime data

Available now

Google Docs Editing

google-docs-editing v0.8.9 public source

Edit Google Docs with tracked suggestions from llm-wiki. The adapter plans exact replacements or one bounded append, applies them in Suggesting mode, and verifies the result.

  • Inspect, plan, apply, verify, and self-test operations.
  • Selects the exact requested document from explicitly shared browser tabs.
  • Checks the approved revision and exact text matches before editing.
  • Uses browser-visible read-back verification after the suggestion is applied.
  • Requires llm-wiki-chrome v0.1.0 or later.

How adapters work

Route

The manifest matches a supported intent and exact resource type. Ambiguous routes fail closed.

Approve

Remote writes are tied to the exact resource, plan, expected revision, and idempotency key.

Verify

The adapter reads the result back before reporting success. Full receipts stay outside the wiki.

Adapter authors

Build against one small contract

Adapters use llm-wiki-adapter/v1 and declare their operations, routes, effects, and output classes in .llm-wiki-adapter.json. Real inputs and runtime outputs stay outside the repository.