openclaw/extensions/whoop/package.json
Jack Fiengo e3bb3790b7 feat(whoop): add Whoop fitness plugin for data access
- Introduced a new Whoop fitness plugin that allows querying of recovery scores, sleep analysis, cycle data, and workout tracking.
- Implemented OAuth 2.0 authentication flow for secure access to Whoop API.
- Added comprehensive documentation and example configurations for plugin setup.
- Included unit tests for API client methods to ensure reliability and correctness.
- Updated pnpm-lock.yaml to reflect new optional dependencies for the plugin.
2026-01-26 16:22:43 -05:00

12 lines
280 B
JSON

{
"name": "@clawdbot/whoop",
"version": "2026.1.25",
"type": "module",
"description": "Clawdbot Whoop fitness plugin - access recovery, sleep, cycles, and workout data",
"clawdbot": {
"extensions": ["./index.ts"]
},
"dependencies": {},
"devDependencies": {}
}