← 返回 Skills 市场
silas-agent573

Oura Briefing

作者 Silas · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
111
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力标签
requires-oauth-token
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install oura-briefing
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /oura-briefing 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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).
元数据
Slug oura-briefing
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 111 次。

如何安装 Oura Briefing?

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

Oura Briefing 是免费的吗?

是的,Oura Briefing 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Oura Briefing 支持哪些平台?

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

谁开发了 Oura Briefing?

由 Silas(@silas-agent573)开发并维护,当前版本 v1.0.1。

💬 留言讨论