Overview
- Skill Key
- bpauli/garmin-connect-cli
- Author
- bpauli
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/bpauli/garmin-connect-cli
- Latest Commit SHA
- 933c2327f19091ae4693e309500b2527429eeafe
Garmin Connect CLI for activities, health, body composition, workouts, devices, gear, goals, and more.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 garmin-connect 技能。 若已安装,则直接安装 garmin-connect 技能。
# gccli Use `gccli` for Garmin Connect health, fitness, and activity data. Requires Garmin SSO authentication. Setup (once) - `gccli auth login you@example.com` (opens browser for Garmin SSO) - Headless: `gccli auth login you@example.com --headless` (with `--mfa-code <code>` for MFA) - Set default account: `export GCCLI_ACCOUNT=you@example.com` - Verify: `gccli auth status` Output - Default: human-friendly tables. Use `--json` / `-j` for JSON, `--plain` for TSV. - Data goes to stdout, messages/errors to stderr. - Always use `--json` when parsing output programmatically. Date shortcuts - `today`, `yesterday`, `3d` (N days ago), `YYYY-MM-DD` (specific date). - Use `--start`/`--end` flags for date ranges. Common commands - Auth status: `gccli auth status` - Auth token (for scripting): `gccli auth token` - Remove credentials: `gccli auth remove` - List activities: `gccli activities list --limit 20` - List activities by type: `gccli activities list --type running` - Activity count: `gccli activities count` - Search activities: `gccli activities search --start-date 2024-01-01 --end-date 2024-12-31` - Activity summary: `gccli activity summary <id>` - Activity details: `gccli activity details <id>` - Activity splits: `gccli activity splits <id>` - Activity weather: `gccli activity weather <id>` - Activity HR zones: `gccli activity hr-zones <id>` - Activity power zones: `gccli activity power-zones <id>` - Activity exercise sets: `gccli activity exercise-sets <id>` - Activity gear: `gccli activity gear <id>` - Download activity (FIT): `gccli activity download <id> --format fit` - Download activity (GPX): `gccli activity download <id> --format gpx --output track.gpx` - Upload activity: `gccli activity upload ./activity.fit` - Create manual activity: `gccli activity create --name "Morning Run" --type running --date 2024-06-15T07:30:00 --duration 1800 --distance 5000` - Rename activity: `gccli activity rename <id> "New Name"` - Retype activity: `gccli activity retype <i...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.