← Back to Skills Marketplace
140
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install therapy-prep
Description
Help users prepare for therapy or counseling sessions by organizing thoughts, clarifying goals, identifying patterns, and structuring what to bring up. Use w...
Usage Guidance
This skill appears internally consistent for preparing therapy sessions: it only uses bundled JSON and local Python modules, includes a crisis-detection and referral flow, and does not request credentials or network access. Before installing, consider: 1) Privacy — if you run this skill in a hosted environment, confirm whether user inputs (notes) are logged or transmitted by the host; the skill itself does not send data externally. 2) Hotline correctness — the skill includes a country-specific hotline (400-161-9995); verify it is appropriate for your locale. 3) Clinical limits — the skill explicitly is not a substitute for therapy and will only match crisis keywords via simple substring checks (false positives/negatives possible). Overall this appears safe and coherent, but verify hosting/privacy details if you will enter sensitive personal data.
Capability Analysis
Type: OpenClaw Skill
Name: therapy-prep
Version: 1.0.0
The therapy-prep skill is a well-structured tool designed to help users organize their thoughts before counseling sessions. It includes robust safety features such as a crisis detector (scripts/crisis_detector.py) that monitors for self-harm or suicide keywords and provides a legitimate hotline (400-161-9995). The code logic in scripts/prep.py and scripts/topic_organizer.py is transparent, follows the stated purpose, and lacks any indicators of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
Purpose & Capability
Skill name/description (therapy preparation) aligns with included code and data: conversation-driven prep flow, topic organizer, and local crisis detector. Required capabilities (none) are proportional to purpose.
Instruction Scope
SKILL.md describes stepwise guidance and includes a crisis escalation policy; runtime instructions and the Python modules stick to collecting user inputs, organizing topics, and detecting crisis keywords. There are no instructions to read unrelated files, access environment variables, network endpoints, or exfiltrate data.
Install Mechanism
No install spec is provided (instruction-only skill). Code files are bundled with the skill but there are no external downloads, package installs, or extract-from-URL steps.
Credentials
Skill does not request environment variables, credentials, or config paths. All data sources are local files included in the package (references/*.json), which is appropriate for the stated functionality.
Persistence & Privilege
Skill does not request permanent/always-on presence (always:false) and does not modify other skills or system settings. It runs locally against included files and returns results; no elevated privileges are requested.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install therapy-prep - After installation, invoke the skill by name or use
/therapy-prep - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of therapy-prep:
- Helps users prepare for therapy or counseling by organizing thoughts, clarifying goals, and identifying patterns.
- Guides users through structured preparation steps: confirming session details, reflecting on recent experiences, setting session goals, and preparing a discussion checklist.
- Provides clear boundaries—does not offer diagnosis or replace therapy.
- Includes guidance for crisis situations, with referral information.
- Designed for anyone wanting to make the most of an upcoming therapy session or reflect on what to discuss.
Metadata
Frequently Asked Questions
What is Therapy Prep?
Help users prepare for therapy or counseling sessions by organizing thoughts, clarifying goals, identifying patterns, and structuring what to bring up. Use w... It is an AI Agent Skill for Claude Code / OpenClaw, with 140 downloads so far.
How do I install Therapy Prep?
Run "/install therapy-prep" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Therapy Prep free?
Yes, Therapy Prep is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Therapy Prep support?
Therapy Prep is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Therapy Prep?
It is built and maintained by haidong (@harrylabsj); the current version is v1.0.0.
More Skills