Clawboss
Skill by paitesanshi
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/paitesanshi/clawbossClawBoss 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:
- Guides goal setting using the GROW coaching model
- Tracks progress with non-judgmental accountability
- Adapts intensity based on your momentum
- Facilitates reflection for continuous improvement
- Maintains memory of your patterns and insights
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:
- Goal Discovery - "What do you want to achieve?"
- Reality Check - "Where are you now?"
- Options Exploration - "What are possible approaches?"
- Action Commitment - "What will you do first?"
Output:
- Creates
memory/tasks/{goal-name}.mdwith structured plan - Updates
memory/clawboss-state.json - Sets up progress tracking
2. clawboss-check
Description: Coaching-style progress review with adaptive questioning
Usage:
Use the clawboss-check tool to review progress on active tasks.
Process:
- Read active tasks from state
- Compare planned vs actual progress
- Ask appropriate coaching questions:
- Completed → "What helped you succeed?"
- Partial → "What happened? How can we adjust?"
- Not started → "What's blocking you?"
- Update task file and momentum state
Output:
- Updated task progress
- Coaching feedback
- Adjusted momentum score
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:
- Review all tasks in the period
- Identify patterns (successes, blockers, time-of-day effectiveness)
- Ask reflection questions:
- "What did you learn about yourself?"
- "What strategies worked?"
- "What needs to change?"
- Update long-term insights
Output:
- Reflection summary
- Updated insights in state
- Recommendations for next period
4. clawboss-state
Description: Read or update ClawBoss state (momentum, goals, insights)
Usage:
Use clawboss-state to read current momentum, goals, and insights.
Output:
- Current momentum level (high/medium/low)
- Active goals summary
- Recent insights
Data Structure
memory/clawboss-state.json
Central state file tracking:
- User preferences
- Current momentum (with trend)
- Active goals
- Check-in timestamps
- Long-term insights
memory/tasks/{goal-name}.md
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-paitesanshi-clawboss": {
"enabled": true,
"auto_update": true
}
}
}