Install
openclaw skills install @paitesanshi/clawbossTransforms your OpenClaw agent into an AI coach using the GROW model to guide goal setting, track progress, adapt intensity, and facilitate reflection with m...
openclaw skills install @paitesanshi/clawbossDescription: AI productivity coach using professional coaching techniques (GROW model, powerful questions, adaptive accountability)
Version: 1.0.0
Author: ClawBoss Contributors
ClawBoss transforms your OpenClaw agent into a productivity coach that:
Unlike traditional task managers, ClawBoss uses coaching questions to help you discover your own solutions and stay motivated.
clawboss-breakdownDescription: Interactive GROW model session for goal setting and task breakdown
Usage:
Use the clawboss-breakdown tool to guide goal setting with coaching questions.
Process:
Output:
memory/tasks/{goal-name}.md with structured planmemory/clawboss-state.jsonclawboss-checkDescription: Coaching-style progress review with adaptive questioning
Usage:
Use the clawboss-check tool to review progress on active tasks.
Process:
Output:
clawboss-reflectDescription: Weekly/monthly deep reflection session
Usage:
Use the clawboss-reflect tool for weekly or monthly review.
Specify period: "week" or "month"
Process:
Output:
clawboss-stateDescription: Read or update ClawBoss state (momentum, goals, insights)
Usage:
Use clawboss-state to read current momentum, goals, and insights.
Output:
memory/clawboss-state.jsonCentral state file tracking:
memory/tasks/{goal-name}.mdIndividual task files with:
Goal - What do you want?
Reality - Where are you now?
Options - What could you do?
Will - What will you do?
Instead of:
Ask:
High Momentum (5+ consecutive days)
Medium Momentum (steady progress)
Low Momentum (3+ days no progress)
ClawBoss uses OpenClaw's heartbeat system for automatic check-ins:
Morning (09:00-10:00)
Evening (19:00-21:00)
Weekly (Sunday 19:00)
See HEARTBEAT.md for configuration.
Automatic via npx:
npx clawboss@latest
Manual:
~/.openclaw/skills/clawboss/openclaw.json:
{
"skills": {
"entries": {
"clawboss": {
"enabled": true
}
}
}
}
All data stored locally in ~/.openclaw/workspace/memory/:
MIT
docs/coaching-guide.mddocs/examples.md