oura-mcp-maintenance

oura-mcp-maintenance is a skill for Codex from AntVsl/oura_mcp. It costs 53 tokens per session (460 once invoked), scanned A, original, MIT.

A maintenance guide for the my-oura-mcp repository, which provides agent tools for accessing and shaping Oura health-ring data. It covers changes to tools, OAuth login, data handling, caching, packaging, deployment, and agent setup.

In plain words
What is it for?
Use it when modifying Oura MCP tools, OAuth or HTTP transport, health-data formatting, cache behavior, packaging, deployment, client setup, or related tests and documentation.
Why use it?
It helps developers change the repository without breaking tool interfaces, exposing private data, mishandling login tokens, or crossing into medical advice.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions Claude Code; mentions AGENTS.md; mentions Codex.

Good fit Use it when modifying Oura MCP tools, OAuth or HTTP transport, health-data formatting, cache behavior, packaging, deployment, client setup, or related tests and documentation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/antvsl/oura_mcp/oura-mcp-maintenance
Install

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.

Any agent
npx skills add AntVsl/oura_mcp --skill oura-mcp-maintenance
Clone the repo
git clone --depth 1 https://github.com/AntVsl/oura_mcp

Made for: Codex.

Wrote 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.

agentmods badge for oura-mcp-maintenance

README.md
[![agentmods](https://agentmods.dev/badge/skills/antvsl/oura_mcp/oura-mcp-maintenance/github.svg)](https://agentmods.dev/skills/antvsl/oura_mcp/oura-mcp-maintenance)
Your own site
<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.

agentmods 80×15 button for oura-mcp-maintenance

Your own site · 80×15
<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>
Per session 53 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 460 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 11d ago against content hash 47ffb8aa0f3c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

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.

skills/oura-mcp-maintenance/SKILL.md · 50 lines

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

  1. Read the root AGENTS.md, the relevant source module, and its tests.
  2. Inspect git status --short; preserve unrelated work.
  3. For a multi-file task, make the short brief from docs/agents/task-template.md and 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_ORIGINS as 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.

Files

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.

Changes

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.

  1. 11d ago First seen · 50 lines · 53 tokens per session scan A 47ffb8aa0f3c

Subscribe to this mod's changes

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.

Related

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…

broomva/skills · 86 tokens

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…

AshwanthramKL/whoop-mcp · 90 tokens

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.

davidmosiah/whoop-mcp · 45 tokens

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…

comet-ml/opik-mcp · 187 tokens

client-scripts

Write ServiceNow client scripts (onLoad/onChange/onSubmit/onCellEdit) using gform, guser, GlideAjax, field visibility/mandatory toggles, and validation with debounced server calls.

serac-labs/serac · 45 tokens

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.

Kevin-Liu-01/Agent-Machines · 34 tokens