Agent Plugins Marketplace
All plugins

time-tracking

v0.2.4

Turn calendar events into a local, reviewable time log and generate invoice drafts from configured client billing rules.

CodexClaude Code4 Skills

By BrightWay AILicense: MIT0 GitHub starsUpdated last week

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
4 skill or MCP entries
Source updated
Sep 15, 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 time-tracking for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add time-tracking@agent-plugin-marketplace

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

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/BrightWayAI/time-tracking

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

time-tracking/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/generate-invoices/SKILL.md
├── skills/setup/SKILL.md
├── skills/setup-time/SKILL.md
└── skills/track-time/SKILL.md

Included Skills4

generate-invoicesskills/generate-invoices/SKILL.md

Generate monthly invoices from the time log. Reads <config-root>/time-log.csv, groups by client, applies each client's billing model, drafts invoices, optionally hands off to the invoice skill for final document production. Auto-fires on "/generate-invoices", "generate invoices for [month]", "bill clients", "monthly invoicing", "send out invoices", "create my invoices", or any phrase about producing client bills from logged time. Run on the 1st of the month.

setupskills/setup/SKILL.md

Configure time-tracking for your billing models, calendar tagging conventions, and invoice preferences. Auto-fires on "/setup-time", "set up time tracking", "configure my billing rates", "add a client to time tracking", "update my billing setup", or when /track-time or /generate-invoices reports user-context.md is missing.

setup-timeskills/setup-time/SKILL.md

Configure time-tracking for your billing models, calendar tagging conventions, and invoice preferences. Captures clients with rates, categories, rounding rules, and invoice templates. Re-run anytime to add or update clients.

track-timeskills/track-time/SKILL.md

Pull calendar events from a time window, classify as billable / non-billable per client, and append to the time log. Auto-fires on "/track-time", "log my time", "track my hours", "what did I work on yesterday/this week", "billable hours for [period]", "log yesterday's calendar", "time tracking", or any phrase about classifying calendar time for billing. Run daily (5 min) or weekly (15 min). Calendar-driven, not real-time-timer-based.

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "time-tracking",
  "version": "0.2.4",
  "description": "Turn calendar events into a local, reviewable time log and generate invoice drafts from configured client billing rules.",
  "author": {
    "name": "BrightWay AI",
    "url": "https://brightwayai.com"
  },
  "license": "MIT",
  "homepage": "https://github.com/BrightWayAI/time-tracking",
  "repository": "https://github.com/BrightWayAI/time-tracking",
  "keywords": [
    "nucleus",
    "chatgpt",
    "codex"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Time Tracking",
    "shortDescription": "Classify calendar time and prepare reviewable invoices",
    "longDescription": "Turn calendar events into a local, reviewable time log and generate invoice drafts from configured client billing rules.",
    "developerName": "BrightWay AI",
    "category": "Business",
    "capabilities": [
      "Read",
      "Write"
    ],
    "websiteURL": "https://github.com/BrightWayAI/time-tracking",
    "defaultPrompt": [
      "Track yesterday's billable time.",
      "Generate this month's invoice drafts.",
      "Configure my billing rules."
    ]
  }
}
.claude-plugin/plugin.json
{
  "name": "time-tracking",
  "version": "0.2.5",
  "description": "Calendar-driven time tracking and invoice generation. Pulls calendar events, classifies billable time per client/project (using project-setup engagements when available), logs to a local file at <config-root>/time-log.csv, and produces invoices at month-end. Closes the calendar-to-money loop most consultants leave on the table.",
  "author": {
    "name": "BrightWay AI"
  },
  "license": "MIT",
  "repository": "https://github.com/BrightWayAI/time-tracking"
}

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

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