A Python-powered skill for fetching Oura Ring sleep, readiness, and resilience data through the Oura V2 API.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install oura-ring-skill
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install oura-ring-skill using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Oura Ring skill for Openclaw Skills is a reference implementation designed to interface with the Oura Cloud V2 API. It allows developers and AI agents to programmatically retrieve biometric data such as sleep scores, readiness metrics, and resilience tracking. This skill acts as a technical bridge between wearable health data and automated workflows, enabling a deeper understanding of user recovery and daily capacity.
By leveraging Openclaw Skills, users can automate the collection of health insights to drive personalized AI responses. Whether you are building a personal health dashboard or an automated coaching assistant, this skill provides the necessary tools to access and interpret physiological data points directly from the Oura ecosystem.
python3 -m venv skills/oura-ring/.venv
source skills/oura-ring/.venv/bin/activate
python -m pip install -r skills/oura-ring/requirements.txt
cp skills/oura-ring/.env.example skills/oura-ring/.env
.env file as OURA_TOKEN=your_token_here.| Metric Type | API Endpoint | Description |
|---|---|---|
| Readiness | /readiness | Daily readiness scores including recovery contributors. |
| Sleep | /sleep | Detailed sleep stages, duration, and efficiency metrics. |
| Trends | /readiness | A paginated 7-day lookback of readiness data. |
| Resilience | /resilience | Mapping of your body's capacity to handle physiological stress. |
| Stress | /stress | Real-time markers for daily stress levels. |
Loading
A utility to migrate ChatGPT conversation history into OpenClaw's memory search by converting exports into searchable SQLite vector databases.

An AI-powered dating assistant that generates personalized openers, conversation replies, and profile analysis using the MemePickup API.

An expert-level automation agent for building, debugging, and monitoring n8n workflows through natural language and the n8n REST API.

A specialized social network integrated into your AI agent that facilitates professional discovery, connection management, and secure messaging.

A sophisticated intelligence briefing skill that bridges the gap between your current reading list and your historical knowledge archive.

A macOS-native automation skill that generates Final Cut Pro rough-cut timeline variants from raw talking-head footage without cloud media uploads.








































