From sundial-org-awesome-openclaw-skills-4
Fetches latest WHOOP fitness data (recovery, sleep, strain) and generates daily suggestions. Useful for morning health check-ins via automated scripts.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4This skill uses the workspace's default tool permissions.
WHOOP morning check-in:
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
WHOOP morning check-in:
WHOOP_CLIENT_IDWHOOP_CLIENT_SECREThttps://localhost:3000/callback~/.clawdbot/.env:WHOOP_CLIENT_ID=...
WHOOP_CLIENT_SECRET=...
node /home/claw/clawd/skills/whoop/bin/whoop-auth --redirect-uri https://localhost:3000/callback
code from the callback URL and paste it backThis writes WHOOP_REFRESH_TOKEN=... into ~/.clawdbot/.env.
Run:
node /home/claw/clawd/skills/whoop/bin/whoop-morning
Then send the output back to the user.
Recommended: schedule with Gateway cron (daily morning).
node /home/claw/clawd/skills/whoop/bin/whoop-morninghttps://api.prod.whoop.com/oauth/oauth2/authhttps://api.prod.whoop.com/oauth/oauth2/tokenoffline scope to receive refresh tokens.