← 返回 Skills 市场
439
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install coaching
功能描述
Coaching practice support with session preparation, question generation, client progress tracking, and goal setting. Use when user mentions coaching sessions...
使用说明 (SKILL.md)
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 |
安全使用建议
Do not install or use this skill for confidential client data until the missing pieces are resolved. Specifically:
- Ask the publisher for the missing scripts and reference docs listed in SKILL.md and confirm their behavior (generate_questions.py, track_progress.py, between_sessions.py, etc.).
- Verify whether any of the missing scripts send messages or access network endpoints (the phrase 'Send between-session support' could imply external communication). If they do, confirm what credentials/endpoints they use and whether you approve.
- Confirm where the skill will store data on your system (the code uses ~/.openclaw/workspace/memory/coaching). Ensure that path and file permissions meet your confidentiality requirements.
- If you proceed, run the skill in a sandbox or inspect the full code for all scripts to ensure there is no hidden network activity or unexpected file access. Consider backing up any existing data before first use.
If the publisher provides the full source and it matches the local-only claims, the skill would be reasonable to use for coaching tasks; until then, the discrepancy is a red flag.
功能分析
Type: OpenClaw Skill
Name: coaching
Version: 2.0.0
The coaching skill bundle is a legitimate tool for managing coaching sessions and client progress. The provided script, 'prep_session.py', handles data locally within the user's workspace (~/.openclaw/workspace/memory/coaching) and lacks any network activity, obfuscation, or unauthorized data access. The instructions in 'SKILL.md' explicitly emphasize client confidentiality and local data storage, aligning with the stated purpose.
能力评估
Purpose & Capability
The description promises session prep, question generation, progress tracking, goal setting, and between-session messaging. Only one script (scripts/prep_session.py) is included. SKILL.md lists many other scripts and reference docs that are not present, so the package does not deliver the advertised capabilities.
Instruction Scope
Runtime instructions direct the agent to run many scripts (generate_questions.py, track_progress.py, set_goal.py, between_sessions.py, etc.) and reference multiple docs, but those files are missing. The SKILL.md claims 'Send between-session support' which could imply outbound messaging, but no code for outbound communication exists in the provided files. The included script operates only on local files and prints output — it does not exfiltrate data.
Install Mechanism
No install spec (instruction-only plus one script). Nothing is downloaded or written by an installer; lowest risk from installation mechanism.
Credentials
No environment variables, credentials, or external endpoints are requested. The included script reads per-client JSON files under ~/.openclaw/workspace/memory/coaching, which aligns with the declared local-only storage policy.
Persistence & Privilege
Skill is not always-enabled and does not request elevated privileges. It does not modify other skills or global agent settings. The script reads local files only and does not autonomously invoke network access in its current form.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install coaching - 安装完成后,直接呼叫该 Skill 的名称或使用
/coaching触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
Major update: Added session preparation, powerful questions, client progress tracking, goal setting framework, and strict confidentiality protocols
v1.0.0
Initial release
元数据
常见问题
Coaching 是什么?
Coaching practice support with session preparation, question generation, client progress tracking, and goal setting. Use when user mentions coaching sessions... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 439 次。
如何安装 Coaching?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install coaching」即可一键安装,无需额外配置。
Coaching 是免费的吗?
是的,Coaching 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Coaching 支持哪些平台?
Coaching 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Coaching?
由 AGIstack(@agistack)开发并维护,当前版本 v2.0.0。
推荐 Skills