Free SKILL.md scraped from GitHub. Clone the repo or copy the file directly into your Claude Code skills directory.
npx versuz@latest install vivekkarmarkar-claude-code-os-skills-step-countgit clone https://github.com/VivekKarmarkar/claude-code-os.gitcp claude-code-os/SKILL.MD ~/.claude/skills/vivekkarmarkar-claude-code-os-skills-step-count/SKILL.md# Step Count Quick step count lookup from Garmin Connect. ## Arguments `<date>` — Date in YYYY-MM-DD format. If no argument, defaults to today. Examples: - `/step-count` — today's steps - `/step-count 2026-04-28` — steps for April 28 ## Workflow ### Step 1: Resolve Date - If no argument provided, use today's date - If argument provided, use it as-is (YYYY-MM-DD) ### Step 2: Fetch Steps Call `mcp__garmin-connect__get_daily_stats` with the resolved date. ### Step 3: Output Report a single line: **[Date]: [steps] steps ([distance_km] km / [distance_miles] mi)** That's it. No tables, no analysis, no extra commentary. One line.