Unofficial Oura Ring data for AI agents. Prefer MCP tools if connected; otherwise the package CLI. Use when the user wants Oura data or actions through an agent.
Scanned 9/3/2026
Install to Claude Code
npx -y skills add davidmosiah/oura-mcp --skill skill --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Skill?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/davidmosiah-skill)More formats (shields.io, HTML) on the badges page.
---
name: oura
description: >
Unofficial Oura Ring data for AI agents. Prefer MCP tools if connected; otherwise the package CLI.
Use when the user wants Oura data or actions through an agent.
---
# Oura — skill or MCP
Same binary either way. Do not duplicate the API client.
## Choose a surface
**MCP** — tools appear natively after stdio/HTTP config:
```json
{ "mcpServers": { "oura": { "command": "npx", "args": ["-y", "oura-mcp-unofficial"] } } }
```
Do not put mutation flags in that snippet.
**Skill / CLI** — no MCP client required. Same tools:
```bash
npx -y oura-mcp-unofficial call oura_connection_status --json '{}'
```
If MCP tools named `oura_*` are already available, use them. Do not also shell out.
## Loop
1. Call `oura_connection_status` (or `doctor --json` when that exists).
2. Use read tools as asked.
3. Stop on `USER_ACTION_REQUIRED`. Do not invent env flags. Do not enable mutations from this skill.
## Never
- Paste tokens into git, chat logs, or the prompt
- Copy a mutations-enabled assignment into config
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!
Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...