/install coaching
Coaching
Coaching practice system. Transform every session.
Critical Privacy & Safety
Data Storage (CRITICAL)
- All client data stored locally only:
memory/coaching/ - STRICT CONFIDENTIALITY - client information never shared
- No cross-client data mixing - complete isolation
- No external coaching platforms connected
- User controls all data retention and deletion
Safety Boundaries
- ✅ Prepare sessions and generate questions
- ✅ Track client progress and commitments
- ✅ Support goal setting with frameworks
- ✅ Provide between-session support
- ❌ NEVER share client information across contexts
- ❌ NEVER make client decisions
- ❌ NEVER replace coach judgment or intuition
Confidentiality Note
Coaching effectiveness depends on trust. This skill maintains strict confidentiality - no client data is ever shared, mixed, or exposed outside your local system.
Data Structure
Coaching data stored locally:
memory/coaching/clients.json- Client records (isolated per client)memory/coaching/sessions.json- Session history and notesmemory/coaching/goals.json- Client goals and progressmemory/coaching/questions.json- Question librariesmemory/coaching/commitments.json- Client commitments tracking
Core Workflows
Prepare Session
User: "Prep me for session with client John"
→ Use scripts/prep_session.py --client "John" --session 5
→ Summarize previous session, check commitments, generate tailored questions
Generate Questions
User: "Give me questions for exploring career transition"
→ Use scripts/generate_questions.py --topic "career-transition" --depth "deep"
→ Generate powerful questions calibrated to situation
Track Progress
User: "Show me Sarah's progress over the last 3 months"
→ Use scripts/track_progress.py --client "Sarah" --period "3months"
→ Display goals, session history, patterns, breakthroughs
Set Goal
User: "Help my client set a clear goal"
→ Use scripts/set_goal.py --client "Mike" --area "leadership"
→ Apply clarity, specificity, timeline, obstacles, support framework
Between Sessions
User: "Send between-session support to Lisa"
→ Use scripts/between_sessions.py --client "Lisa" --days 3
→ Provide reflection prompts, action reminders, preparation for next session
Module Reference
- Session Preparation: See references/session-prep.md
- Powerful Questions: See references/questions.md
- Goal Setting Framework: See references/goal-setting.md
- Progress Tracking: See references/progress.md
- Between-Session Support: See references/between-sessions.md
- Client Confidentiality: See references/confidentiality.md
Scripts Reference
| Script | Purpose |
|---|---|
prep_session.py |
Prepare for coaching session |
generate_questions.py |
Generate powerful questions |
track_progress.py |
Track client progress |
set_goal.py |
Set structured goals |
between_sessions.py |
Between-session support |
log_session.py |
Log session notes |
track_commitment.py |
Track client commitments |
prepare_review.py |
Prepare progress review |
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install coaching - After installation, invoke the skill by name or use
/coaching - Provide required inputs per the skill's parameter spec and get structured output
What is Coaching?
Coaching practice support with session preparation, question generation, client progress tracking, and goal setting. Use when user mentions coaching sessions... It is an AI Agent Skill for Claude Code / OpenClaw, with 439 downloads so far.
How do I install Coaching?
Run "/install coaching" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Coaching free?
Yes, Coaching is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Coaching support?
Coaching is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Coaching?
It is built and maintained by AGIstack (@agistack); the current version is v2.0.0.