Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add Omodaka9375/wake --skill wake-mcp-servergit clone --depth 1 https://github.com/Omodaka9375/wakeWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/omodaka9375/wake/wake-mcp-server)<a href="https://agentmods.dev/skills/omodaka9375/wake/wake-mcp-server"><img src="https://agentmods.dev/badge/skills/omodaka9375/wake/wake-mcp-server.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.01399 |
| Opus 5 | $0.00000 | $0.00700 |
| Sonnet 5 | $0.00000 | $0.00280 |
| Haiku 4.5 | $0.00000 | $0.00140 |
Grade A, and why
wake-mcp-server scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
What ships with it
43 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- .dockerignore 55 B
- .gitignore 90 B
- dashboard/app.js 16 KB runs code
- dashboard/index.html 13 KB
- dashboard/style.css 6.5 KB
- Dockerfile 479 B
- fly.toml 291 B
- LICENSE 10 KB
- mcp-publisher.exe 19781 KB
- package.json 1.5 KB
- pnpm-lock.yaml 15 KB
- pnpm-workspace.yaml 42 B
- railway.toml 217 B
- README.md 7.3 KB
- server.json 699 B
- src/audit.ts 1.2 KB runs code
- src/auth.ts 1.4 KB runs code
- src/crypto.ts 2.3 KB runs code
- src/db.ts 2.5 KB runs code
- src/handoff.ts 2.8 KB runs code
- src/http.ts 18 KB runs code
- src/index.ts 2.2 KB runs code
- src/knowledge.ts 3.8 KB runs code
- src/legal.ts 11 KB runs code
- src/monitor.ts 2.7 KB runs code
- src/resources/index.ts 868 B runs code
- src/state.ts 1.6 KB runs code
- src/store.ts 3.3 KB runs code
- src/test.ts 24 KB runs code
- src/tools/backup.ts 5.5 KB runs code
- src/tools/configure.ts 4.9 KB runs code
- src/tools/eulogy.ts 7.5 KB runs code
- src/tools/handoff.ts 3.9 KB runs code
- src/tools/heartbeat.ts 1.8 KB runs code
- src/tools/knowledge.ts 4.8 KB runs code
- src/tools/legal.ts 3.7 KB runs code
- src/tools/rest.ts 2.7 KB runs code
- src/tools/verify.ts 2.2 KB runs code
- src/tools/vigil.ts 3.4 KB runs code
- src/types.ts 2.1 KB runs code
- src/webhooks.ts 1.7 KB runs code
- tsconfig.json 420 B
- vercel.json 350 B
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 7d ago First seen · 116 lines · 0 tokens per session scan A e22162216485
wake-mcp-server is a skill published in the GitHub repository Omodaka9375/wake (3 stars, last pushed 4mo ago), with no licence file. It costs nothing until one of its globs matches a file; then it loads 1,399 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
learning-from-failure
Builds the leadership capacity to lose well, share mistakes productively, analyse failures alongside successes, overcome perfectionism, and create team environments where setbacks accelerate growth rather than trigger blame. Use when recovering from a major project failure, noticing a blame culture on the team…
doc-templates
Reusable documentation fragments and micro-patterns — ADR templates, runbook blocks, incident post-mortem skeletons, PR description stubs, and changelog entry formats.
socratic
Use after a feature merges or ships, to put seven questions to recently shipped work — confidence, blind spots, decay, unstated assumptions, and what should exist next. Takes an argument naming the target — a feature, a change set (PR, branch, commit range), or the whole repository. Trigger phrases — socratic…
launch-report
Post-launch debrief and optimization recommendations. Consumes the /plan-launch runbook plus actual performance data (analytics, CRM, payments, call recordings). Computes plan-vs-actual variance per KPI, diagnoses which of the 5 launch phases leaked using the the operations director 8-stage customer-journey audit…
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
local-ai-agents
Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…