一键导入
pp-oura
Printing Press CLI for Oura. The Oura API allows Oura users and partner applications to improve their user experience with Oura data.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Printing Press CLI for Oura. The Oura API allows Oura users and partner applications to improve their user experience with Oura data.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Every DataForSEO endpoint, plus auto-mode routing, cost estimates, keyword pre-cleaning, and a local SQLite store no... Trigger phrases: `check keyword volume`, `track rank on my sitemap`, `audit backlinks for`, `estimate dataforseo cost`, `ai visibility for`, `use dataforseo`, `run dataforseo-pp`.
Every DataForSEO endpoint, plus auto-mode routing, cost estimates, keyword pre-cleaning, and a local SQLite store no... Trigger phrases: `check keyword volume`, `track rank on my sitemap`, `audit backlinks for`, `estimate dataforseo cost`, `ai visibility for`, `use dataforseo`, `run dataforseo-pp`.
Browse, cart, and place orders at any OrderToGo.com restaurant from the terminal — pure-Go agent-native client... Trigger phrases: `order my usual`, `place my regular order`, `order from <restaurant>`, `what's my usual order`, `how much have I spent at`, `is <restaurant> open right now`, `use ordertogo`, `run ordertogo`.
Every Stripe feature, plus a local SQLite mirror with FTS, cross-entity SQL, and analytics no other Stripe tool ships. Trigger phrases: `stripe customer health`, `stripe dunning queue`, `stripe health`, `stripe payout reconcile`, `subs about to expire`, `use stripe-pp-cli`, `run stripe-pp-cli`.
Printing Press CLI for npm package intelligence
Printing Press CLI for npm package intelligence
| name | pp-oura |
| description | Printing Press CLI for Oura. The Oura API allows Oura users and partner applications to improve their user experience with Oura data. |
| author | ryanc00per |
| license | Apache-2.0 |
| argument-hint | <command> [args] | install cli|mcp |
| allowed-tools | Read Bash |
| metadata | {"openclaw":{"requires":{"bins":["oura-pp-cli"]},"install":[{"kind":"go","bins":["oura-pp-cli"],"module":"github.com/mvanhorn/printing-press-library/library/health/oura/cmd/oura-pp-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:
$HOME/.local/bin on macOS/Linux and %LOCALAPPDATA%\Programs\PrintingPress\bin on Windows:
npx -y @mvanhorn/printing-press-library install oura --cli-only
oura-pp-cli --version$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.5 or newer). This installs into $GOPATH/bin (default $HOME/go/bin), so add that directory to $PATH instead:
go install github.com/mvanhorn/printing-press-library/library/health/oura/cmd/oura-pp-cli@latest
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.
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.
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.
curl -X GET https://api.ouraring.com/v2/usercollection/personal_info \
-H "Authorization: Bearer YOUR_TOKEN_HERE"
In order to access data, a registered API Application is required. API Applications are limited to 10 users before requiring approval from Oura. There is no limit once an application is approved. Additionally, Oura users must provide consent to share each data type an API Application has access to. All data access requests through the Oura API require Authentication. Additionally, we recommend that Oura users keep their mobile app updated to support API access for the latest data types.
The Oura Cloud API supports authentication through the industry-standard OAuth2 protocol. For more information, see our Authentication instructions. Access tokens must be included in the request header as follows:
GET /v2/usercollection/personal_info HTTP/1.1
Host: api.ouraring.com
Authorization: Bearer <token>
Please note that personal access tokens were deprecated in December 2025 and are no longer available for use.
| Response Code | Description |
|---|---|
| 200 OK | Successful Response |
| 400 Query Parameter Validation Error | The request contains query parameters that are invalid or incorrectly formatted. |
| 401 Unauthorized | Invalid or expired authentication token. |
| 403 Forbidden | The requested resource requires additional permissions or the user's Oura subscription has expired. |
| 429 Too Many Requests | Rate limit exceeded. See response headers for retry guidance. |
The API enforces rate limits at two layers to ensure fair access across all applications:
A request that trips either layer receives a 429 Too Many Requests. The X-RateLimit-Tier response header identifies which layer fired.
If your application regularly approaches rate limits, webhooks are strongly recommended — most applications that implement webhooks correctly do not encounter rate limit issues.
When a 429 Too Many Requests response is returned, five headers are included to guide retries. Prefer these over fixed-interval backoff:
Retry-After — integer seconds to wait before retrying. RFC 7231-compliant; safe to feed directly into your client's backoff logic.X-RateLimit-Limit — the request ceiling for the current window.X-RateLimit-Window — the rolling window length in seconds that the ceiling applies to.X-RateLimit-Reset — Unix epoch (seconds) at which the window resets and quota is fully restored.X-RateLimit-Tier — identifies which limit was exceeded, useful when contacting support.These capabilities aren't available in any other tool for this API.
sync — Mirror Oura usercollection data into a local SQLite store for offline search and analysissearch — FTS5 full-text search across locally synced Oura recordsanalytics — Aggregate group-by and count queries over locally synced health dataworkflow — Chain multiple Oura API operations into one agent-friendly commandoura-pp-cli usercollection multiple-heartrate-documents --json
oura-pp-cli usercollection multiple-workout-documents --json
oura-pp-cli usercollection single-personal-info-document --json
sandbox — Manage sandbox
oura-pp-cli sandbox multiple-daily-activity-documents — Sandbox - Multiple Daily Activity Documentsoura-pp-cli sandbox multiple-daily-cardiovascular-age-documents — Sandbox - Multiple Daily Cardiovascular Age Documentsoura-pp-cli sandbox multiple-daily-readiness-documents — Sandbox - Multiple Daily Readiness Documentsoura-pp-cli sandbox multiple-daily-resilience-documents — Sandbox - Multiple Daily Resilience Documentsoura-pp-cli sandbox multiple-daily-sleep-documents — Sandbox - Multiple Daily Sleep Documentsoura-pp-cli sandbox multiple-daily-spo2-documents — Sandbox - Multiple Daily Spo2 Documentsoura-pp-cli sandbox multiple-daily-stress-documents — Sandbox - Multiple Daily Stress Documentsoura-pp-cli sandbox multiple-enhanced-tag-documents — Sandbox - Multiple Enhanced Tag Documentsoura-pp-cli sandbox multiple-heartrate-documents — Sandbox - Multiple Heartrate Documentsoura-pp-cli sandbox multiple-rest-mode-period-documents — Sandbox - Multiple Rest Mode Period Documentsoura-pp-cli sandbox multiple-ring-battery-level-documents — Sandbox - Multiple Ring Battery Level Documentsoura-pp-cli sandbox multiple-ring-configuration-documents — Sandbox - Multiple Ring Configuration Documentsoura-pp-cli sandbox multiple-session-documents — Sandbox - Multiple Session Documentsoura-pp-cli sandbox multiple-sleep-documents — Sandbox - Multiple Sleep Documentsoura-pp-cli sandbox multiple-sleep-time-documents — Sandbox - Multiple Sleep Time Documentsoura-pp-cli sandbox multiple-tag-documents — Sandbox - Multiple Tag Documentsoura-pp-cli sandbox multiple-v-o2-max-documents — Sandbox - Multiple Vo2 Max Documentsoura-pp-cli sandbox multiple-workout-documents — Sandbox - Multiple Workout Documentsoura-pp-cli sandbox single-daily-activity-document — Sandbox - Single Daily Activity Documentoura-pp-cli sandbox single-daily-cardiovascular-age-document — Sandbox - Single Daily Cardiovascular Age Documentoura-pp-cli sandbox single-daily-readiness-document — Sandbox - Single Daily Readiness Documentoura-pp-cli sandbox single-daily-resilience-document — Sandbox - Single Daily Resilience Documentoura-pp-cli sandbox single-daily-sleep-document — Sandbox - Single Daily Sleep Documentoura-pp-cli sandbox single-daily-spo2-document — Sandbox - Single Daily Spo2 Documentoura-pp-cli sandbox single-daily-stress-document — Sandbox - Single Daily Stress Documentoura-pp-cli sandbox single-enhanced-tag-document — Sandbox - Single Enhanced Tag Documentoura-pp-cli sandbox single-rest-mode-period-document — Sandbox - Single Rest Mode Period Documentoura-pp-cli sandbox single-ring-configuration-document — Sandbox - Single Ring Configuration Documentoura-pp-cli sandbox single-session-document — Sandbox - Single Session Documentoura-pp-cli sandbox single-sleep-document — Sandbox - Single Sleep Documentoura-pp-cli sandbox single-sleep-time-document — Sandbox - Single Sleep Time Documentoura-pp-cli sandbox single-tag-document — Sandbox - Single Tag Documentoura-pp-cli sandbox single-v-o2-max-document — Sandbox - Single Vo2 Max Documentoura-pp-cli sandbox single-workout-document — Sandbox - Single Workout Documentusercollection — Manage usercollection
oura-pp-cli usercollection multiple-daily-activity-documents — Multiple Daily Activity Documentsoura-pp-cli usercollection multiple-daily-cardiovascular-age-documents — Multiple Daily Cardiovascular Age Documentsoura-pp-cli usercollection multiple-daily-readiness-documents — Multiple Daily Readiness Documentsoura-pp-cli usercollection multiple-daily-resilience-documents — Multiple Daily Resilience Documentsoura-pp-cli usercollection multiple-daily-sleep-documents — Multiple Daily Sleep Documentsoura-pp-cli usercollection multiple-daily-spo2-documents — Multiple Daily Spo2 Documentsoura-pp-cli usercollection multiple-daily-stress-documents — Multiple Daily Stress Documentsoura-pp-cli usercollection multiple-enhanced-tag-documents — Multiple Enhanced Tag Documentsoura-pp-cli usercollection multiple-heartrate-documents — Multiple Heartrate Documentsoura-pp-cli usercollection multiple-rest-mode-period-documents — Multiple Rest Mode Period Documentsoura-pp-cli usercollection multiple-ring-battery-level-documents — Multiple Ring Battery Level Documentsoura-pp-cli usercollection multiple-ring-configuration-documents — Multiple Ring Configuration Documentsoura-pp-cli usercollection multiple-session-documents — Multiple Session Documentsoura-pp-cli usercollection multiple-sleep-documents — Multiple Sleep Documentsoura-pp-cli usercollection multiple-sleep-time-documents — Multiple Sleep Time Documentsoura-pp-cli usercollection multiple-tag-documents — Multiple Tag Documentsoura-pp-cli usercollection multiple-v-o2-max-documents — Multiple Vo2 Max Documentsoura-pp-cli usercollection multiple-workout-documents — Multiple Workout Documentsoura-pp-cli usercollection single-daily-activity-document — Single Daily Activity Documentoura-pp-cli usercollection single-daily-cardiovascular-age-document — Single Daily Cardiovascular Age Documentoura-pp-cli usercollection single-daily-readiness-document — Single Daily Readiness Documentoura-pp-cli usercollection single-daily-resilience-document — Single Daily Resilience Documentoura-pp-cli usercollection single-daily-sleep-document — Single Daily Sleep Documentoura-pp-cli usercollection single-daily-spo2-document — Single Daily Spo2 Documentoura-pp-cli usercollection single-daily-stress-document — Single Daily Stress Documentoura-pp-cli usercollection single-enhanced-tag-document — Single Enhanced Tag Documentoura-pp-cli usercollection single-personal-info-document — Single Personal Info Documentoura-pp-cli usercollection single-rest-mode-period-document — Single Rest Mode Period Documentoura-pp-cli usercollection single-ring-configuration-document — Single Ring Configuration Documentoura-pp-cli usercollection single-session-document — Single Session Documentoura-pp-cli usercollection single-sleep-document — Single Sleep Documentoura-pp-cli usercollection single-sleep-time-document — Single Sleep Time Documentoura-pp-cli usercollection single-tag-document — Single Tag Documentoura-pp-cli usercollection single-v-o2-max-document — Single Vo2 Max Documentoura-pp-cli usercollection single-workout-document — Single Workout Documentwebhook — Manage webhook
oura-pp-cli webhook create — Create Webhook Subscriptionoura-pp-cli webhook delete — Delete Webhook Subscriptionoura-pp-cli webhook get-subscription — Get Webhook Subscriptionoura-pp-cli webhook list-subscriptions — List Webhook Subscriptionsoura-pp-cli webhook renew-subscription — Renew Webhook Subscriptionoura-pp-cli webhook update — Update Webhook SubscriptionWhen you know what you want to do but not which command does it, ask the CLI directly:
oura-pp-cli which "<capability in your own words>"
which resolves a natural-language capability query to the best matching command from this CLI's curated feature index. Exit code 0 means at least one match; exit code 2 means no confident match — fall back to --help or use a narrower query.
Run oura-pp-cli auth setup for the URL and steps to obtain a token (add --launch to open the URL). Then store it:
oura-pp-cli auth set-token YOUR_TOKEN_HERE
Or set OURA_OAUTH2 as an environment variable.
Run oura-pp-cli doctor to verify setup.
Add --agent to any command. Expands to: --json --compact --no-input --no-color --yes.
Pipeable — JSON on stdout, errors on stderr
Filterable — --select keeps a subset of fields. Dotted paths descend into nested structures; arrays traverse element-wise. Critical for keeping context small on verbose APIs:
oura-pp-cli sandbox multiple-daily-activity-documents --agent --select id,name,status
Previewable — --dry-run shows the request without sending
Offline-friendly — sync/search commands can use the local SQLite store when available
Non-interactive — never prompts, every input is a flag
Explicit retries — use --idempotent only when an already-existing create should count as success, and --ignore-missing only when a missing delete target should count as success
Commands that read from the local store or the API wrap output in a provenance envelope:
{
"meta": {"source": "live" | "local", "synced_at": "...", "reason": "..."},
"results": <data>
}
Parse .results for data and .meta.source to know whether it's live or local. A human-readable N results (live) summary is printed to stderr only when stdout is a terminal AND no machine-format flag (--json, --csv, --compact, --quiet, --plain, --select) is set — piped/agent consumers and explicit-format runs get pure JSON on stdout.
When you (or the agent) notice something off about this CLI, record it:
oura-pp-cli feedback "the --since flag is inclusive but docs say exclusive"
oura-pp-cli feedback --stdin < notes.txt
oura-pp-cli feedback list --json --limit 10
Entries are stored locally at ~/.local/share/oura-pp-cli/feedback.jsonl. They are never POSTed unless OURA_FEEDBACK_ENDPOINT is set AND either --send is passed or OURA_FEEDBACK_AUTO_SEND=true. Default behavior is local-only.
Write what surprised you, not a bug report. Short, specific, one line: that is the part that compounds.
Every command accepts --deliver <sink>. The output goes to the named sink in addition to (or instead of) stdout, so agents can route command results without hand-piping. Three sinks are supported:
| Sink | Effect |
|---|---|
stdout | Default; write to stdout only |
file:<path> | Atomically write output to <path> (tmp + rename) |
webhook:<url> | POST the output body to the URL (application/json or application/x-ndjson when --compact) |
Unknown schemes are refused with a structured error naming the supported set. Webhook failures return non-zero and log the URL + HTTP status on stderr.
A profile is a saved set of flag values, reused across invocations. Use it when a scheduled agent calls the same command every run with the same configuration - HeyGen's "Beacon" pattern.
oura-pp-cli profile save briefing --json
oura-pp-cli --profile briefing sandbox multiple-daily-activity-documents
oura-pp-cli profile list --json
oura-pp-cli profile show briefing
oura-pp-cli profile delete briefing --yes
Explicit flags always win over profile values; profile values win over defaults. agent-context lists all available profiles under available_profiles so introspecting agents discover them at runtime.
| Code | Meaning |
|---|---|
| 0 | Success |
| 2 | Usage error (wrong arguments) |
| 3 | Resource not found |
| 4 | Authentication required |
| 5 | API error (upstream issue) |
| 7 | Rate limited (wait and retry) |
| 10 | Config error |
Parse $ARGUMENTS:
help, or --help → show oura-pp-cli --help outputinstall → ends with mcp → MCP installation; otherwise → see Prerequisites above--agent)go install github.com/mvanhorn/printing-press-library/library/health/oura/cmd/oura-pp-mcp@latest
claude mcp add oura-pp-mcp -- oura-pp-mcp
claude mcp listwhich oura-pp-cli
If not found, offer to install (see Prerequisites at the top of this skill).--agent flag:
oura-pp-cli <command> [subcommand] [args] --agent
oura-pp-cli <command> --help.