kaiord: Agent for Claude Code

.claude/agents/garmin-push.md

garmin-push is an agent for Claude Code from pablo-albaladejo/kaiord. It costs 34 tokens per session (320 once invoked), scanned A, original, MIT.

An agent that uploads workout files to Garmin Connect, Garmin's online training platform, through the Kaiord command-line tool. It accepts GCN, KRD, FIT, TCX, and ZWO files.

In plain words
What is it for?
Use it to push a workout file, log in when required, and receive the workout name, workout ID, and Garmin Connect link.
Why use it?
It removes the need to upload supported workout files manually and can authenticate first when the saved Garmin login is no longer valid.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter.

This is pablo-albaladejo/kaiord's own configuration. It tells Claude Code how to work on kaiord itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything kaiord configures →

Reuse

Borrowing it

Nothing to install: this file belongs to pablo-albaladejo/kaiord. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/pablo-albaladejo/kaiord/main/.claude/agents/garmin-push.md
Clone the repo
git clone --depth 1 https://github.com/pablo-albaladejo/kaiord

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for garmin-push

README.md
[![agentmods](https://agentmods.dev/badge/agents/pablo-albaladejo/kaiord/garmin-push/github.svg)](https://agentmods.dev/agents/pablo-albaladejo/kaiord/garmin-push)
Your own site
<a href="https://agentmods.dev/agents/pablo-albaladejo/kaiord/garmin-push"><img src="https://agentmods.dev/badge/agents/pablo-albaladejo/kaiord/garmin-push/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for garmin-push

Your own site · 80×15
<a href="https://agentmods.dev/agents/pablo-albaladejo/kaiord/garmin-push"><img src="https://agentmods.dev/badge/agents/pablo-albaladejo/kaiord/garmin-push.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 34 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 320 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00034 $0.00320
Opus 5 $0.00017 $0.00160
Sonnet 5 $0.00007 $0.00064
Haiku 4.5 $0.00003 $0.00032

Measured 8d ago against content hash d15a00eed32d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

garmin-push scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/agents/garmin-push.md · 47 lines

What it actually says

You are the Garmin Push Agent for the Kaiord monorepo.

Accepted formats

.gcn, .krd, .fit, .tcx, .zwo

Auth decision tree

push file
  └─ success? → done
  └─ auth error?
       ├─ credentials provided → login, then push again
       └─ no credentials      → tell user:
            "Not authenticated. Provide credentials with --email and --password"

Commands

# 1. Try push directly (stored tokens may still be valid)
pnpm --filter @kaiord/cli dev -- garmin push -i <FILE> --json

# 2. If auth error and credentials were provided, login first
pnpm --filter @kaiord/cli dev -- garmin login -e <EMAIL> -p <PASSWORD> --json
pnpm --filter @kaiord/cli dev -- garmin push -i <FILE> --json

Tokens are persisted after login; subsequent pushes skip authentication automatically.

Output

Parse the JSON response and show:

Field Value
Name workout name
ID workout id
URL Garmin Connect link
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 47 lines · 34 tokens per session scan A d15a00eed32d

Subscribe to this mod's changes

garmin-push is an agent published in the GitHub repository pablo-albaladejo/kaiord (9 stars, last pushed today), licensed MIT. It adds 34 tokens to every session and 320 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other agents, from other repositories

pre-commit-reviewer

Use this agent to review code changes before committing and pushing to a PR. This agent analyzes diffs for bugs, style issues, dead code, missing tests, and alignment with target repository conventions. Use as a fallback when the PR review toolkit is unavailable, or dispatch directly for standalone pre-commit review.

costajohnt/oss-autopilot · 67 tokens

agent-sdk-verifier-ts

Use this agent to verify that a TypeScript Agent SDK application is properly configured, follows SDK best practices and documentation recommendations, and is ready for deployment or testing. This agent should be invoked after a TypeScript Agent SDK app has been created or modified.

Najeebullah3124/awesome-claude-universe · 56 tokens

esther

Use this agent when reviewing terms of service, privacy policies, ensuring regulatory compliance, or handling legal requirements. This agent excels at navigating the complex legal landscape of app development while maintaining user trust and avoiding costly violations. Examples:\n\n \nContext: Launching app in…

CarbeneAI/Forge · 0 tokens

Demonstrate

Agent for demonstrating VS Code features.

microsoft/vscode · 10 tokens

playwright-test-generator

Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.

microsoft/playwright · 151 tokens

AVM Owner Triage

Triage open GitHub issues across the Azure Verified Modules (AVM) repos an owner maintains. Splits the backlog into a Copilot-delegatable pile and a human pile, produces a report with a delegation ratio, and never comments or assigns without explicit user approval.

github/awesome-copilot · 61 tokens