← Back to Skills Marketplace
Oura Ring Integration
by
ruhrpotter
· GitHub ↗
· v1.0.2
2716
Downloads
4
Stars
11
Active Installs
3
Versions
Install in OpenClaw
/install oura
Description
Retrieve and summarize health, sleep, activity, readiness, and biometric data from the Oura Ring API via a command-line interface.
Usage Guidance
This skill's instructions are consistent with an Oura CLI integration, but the registry metadata failed to declare the OAuth environment variables and config path that the SKILL.md requires. Before installing or running this skill: (1) review the referenced GitHub repository (https://github.com/ruhrpotter/oura-cli) to ensure you trust the source and inspect what the binary does; (2) be aware you'll need to create an Oura OAuth app and provide OURA_CLIENT_ID and OURA_CLIENT_SECRET — keep these secrets secure; (3) OAuth tokens will be stored at ~/.config/oura-cli/config.json, so consider where that file is written and who/what can read it; (4) prefer running the build and auth steps in a controlled environment (or container) until you vet the code; (5) if you don't want to build/run external binaries, ask for an official or platform-managed Oura integration instead. If the publisher can update the registry metadata to declare the required env vars and config path, that would reduce the incoherence and raise confidence.
Capability Analysis
Type: OpenClaw Skill
Name: oura
Version: 1.0.2
The skill provides instructions for installing and using a Go-based CLI tool to interact with the Oura Ring API. The installation involves cloning a public GitHub repository and building the binary locally. Agent instructions focus on date resolution, command construction, and JSON output parsing. There is no evidence of intentional harmful behavior such as data exfiltration, malicious execution, persistence, or prompt injection with a harmful objective. The handling of API credentials and token storage is standard for a CLI tool.
Capability Assessment
Purpose & Capability
The skill's name and SKILL.md describe an Oura Ring CLI integration and the instructions (git clone oura-cli, build, use OAuth) match that purpose. However, the registry metadata declares no required env vars or config paths even though the runtime instructions explicitly require OURA_CLIENT_ID and OURA_CLIENT_SECRET and state tokens are stored in ~/.config/oura-cli/config.json — this metadata/instruction mismatch is incoherent and should be clarified.
Instruction Scope
The instructions stay within the stated purpose (fetching Oura health data) and include sensible guidance about date resolution and CLI usage. They do instruct the agent (or user) to run commands that will clone a repo, build a binary, and perform OAuth flows that open a browser. The instructions reference storing tokens in ~/.config/oura-cli/config.json; while that is needed for the CLI, it means the agent or user must allow creation and reading of a config file containing tokens.
Install Mechanism
There is no formal install spec in the registry (skill is instruction-only). The SKILL.md directs cloning code from GitHub and running go build — a reasonable approach for this integration, but it results in downloading and executing code from an external repository. That is expected for this purpose but increases risk because the built binary will run locally and could perform arbitrary actions.
Credentials
The runtime requires OURA_CLIENT_ID and OURA_CLIENT_SECRET and writes OAuth tokens to ~/.config/oura-cli/config.json, which is proportionate to accessing the Oura API. However, the skill metadata declares no required environment variables or config paths — this omission is a red flag (the skill will need secrets and to store tokens but doesn't declare them). The required secrets themselves are limited to Oura OAuth credentials and not obviously excessive.
Persistence & Privilege
The skill does not request always:true and does not attempt to modify other skills' configurations. It will write OAuth tokens to the user's config directory (~/.config/oura-cli/config.json) as part of normal OAuth flows; that is expected for this type of integration but means sensitive tokens are persisted on disk.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install oura - After installation, invoke the skill by name or use
/oura - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
Added installation instructions (git clone, go build, OAuth setup)
v1.0.1
Added summary: Access Oura Ring health data including sleep, activity, readiness, heart rate, stress, and resilience metrics via CLI
v1.0.0
Initial release with sleep, activity, readiness, heart rate, stress, resilience, and more
Metadata
Frequently Asked Questions
What is Oura Ring Integration?
Retrieve and summarize health, sleep, activity, readiness, and biometric data from the Oura Ring API via a command-line interface. It is an AI Agent Skill for Claude Code / OpenClaw, with 2716 downloads so far.
How do I install Oura Ring Integration?
Run "/install oura" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Oura Ring Integration free?
Yes, Oura Ring Integration is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Oura Ring Integration support?
Oura Ring Integration is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Oura Ring Integration?
It is built and maintained by ruhrpotter (@ruhrpotter); the current version is v1.0.2.
More Skills