Use this skill whenever a user asks Hermes to inspect Oura readiness, activity, sleep, heart-rate, HRV, SpO2, workouts, daily summaries or weekly summaries. Rules: - Start with `mcp_oura_oura_connection_status`. - Prefer `mcp_oura_oura_daily_summary` and `mcp_oura_oura_weekly_summary` before low-level endpoint calls. - Treat Oura data as sensitive. Do not request raw payloads unless the user explicitly asks. - Collection list tools paginate with `next_token`, not a page number. If `truncated`...
Scanned 9/3/2026
Install to Claude Code
npx -y skills add davidmosiah/oura-mcp --skill examples --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Examples?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/davidmosiah-examples)More formats (shields.io, HTML) on the badges page.
# Oura MCP Skill
Use this skill whenever a user asks Hermes to inspect Oura readiness, activity, sleep, heart-rate, HRV, SpO2, workouts, daily summaries or weekly summaries.
Rules:
- Start with `mcp_oura_oura_connection_status`.
- Prefer `mcp_oura_oura_daily_summary` and `mcp_oura_oura_weekly_summary` before low-level endpoint calls.
- Treat Oura data as sensitive. Do not request raw payloads unless the user explicitly asks.
- Collection list tools paginate with `next_token`, not a page number. If `truncated` is true, raise `limit` or set `all_pages`; do not increment `page`.
- Do not diagnose or treat medical conditions.
- Reload MCP with `/reload-mcp` or `hermes mcp test oura`; do not restart the gateway for normal data access.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!