ClawBoss - AI Productivity Coach
by @paitesanshi
Transforms your OpenClaw agent into an AI coach using the GROW model to guide goal setting, track progress, adapt intensity, and facilitate reflection with m...
clawhub install clawbossπ About This Skill
ClawBoss Skill
Description: AI productivity coach using professional coaching techniques (GROW model, powerful questions, adaptive accountability)
Version: 1.0.0
Author: ClawBoss Contributors
What It Does
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.
Tools
1. clawboss-breakdown
Description: Interactive GROW model session for goal setting and task breakdown
Usage:
Use the clawboss-breakdown tool to guide goal setting with coaching questions.
Process: 1. Goal Discovery - "What do you want to achieve?" 2. Reality Check - "Where are you now?" 3. Options Exploration - "What are possible approaches?" 4. Action Commitment - "What will you do first?"
Output:
memory/tasks/{goal-name}.md with structured planmemory/clawboss-state.json2. clawboss-check
Description: Coaching-style progress review with adaptive questioning
Usage:
Use the clawboss-check tool to review progress on active tasks.
Process: 1. Read active tasks from state 2. Compare planned vs actual progress 3. Ask appropriate coaching questions: - Completed β "What helped you succeed?" - Partial β "What happened? How can we adjust?" - Not started β "What's blocking you?" 4. Update task file and momentum state
Output:
3. clawboss-reflect
Description: Weekly/monthly deep reflection session
Usage:
Use the clawboss-reflect tool for weekly or monthly review.
Specify period: "week" or "month"
Process: 1. Review all tasks in the period 2. Identify patterns (successes, blockers, time-of-day effectiveness) 3. Ask reflection questions: - "What did you learn about yourself?" - "What strategies worked?" - "What needs to change?" 4. Update long-term insights
Output:
4. clawboss-state
Description: Read or update ClawBoss state (momentum, goals, insights)
Usage:
Use clawboss-state to read current momentum, goals, and insights.
Output:
Data Structure
memory/clawboss-state.json
Central state file tracking:
memory/tasks/{goal-name}.md
Individual task files with:
Coaching Frameworks
GROW Model
Goal - What do you want? Reality - Where are you now? Options - What could you do? Will - What will you do?
Powerful Questions
Instead of:
Ask:
Adaptive Intensity
High Momentum (5+ consecutive days)
Medium Momentum (steady progress)
Low Momentum (3+ days no progress)
Heartbeat Integration
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.
Installation
Automatic via npx:
npx clawboss@latest
Manual:
1. Copy this skill to ~/.openclaw/skills/clawboss/
2. Add to openclaw.json:
{
"skills": {
"entries": {
"clawboss": {
"enabled": true
}
}
}
}
3. Inject templates into workspace files
4. Restart OpenClawRequirements
Privacy
All data stored locally in ~/.openclaw/workspace/memory/:
License
MIT
Learn More
docs/coaching-guide.mddocs/examples.md