← Back to Skills Marketplace
111
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install oura-briefing
Description
Fetch and summarize Oura Ring v2 sleep, readiness, and activity data. Use when the user asks about their sleep score, HRV, readiness, recovery, or Oura metri...
Usage Guidance
This skill appears to do what it claims: use your Oura personal access token to call api.ouraring.com and produce a briefing. However, the registry metadata omitted the required OURA_API_TOKEN even though SKILL.md and the script require it—ask the publisher to correct the metadata before installing. Treat the token like any API secret: only provide a token with minimal scope, run the script in a trusted environment, and review the script locally (it’s included) to confirm it only talks to api.ouraring.com. If you don't trust the source, test with a throwaway token or decline until metadata/ownership are clarified.
Capability Analysis
Type: OpenClaw Skill
Name: oura-briefing
Version: 1.0.1
The skill bundle is a legitimate utility for fetching and summarizing Oura Ring health data using the official Oura v2 API. The bash script (scripts/oura-briefing.sh) uses standard tools like curl and jq to interact with api.ouraring.com and contains no evidence of data exfiltration, malicious execution, or prompt injection.
Capability Tags
Capability Assessment
Purpose & Capability
The skill's name/description match the included script (fetching Oura v2 sleep/readiness/activity). It correctly requires curl and jq. However, SKILL.md and the script require an OURA_API_TOKEN (or --token) while the registry metadata lists no required environment variables or primary credential—this inconsistency is disproportionate and unexplained.
Instruction Scope
The runtime instructions are narrow: run the provided script, parse its output, and summarize metrics. The script only fetches data from api.ouraring.com and does not reference other system files, credentials, or external endpoints. It uses standard CLI tools (curl, jq) and respects a token passed via env or arg.
Install Mechanism
Instruction-only skill with an included shell script; no install spec, downloads, or archive extraction. Nothing is written to disk by an installer beyond the provided script, so install risk is low.
Credentials
The script requires an OURA_API_TOKEN to contact the Oura API, which is appropriate for the stated purpose — but the skill registry metadata does not declare this required credential nor a primaryEnv. The missing declaration is a red flag (could be an oversight, but it affects informed consent). No other unrelated secrets are requested.
Persistence & Privilege
The skill does not request always: true, does not modify other skills, and does not persist credentials or change system-wide settings. Default autonomous invocation is allowed by platform policy but is not combined with other high-risk factors here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install oura-briefing - After installation, invoke the skill by name or use
/oura-briefing - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Initial release
v1.0.0
Initial release: Fetch and summarize key daily health metrics from the Oura Ring API.
- Provides concise briefings for sleep, readiness, and activity.
- Supports querying for today's data, specific dates, and JSON output.
- Flags low scores and offers actionable suggestions for improvement.
- Enables wake detection to trigger morning reports.
- Requires Oura API token and standard command-line tools (curl, jq).
Metadata
Frequently Asked Questions
What is Oura Briefing?
Fetch and summarize Oura Ring v2 sleep, readiness, and activity data. Use when the user asks about their sleep score, HRV, readiness, recovery, or Oura metri... It is an AI Agent Skill for Claude Code / OpenClaw, with 111 downloads so far.
How do I install Oura Briefing?
Run "/install oura-briefing" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Oura Briefing free?
Yes, Oura Briefing is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Oura Briefing support?
Oura Briefing is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Oura Briefing?
It is built and maintained by Silas (@silas-agent573); the current version is v1.0.1.
More Skills