Agent skill · software engineering · mvanhorn

pp-oura

Printing Press CLI for Oura. The Oura API allows Oura users and partner applications to improve their user experience with Oura data.

Why this skill is useful

Provides specific commands and workflows for interacting with the Oura API that are not commonly known or documented.

What it needs

Requires oura-pp-cli installed locally. Requires ouraring account access. About 10k tokens when loaded. Last updated 2026-08-06. 1,890 stars on the source repository.

What this skill does

Oura — Printing Press CLI Prerequisites: Install the CLI This skill drives the oura-pp-cli binary. You must verify the CLI is installed before invoking any command from this skill. If it is missing, install it first: 1. Install via the Printing Press installer. It defaults binaries to $HOME/.local/bin on macOS/Linux and %LOCALAPPDATA%\Programs\PrintingPress\bin on Windows: 2. Verify: oura-pp-cli --version 3. Ensure the reported install directory is on $PATH for the agent/runtime that will invoke this skill. If the npx install fails (no Node, offline, etc.), fall back to a direct Go install (requires Go 1.26.6 or newer). This installs into $GOPATH/bin (default $HOME/go/bin), so add that directory to $PATH instead: If --version reports "command not found" after install, the runtime cannot see the binary directory on $PATH. Do not proceed with skill commands until verification succeeds. Overview The Oura API allows Oura users and partner applications to improve their user experience with Oura data. This document describes the Oura API Version 2 (V2), which is the only available integration point for Oura data. The previous V1 API has been sunset. Getting Started What is an API? An API (Application Programming Interface) allows different software applications to communicate with each other. The Oura API enables you to access your Oura Ring data programmatically. Quick Start Guide 1. Register an API Application and implement OAuth2 2. Make Your First API Call: 3. Explore Data Types: Browse the available endpoints in this documentation to discover what data you can access Each endpoint includes example requests and responses 4. …

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills mvanhorn/oura

View the source on GitHub

Browse the @skills marketplace