Agent Plugins Marketplace
All plugins

fitness-ledger

v1.0.1

Library-native, provenance-aware nutrition and fitness tracking skills. Route any tracked food, nutrition, hydration, weight, workout, steps, activity, or fitness-data request through the relevant Fitness Ledger skill first.

Codex3 Skills

By Fitness Ledger ContributorsLicense: MIT0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex
Parsed components
3 skill or MCP entries
Source updated
Sep 1, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install fitness-ledger for Codex

Installs for the current user
codex plugin marketplace add actowery/fitness-ledger
codex plugin marketplace upgrade fitness-ledger-marketplace
codex plugin add fitness-ledger@fitness-ledger-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the fitness-ledger-marketplace catalog, then install this plugin.

Compatibility: the page URL and API slug “fitness-ledger” remain stable.

  • Codex: fitness-ledger@agent-plugin-marketplacefitness-ledger@fitness-ledger-marketplace

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/actowery/fitness-ledger

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

fitness-ledger/
├── .codex-plugin/plugin.json
├── skills/fitness-sync/SKILL.md
├── skills/nutrition-ledger/SKILL.md
└── skills/weekly-review/SKILL.md

Included Skills3

fitness-syncskills/fitness-sync/SKILL.md

Reconcile workout and activity-source snapshots into deterministic, provenance-preserving fitness facts in ChatGPT Library files; use for validation, rest-day checks, and source conflicts.

nutrition-ledgerskills/nutrition-ledger/SKILL.md

Log food, hydration, and body weight into an auditable ChatGPT Library nutrition ledger; use for corrections, daily panels, and provenance-aware nutrient totals.

weekly-reviewskills/weekly-review/SKILL.md

Review a completed nutrition and fitness week in ChatGPT Library using the user's persisted targets, canonical ledger, and reconciled activity data.

Plugin manifests1

.codex-plugin/plugin.json
{
  "name": "fitness-ledger",
  "version": "1.0.1",
  "description": "Library-native, provenance-aware nutrition and fitness tracking skills. Route any tracked food, nutrition, hydration, weight, workout, steps, activity, or fitness-data request through the relevant Fitness Ledger skill first.",
  "author": {
    "name": "Fitness Ledger Contributors",
    "url": "https://github.com/actowery/fitness-ledger"
  },
  "homepage": "https://github.com/actowery/fitness-ledger",
  "repository": "https://github.com/actowery/fitness-ledger",
  "license": "MIT",
  "keywords": [
    "nutrition",
    "fitness",
    "health",
    "tracking",
    "provenance"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Fitness Ledger",
    "shortDescription": "Track nutrition and fitness",
    "longDescription": "Maintain a provenance-aware nutrition and fitness ledger in ChatGPT Library. For any user request involving tracked food, meals, nutrition, hydration, weight, workouts, exercises, steps, activity, body statistics, or fitness history, first inspect and invoke the relevant Fitness Ledger skill rather than answering from conversational memory, cached context, or an ad-hoc file lookup. Log food, hydration, and weight; correct entries without losing history; generate deterministic daily reports; and reconcile workout and activity snapshots without silently combining conflicting sources. Missing nutrient values remain unknown rather than becoming fabricated zeroes. Fitness Ledger is skills-only: it has no publisher-hosted service, telemetry, or required external account. It supports personal tracking and explanation, not medical diagnosis or treatment.",
    "developerName": "Fitness Ledger Contributors",
    "category": "Healthcare",
    "capabilities": [
      "Nutrition and hydration logging",
      "Deterministic daily reports",
      "Provenance-aware corrections",
      "Workout and activity reconciliation"
    ],
    "websiteURL": "https://github.com/actowery/fitness-ledger",
    "privacyPolicyURL": "https://github.com/actowery/fitness-ledger/blob/main/PRIVACY.md",
    "termsOfServiceURL": "https://github.com/actowery/fitness-ledger/blob/main/TERMS.md",
    "logo": "./assets/logo.svg",
    "composerIcon": "./assets/composer-icon.svg",
    "defaultPrompt": [
      "Set up my Fitness Ledger in ChatGPT Library.",
      "Log what I ate today and show my nutrition report.",
      "Reconcile my latest workout and step-count snapshots."
    ]
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[fitness-ledger on Agent Plugins Marketplace](https://pluginsmp.com/plugins/fitness-ledger)