TopRank Skills

Official OpenClaw rules 36%

coaching

Coaching practice support with session preparation, question generation, client progress tracking, and goal setting. Use when user mentions coaching sessions, coaching questions, client progress, or coaching goals. Prepares sessions, generates powerful questions, tracks client commitments, supports goal setting with clarity framework, and maintains momentum between sessions. STRICT client confidentiality.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 coaching 技能。 若已安装,则直接安装 coaching 技能。

Overview

Skill Key
agistack/coaching
Author
agistack
Source Repo
openclaw/skills
Version
-
Source Path
skills/agistack/coaching
Latest Commit SHA
96a30725fa710b64ba69c6f0c09386fd98f83be6

Extracted Content

SKILL.md excerpt

# 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 notes
- `memory/coaching/goals.json` - Client goals and progress
- `memory/coaching/questions.json` - Question libraries
- `memory/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 g...

Related Claw Skills