Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

intervals-icu-cliintervals ICU CLI 搜索

Agent Skill

intervals-icu-cli 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

7,320

周安装

299

GitHub Stars

公开资料未说明

下载量

2,368
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:intervals-icu-cli(intervals ICU CLI 搜索)
来源仓库:https://github.com/jonaswide/intervals-icu-cli
安装命令:
openclaw skills install intervals-icu-cli
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install intervals-icu-cli

简介

intervals-icu-cli 用于查询 Intervals.icu 平台活动数据并管理锻炼计划。

  • 适合已安装 intervals CLI 的用户进行运动记录、事件创建与训练安排。
  • 支持活动查询、锻炼预定及数据同步等健身相关操作。
  • 安装命令为 openclaw skills install intervals-icu-cli,需确认权限与维护状态。
  • 使用前请核实是否会调用本地命令行工具或访问外部服务。

SKILL.md

name
intervals-icu-cli
description
Use this skill when an installed intervals CLI should be used to query Intervals.icu, inspect activities, create scheduled workout events, create workout library items, or write wellness data. It teaches command selection, JSON-first write patterns, and the event versus workout distinction.
homepage
https://github.com/jonaswide/intervals-cli
metadata
{"openclaw":{"emoji":"🏃","skillKey":"intervals-icu-cli","requires":{"bins":["intervals"]},"primaryEnv":"INTERVALS_API_KEY","install":[{"id":"download-darwin-arm64","kind":"download","url":"https://github.com/jonaswide/intervals-cli/releases/latest/download/intervals_darwin_arm64.tar.gz","archive":"tar.gz","bins":["intervals"],"label":"Install intervals CLI (macOS arm64)","os":["darwin"]},{"id":"download-darwin-amd64","kind":"download","url":"https://github.com/jonaswide/intervals-cli/releases/latest/download/intervals_darwin_amd64.tar.gz","archive":"tar.gz","bins":["intervals"],"label":"Install intervals CLI (macOS amd64)","os":["darwin"]},{"id":"download-linux-arm64","kind":"download","url":"https://github.com/jonaswide/intervals-cli/releases/latest/download/intervals_linux_arm64.tar.gz","archive":"tar.gz","bins":["intervals"],"label":"Install intervals CLI (Linux arm64)","os":["linux"]},{"id":"download-linux-amd64","kind":"download","url":"https://github.com/jonaswide/intervals-cli/releases/latest/download/intervals_linux_amd64.tar.gz","archive":"tar.gz","bins":["intervals"],"label":"Install intervals CLI (Linux amd64)","os":["linux"]}]}}
user-invocable
true

intervals-cli

Use this skill when the task involves Intervals.icu and the local intervals CLI.

Before You Start

  1. Verify the binary exists:

- intervals --version

  1. If it is missing, use the skill's declared installer in OpenClaw or install the CLI manually from GitHub Releases.
  2. Verify auth:

- intervals auth status

The CLI expects one of these environment variables:

  • INTERVALS_API_KEY
  • INTERVALS_ACCESS_TOKEN

OpenClaw metadata declares INTERVALS_API_KEY as the primary env because the skill system supports one primary API-key env. Bearer-token auth via INTERVALS_ACCESS_TOKEN is also valid.

Core Rules

  • Prefer intervals ... --format json.
  • Use absolute dates like 2026-03-16, not relative values like tomorrow.
  • Treat stdout as result data and stderr as diagnostics.
  • For complex writes, prefer --file - or a temp file.
  • Payloads for events, workouts, and wellness are raw Intervals-compatible JSON.
  • Do not install the CLI unless the user asked for installation or the current task clearly depends on it.
  • Do not perform writes or deletes unless the user asked for a mutation.
  • If a temp file is used, remove it after the command completes.

Command Selection

  • Use activities search for text or tag queries.
  • Use activities list for semantic filtering on date, type, distance, tags, or moving time.
  • Use events create or events upsert for something scheduled on a specific date.
  • Use workouts create for a reusable workout library item.
  • Use wellness put or wellness bulk-put for wellness writes.

Events vs Workouts

  • event: a scheduled calendar item on a date
  • workout: a reusable library object not tied to a date

Rule of thumb:

  • "Create a workout for next Monday" usually means events create.
  • "Save this workout for later reuse" means workouts create.

More Guidance

Read these only as needed:

  • Write patterns and examples: {baseDir}/references/writes.md
  • Query guidance: {baseDir}/references/queries.md
  • Example payloads: {baseDir}/examples/

Good Defaults

  • Prefer events upsert over events create when duplicates would be harmful.
  • Resolve natural-language dates before calling the CLI.
  • Ask a follow-up question only when a key training detail is ambiguous.
  • Prefer read commands first when inspecting or validating before a mutation.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

84.82%
按下载量换算2,009

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills