Keep
Skill zhijunio/skills/keep
Log in via Keep Open API and fetch runs into Garmin-compatible running.json (VDOT, training load, period stats, optional per-km segments). Use for Keep run sync, fetch_keep_run, running.json, or exporting Keep running data.From its SKILL.md
npx -y skills add zhijunio/skills --skill keepAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.3 KB, 288 tokens by cl100k_base, as published. Nobody here has run it
Keep run sync
Pull Keep runs into Garmin-style running.json via scripts/fetch_keep_run.py.
Aligned with upstream fetch-keep-run.py — sync from there when updating behavior.
When to use
- User mentions Keep API,
running.json, VDOT, training load,fetch_keep_run.py - Incremental sync or
--fullexport
Hard rules
- Credentials via env or CLI — never repeat passwords in chat or logs.
- Set
--outputexplicitly in this repo (default path targets Jekyll site layout). - Preserve
running.jsonkey names for downstream Garmin consumers.
Workflow
- Read
references/usage.mdfor env, flags, output shape. - Run script; use
--limit 1 --debugon first API/field issues. - Report merge result (new runs count, output path) — not raw credentials.
Validation
python3 -m py_compile keep/scripts/fetch_keep_run.py
References
references/usage.md— CLI, credentials, output, debug
What ships with it: 4 files
24.4 KB alongside SKILL.md, 1 of them executable
evals/
- keep-evals.json516 B
references/
- usage.md1.4 KB
scripts/
- fetch_keep_run.pyruns22.5 KB
- requirements.txt17 B