← 返回 Skills 市场
ruhrpotter

Oura Ring Integration

作者 ruhrpotter · GitHub ↗ · v1.0.2
cross-platform ⚠ suspicious
2716
总下载
4
收藏
11
当前安装
3
版本数
在 OpenClaw 中安装
/install oura
功能描述
Retrieve and summarize health, sleep, activity, readiness, and biometric data from the Oura Ring API via a command-line interface.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install oura
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /oura 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
Slug oura
版本 1.0.2
许可证
累计安装 13
当前安装数 11
历史版本数 3
常见问题

Oura Ring Integration 是什么?

Retrieve and summarize health, sleep, activity, readiness, and biometric data from the Oura Ring API via a command-line interface. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2716 次。

如何安装 Oura Ring Integration?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install oura」即可一键安装,无需额外配置。

Oura Ring Integration 是免费的吗?

是的,Oura Ring Integration 完全免费(开源免费),可自由下载、安装和使用。

Oura Ring Integration 支持哪些平台?

Oura Ring Integration 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Oura Ring Integration?

由 ruhrpotter(@ruhrpotter)开发并维护,当前版本 v1.0.2。

💬 留言讨论