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 AntVsl/oura_mcp --skill oura-mcp-maintenancegit clone --depth 1 https://github.com/AntVsl/oura_mcpWrote 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/antvsl/oura_mcp/oura-mcp-maintenance)<a href="https://agentmods.dev/skills/antvsl/oura_mcp/oura-mcp-maintenance"><img src="https://agentmods.dev/badge/skills/antvsl/oura_mcp/oura-mcp-maintenance/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/antvsl/oura_mcp/oura-mcp-maintenance"><img src="https://agentmods.dev/badge/skills/antvsl/oura_mcp/oura-mcp-maintenance.svg" alt="Reviewed on agentmods" width="80" 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.00053 | $0.00460 |
| Opus 5 | $0.00026 | $0.00230 |
| Sonnet 5 | $0.00011 | $0.00092 |
| Haiku 4.5 | $0.00005 | $0.00046 |
Grade A, and why
oura-mcp-maintenance 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 11d 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.
What it actually says
Oura MCP maintenance
Make a focused change while preserving privacy, stable MCP contracts, and compatibility with Claude Code, Claude.ai, Codex, and ChatGPT.
Orient
- Read the root
AGENTS.md, the relevant source module, and its tests. - Inspect
git status --short; preserve unrelated work. - For a multi-file task, make the short brief from
docs/agents/task-template.mdand state file ownership before editing.
Change safely
- Keep public tool names, arguments, and response shapes backward compatible.
- Treat
.env,.oura/, bearer tokens, OAuth codes, and token stores as secrets. Never expose them in a patch, fixture, log, or documentation sample. - Treat
OURA_OAUTH_ALLOWED_REDIRECT_ORIGINSas an allowlist. Accept exact, HTTPS origins only; do not add a client origin without an explicit need. - Preserve local timezone grouping, offline tests, and the single-writer rule for Oura refresh tokens.
- Keep health wording descriptive. Do not add diagnostic, treatment, or training-prescription language.
Select the verification
| Change | Minimum evidence |
|---|---|
| Tool, shaping, dates, cache | Focused regression test through mcp.call_tool() where applicable |
| OAuth, public URL, HTTP auth | Parser test and server.build() wiring test |
| Client setup | Verify both README files and the install output |
| Package, image, manifest | Version-consistency tests; build a wheel if packaging changes |
| Agent instructions or skills | Check links, frontmatter, and client matrix |
Always finish with:
uv lock --check
uv run pytest -q
git diff --check
Report the changed files, test output, and any limitation. Do not stage, commit, publish, or deploy unless the user explicitly asks.
What ships with it
1 file 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.
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.
- 11d ago First seen · 50 lines · 53 tokens per session scan A 47ffb8aa0f3c
oura-mcp-maintenance is a skill published in the GitHub repository AntVsl/oura_mcp (0 stars, last pushed 12d ago), licensed MIT. It adds 53 tokens to every session and 460 once invoked, about $0.0003 per session on Opus 5. 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
health
Personal health knowledge graph — local-first ingest of Garmin (Apple Health, Whoop, Oura, CGM in v2+) traces into SQLite, projected to Obsidian daily-note frontmatter, synthesized into validated longevity-proxy metrics (HRV-CV, CTL/ATL/TSB, VO2max arc). Hex architecture so new sources drop in as adapters. NOT a…
whoop-insights
Personal WHOOP data analysis with baselines, anomaly flags, and correlations. Produces a written report with evidence plus an optional self-contained HTML dashboard. Triggers on questions about patterns, trends, recovery quality, sleep consistency, overtraining, "what should I focus on," or "give me my weekly whoop…
whoop
Unofficial WHOOP recovery, sleep, strain and HRV for AI agents. Prefer MCP tools if connected; otherwise the package CLI. Use when the user wants WHOOP data or actions through an agent.
opik-diagnose
Surface the Opik traces worth a developer's attention, ranked by signal — Diagnostics issues first, then errors, failed tool calls, latency, regressions, and low online-eval scores. With the Opik MCP connected it lists the project's agentinsightsissue entities, offers to turn Diagnostics on when the project has it…
client-scripts
Write ServiceNow client scripts (onLoad/onChange/onSubmit/onCellEdit) using gform, guser, GlideAjax, field visibility/mandatory toggles, and validation with debounced server calls.
split-to-prs
Split current work into small reviewable PRs. Use when the user asks to split a chat, set of changes, branch, or PR.