Skip to main content
ClaudeWave
jamboree777 avatar
jamboree777

nightwatch-skills

View on GitHub

SKILL.md recipes for AI agents on NightWatch Live Intelligence (MCP: 32 tools). Token intel gates, arb route checks, kimchi premium, KG contribution.

MCP ServersOfficial Registry0 stars0 forksNOASSERTIONUpdated today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/jamboree777/nightwatch-skills
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "nightwatch-skills": {
      "command": "node",
      "args": ["/path/to/nightwatch-skills/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/jamboree777/nightwatch-skills and follow its README for install instructions.
Use cases

MCP Servers overview

# NightWatch Skills — recipes for AI agents

**NightWatch Live Intelligence** is a real-time, multi-layer crypto asset intelligence system: it
watches ~10 exchanges (global + Korean), grades every listed token's liquidity (A–F, 15-step
detail), tracks per-venue deposit/withdrawal doors per chain, records cross-exchange spread
history, and condenses all of it into two agent-facing gate indices — **Coverage Grade** ("how
well do we actually see this asset") and **BTI, the Bot-Tradability Index** ("which bot strategy
types are viable on it right now"). Everything is served fresh from the live pipeline; missing
data is reported as missing, never faked.

## One product, four layers

| Layer | What it is | Where |
|---|---|---|
| **MCP** | Connection standard — 33 live tools, no auth to browse | `https://nightwatch-v1-api.onrender.com/mcp` |
| **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` |
| **Skills** | Task recipes (SKILL.md folders) — this repo | [`skills/`](skills/) |
| **Trader** | Open-source reference trading bot (paper-first, non-custodial) | [jamboree777/nightwatch-trader](https://github.com/jamboree777/nightwatch-trader) |

## MCP endpoint

```
https://nightwatch-v1-api.onrender.com/mcp
```

Streamable HTTP, **33 tools** (token intel, microburst, warnings, mining, oracle bounties,
Proof-of-Insight, SBT reputation, Quartermaster decision state, …). Works with Claude Code,
Cursor, and any MCP client:

```json
{
  "mcpServers": {
    "nightwatch": {
      "type": "http",
      "url": "https://nightwatch-v1-api.onrender.com/mcp"
    }
  }
}
```

Listed on the **official MCP registry** as
[`io.github.jamboree777/nightwatch`](https://registry.modelcontextprotocol.io/v0.1/servers?search=io.github.jamboree777/nightwatch)
— metadata in [`server.json`](server.json), update procedure in [`PUBLISH.md`](PUBLISH.md).

## For LLMs / agents

- **llms.txt**: <https://nightwatch-v1-api.onrender.com/llms.txt> — how to fetch one-URL
  markdown "wiki notes" per token (`GET /kg/{TOKEN}.md`).
- Agent gateway page: <https://nightwatch-v1-frontend.onrender.com/agent>

## Skills catalog

Each folder under [`skills/`](skills/) is one recipe: a `SKILL.md` any agent can load and follow.
All endpoints referenced are live and were verified returning 200 at publish time.

| Skill | What it does |
|---|---|
| [`token-intel-check`](skills/token-intel-check/SKILL.md) | Read the three gates (Coverage / Rating / BTI) from one `/intel` call before touching a token |
| [`arb-route-check`](skills/arb-route-check/SKILL.md) | Check transfer doors + spread history before any cross-exchange move |
| [`coverage-screen`](skills/coverage-screen/SKILL.md) | Screen a token list down to bot-tradable candidates |
| [`kimchi-premium-read`](skills/kimchi-premium-read/SKILL.md) | Read the Korea-axis premium correctly (FX vs stablecoin basis) |
| [`contribute-facts`](skills/contribute-facts/SKILL.md) | WORK-Claw: submit sourced facts to the Knowledge Graph and earn Cherry |
| [`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 |
| [`capital-allocation-quartermaster`](skills/capital-allocation-quartermaster/SKILL.md) | Quartermaster: two-book capital segregation, attribution-derived venue floors, rebalance-through-arbitrage, locked collateral pools |

**Honesty rules baked into every skill:** free vs Pro-key fields are labeled; `unknown` never
means `no`; no capability is claimed that the live API does not actually serve.

## License

Documentation and skill recipes in this repository:
[CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) — see [LICENSE.md](LICENSE.md).
The reference trading bot is separately MIT-licensed in its own repo.

What people ask about nightwatch-skills

What is jamboree777/nightwatch-skills?

+

jamboree777/nightwatch-skills is mcp servers for the Claude AI ecosystem. SKILL.md recipes for AI agents on NightWatch Live Intelligence (MCP: 32 tools). Token intel gates, arb route checks, kimchi premium, KG contribution. It has 0 GitHub stars and was last updated today.

How do I install nightwatch-skills?

+

You can install nightwatch-skills by cloning the repository (https://github.com/jamboree777/nightwatch-skills) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is jamboree777/nightwatch-skills safe to use?

+

jamboree777/nightwatch-skills has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains jamboree777/nightwatch-skills?

+

jamboree777/nightwatch-skills is maintained by jamboree777. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to nightwatch-skills?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy nightwatch-skills to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: jamboree777/nightwatch-skills
[![Featured on ClaudeWave](https://claudewave.com/api/badge/jamboree777-nightwatch-skills)](https://claudewave.com/repo/jamboree777-nightwatch-skills)
<a href="https://claudewave.com/repo/jamboree777-nightwatch-skills"><img src="https://claudewave.com/api/badge/jamboree777-nightwatch-skills" alt="Featured on ClaudeWave: jamboree777/nightwatch-skills" width="320" height="64" /></a>

More MCP Servers

nightwatch-skills alternatives