Midnight Network knowledge for coding agents — searched live from docs.midnight.network on every use, with cited URLs and a version-drift report.
Note
This project extends the Midnight Network with additional developer tooling.
npx skills add EchoForge-Dev/EchoMKBWorks with every agent the skills CLI supports (Claude Code, Cursor, Codex, Copilot, Gemini CLI, …). Node ≥ 18, zero dependencies.
search <query> |
live llms.txt index (≈1,300 pages) → ranked pages → opened → heading-anchored excerpts with URLs |
page <url> |
one docs page as markdown |
versions |
support matrix (tested) vs release notes / npm / GitHub (latest) — drift column |
index · doctor |
orientation · connectivity + Kapa MCP endpoint probe (is it down, or is your OAuth session dead? — the two look identical from inside an MCP client) |
The skill's protocol (in skills/echomkb/SKILL.md) forces the agent to search before answering, read whole pages before quoting, cite every claim, and report both "tested" and "newest" on version questions. Offline fallback is a dated English snapshot of EchoForge's MIDNIGHT_KB, and the agent must say when it is used.
What the docs can't answer — observed live-network behavior, dated and version-pinned — is in OBSERVATIONS.md.
Try it without installing:
node skills/echomkb/scripts/echomkb.mjs search "disclose witness ledger write"
node skills/echomkb/scripts/echomkb.mjs versionsOnly docs.midnight.network is contacted for search/page; versions additionally runs npm view and calls api.github.com; doctor additionally sends one anonymous MCP handshake to midnight.mcp.kapa.ai (no credentials, no content). Nothing from your repository leaves your machine.
Built on the official Midnight documentation, which exposes llms.txt and per-page .md endpoints. The offline snapshot in skills/echomkb/kb/ is generated from EchoForge's own MIDNIGHT_KB. Installation is handled by the skills CLI from Vercel Labs.
Intro page: https://m.echoforgeef.com/echomkb · Human-readable KB: https://m.echoforgeef.com/kb · EchoForge: https://echoforgeef.com
Apache-2.0 © 2026 EchoForge