Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (claude-code-wakatime) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
WakaTime for Claude Code
Track your AI usage, lines of code generated, time spent prompting AI, etc. using the WakaTime plugin for Claude Code.
WakaTime is an open source plugin for metrics, insights, and time tracking automatically generated from your programming activity.
Installation
Using the Claude Code Plugin System (Recommended)
claude plugin marketplace add https://github.com/wakatime/claude-code-wakatime.gitclaude plugin i claude-code-wakatime@wakatimeAdd your API key to
~/.wakatime.cfg:[settings] api_key = waka_123
Upgrading
claude plugin marketplace updateUsage
New: See the lines of code generated by AI on your dashboard!
Visit https://wakatime.com to see your coding activity.

Development
npm run watchTroubleshooting
Diagnostic tool for troubleshooting the installation and health of Claude Code and plugins:
claude doctorMake sure you have node.js installed and in your $PATH:
node -vRun claude with verbose logging to see any plugin load errors:
claude --debugLook for errors in the wakatime-cli log file:
grep error ~/.wakatime/wakatime.log | grep -v backoff