CLI time tracking with project tagging, git integration, and weekly reports.
Time Logger provides lightweight time tracking from the command line. Start and stop timers with `/time start project-name`, tag entries with tasks, and generate reports — all without leaving your terminal.
The skill stores entries in a local JSON file (`~/.openclaw/time-logger/entries.json`). It can auto-suggest time entries by reading your recent git commits and mapping them to projects. Overlapping entries and suspiciously long sessions (>8 hours without a stop) are flagged for correction.
Reporting includes daily, weekly, and monthly views with per-project breakdowns, billable vs. non-billable splits, and CSV export for invoicing. The `/time report` command generates a formatted Markdown summary. No external services, no API keys — everything stays local.