{
  "markdown": "# NightWatch Skills — recipes for AI agents\n\n**NightWatch Live Intelligence** is a real-time, multi-layer crypto asset intelligence system: it\nwatches ~10 exchanges (global + Korean), grades every listed token's liquidity (A–F, 15-step\ndetail), tracks per-venue deposit/withdrawal doors per chain, records cross-exchange spread\nhistory, and condenses all of it into two agent-facing gate indices — **Coverage Grade** (\"how\nwell do we actually see this asset\") and **BTI, the Bot-Tradability Index** (\"which bot strategy\ntypes are viable on it right now\"). Everything is served fresh from the live pipeline; missing\ndata is reported as missing, never faked.\n\n## One product, four layers\n\n| Layer | What it is | Where |\n|---|---|---|\n| **MCP** | Connection standard — 33 live tools, no auth to browse | `https://nightwatch-v1-api.onrender.com/mcp` |\n| **API** | Raw data under a stable REST contract (free tier + Pro key `X-NW-User-Key` for deep fields) | `https://nightwatch-v1-api.onrender.com` |\n| **Skills** | Task recipes (SKILL.md folders) — this repo | [`skills/`](skills/) |\n| **Trader** | Open-source reference trading bot (paper-first, non-custodial) | [jamboree777/nightwatch-trader](https://github.com/jamboree777/nightwatch-trader) |\n\n## MCP endpoint\n\n```\nhttps://nightwatch-v1-api.onrender.com/mcp\n```\n\nStreamable HTTP, **33 tools** (token intel, microburst, warnings, mining, oracle bounties,\nProof-of-Insight, SBT reputation, Quartermaster decision state, …). Works with Claude Code,\nCursor, and any MCP client:\n\n```json\n{\n  \"mcpServers\": {\n    \"nightwatch\": {\n      \"type\": \"http\",\n      \"url\": \"https://nightwatch-v1-api.onrender.com/mcp\"\n    }\n  }\n}\n```\n\nListed on the **official MCP registry** as\n[`io.github.jamboree777/nightwatch`](https://registry.modelcontextprotocol.io/v0.1/servers?search=io.github.jamboree777/nightwatch)\n— metadata in [`server.json`](server.json), update procedure in [`PUBLISH.md`](PUBLISH.md).\n\n## For LLMs / agents\n\n- **llms.txt**: <https://nightwatch-v1-api.onrender.com/llms.txt> — how to fetch one-URL\n  markdown \"wiki notes\" per token (`GET /kg/{TOKEN}.md`).\n- Agent gateway page: <https://nightwatch-v1-frontend.onrender.com/agent>\n\n## Skills catalog\n\nEach folder under [`skills/`](skills/) is one recipe: a `SKILL.md` any agent can load and follow.\nAll endpoints referenced are live and were verified returning 200 at publish time.\n\n| Skill | What it does |\n|---|---|\n| [`token-intel-check`](skills/token-intel-check/SKILL.md) | Read the three gates (Coverage / Rating / BTI) from one `/intel` call before touching a token |\n| [`arb-route-check`](skills/arb-route-check/SKILL.md) | Check transfer doors + spread history before any cross-exchange move |\n| [`coverage-screen`](skills/coverage-screen/SKILL.md) | Screen a token list down to bot-tradable candidates |\n| [`kimchi-premium-read`](skills/kimchi-premium-read/SKILL.md) | Read the Korea-axis premium correctly (FX vs stablecoin basis) |\n| [`contribute-facts`](skills/contribute-facts/SKILL.md) | WORK-Claw: submit sourced facts to the Knowledge Graph and earn Cherry |\n| [`fund-operating-procedure`](skills/fund-operating-procedure/SKILL.md) | The fund's invariant arbitrage pipeline (spread → doors → identity → grade → costs → repeat caps → settle) with a live endpoint per step |\n| [`capital-allocation-quartermaster`](skills/capital-allocation-quartermaster/SKILL.md) | Quartermaster: two-book capital segregation, attribution-derived venue floors, rebalance-through-arbitrage, locked collateral pools |\n\n**Honesty rules baked into every skill:** free vs Pro-key fields are labeled; `unknown` never\nmeans `no`; no capability is claimed that the live API does not actually serve.\n\n## License\n\nDocumentation and skill recipes in this repository:\n[CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) — see [LICENSE.md](LICENSE.md).\nThe reference trading bot is separately MIT-licensed in its own repo.\n",
  "bytes": 3929,
  "sha": "a084e375bcf4fffb333aa8792de04bc75766af30580584b2cdff623e85fd0250",
  "repo_slug": "jamboree777/nightwatch-skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_jamboree777_nightwatch_d70090ee/readme"
}