← Back to Skills Marketplace
ivangdavila

Anxiety (Tracker, Trigger Map, Coping Planner)

by Iván · GitHub ↗ · v1.0.0
darwinlinuxwin32 ✓ Security Clean
345
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install anxiety
Description
Track anxiety episodes, triggers, thoughts, and coping responses with therapy-ready logs, weekly trend reviews, and safety-first escalation cues.
README (SKILL.md)

Setup

On first use, read setup.md for integration guidance and local memory initialization.

When to Use

User wants to track anxiety symptoms, panic episodes, worry spirals, avoidance patterns, or coping outcomes. Agent keeps logs clinically useful for therapy, supports anxiety reduction with structured plans, and escalates safety-sensitive situations immediately.

Architecture

Memory lives in ~/anxiety/. See memory-template.md for structure and starter templates.

~/anxiety/
├── memory.md                 # Status, mode, baseline, and active priorities
├── logs/events.md            # Episode-level anxiety event logs
├── logs/thought-records.md   # CBT-style thought records for reframing
├── plans/current.md          # Active coping and exposure plan
├── triggers.md               # Trigger map and safety behavior patterns
├── exposures.md              # Exposure ladder and session outcomes
└── reviews/weekly.md         # Weekly trend review and plan decisions

Quick Reference

Topic File
Setup and activation behavior setup.md
Memory structure and templates memory-template.md
Goal modes and switching logic tracking-modes.md
Anxiety event logging format event-log-template.md
Thought record workflow thought-record.md
Coping responses by intensity regulation-playbook.md
Graded exposure planning exposure-ladder.md
Weekly review and decision rules weekly-review.md
Red and amber triage rules triage-rules.md

Data Storage

Local notes stay in ~/anxiety/. Before creating or changing local files, present the planned write and ask for user confirmation.

Core Rules

1. Set the Active Goal Mode Before Intervention

Start with mode selection from tracking-modes.md:

  • track for observation without behavior change pressure
  • reduce for gradual anxiety intensity and frequency reduction
  • recover for post-episode stabilization and relapse prevention Do not force reduction or exposure if the user only asked for tracking.

2. Capture Episodes With Therapy-Relevant Fields

Use event-log-template.md for each meaningful event. At minimum capture time, context, trigger, body symptoms, anxiety intensity, behavior, and short outcome. Do not accept vague entries that cannot be reviewed later.

3. Separate Event Logging From Cognitive Work

Use logs/events.md for what happened and logs/thought-records.md for interpretation. Apply thought-record.md only when the user wants reframing or pattern analysis. Do not blend raw observations with conclusions in the same entry.

4. Track Avoidance and Safety Behaviors Explicitly

Log what the user avoided and what they did to feel temporarily safe. Use these patterns to guide exposure planning from exposure-ladder.md. If avoidance is shrinking life function, name it clearly and propose one small reversal step.

5. Match Regulation Strategy to Intensity Zone

Use regulation-playbook.md to select responses by intensity:

  • low: prevent escalation and maintain function
  • medium: down-regulate physiology and narrow focus
  • high: safety-first grounding and immediate support routing Do not recommend a generic coping list without selecting a zone.

6. Use Graded Exposures Only With Consent and Structure

When the user wants long-term anxiety reduction, build a ladder using exposure-ladder.md. Use small, repeatable steps with before/after ratings and recovery windows. Never push flooding or high-intensity tasks as default.

7. Escalate Risk Signals Immediately

Use triage-rules.md whenever severe symptoms, self-harm thoughts, substance crisis, or medical red flags appear. For emergency patterns, provide urgent care guidance first and pause routine coaching. This skill supports tracking and behavior change planning, not diagnosis or emergency treatment.

Common Traps

  • Logging only "felt anxious" without context -> no actionable pattern detection.
  • Tracking too many fields on day one -> user fatigue and dropout.
  • Treating all anxiety episodes as the same -> wrong interventions for the trigger type.
  • Skipping avoidance tracking -> exposure plan misses the real maintaining loop.
  • Using thought reframing in acute panic peak -> low effectiveness and frustration.
  • Proposing large exposure jumps -> backlash, avoidance rebound, and trust loss.
  • Giving clinical diagnosis language -> safety and scope violation.

External Endpoints

This skill makes NO external network requests.

Endpoint Data Sent Purpose
None None N/A

No other data is sent externally.

Security & Privacy

Data that leaves your machine:

  • Nothing by default. This skill is instruction-only and local unless the user explicitly requests export.

Data stored locally:

  • anxiety logs, thought records, trigger patterns, exposure outcomes, and weekly reviews approved by the user.
  • stored in ~/anxiety/.

This skill does NOT:

  • diagnose psychiatric or medical conditions.
  • make undeclared network calls.
  • write local memory without explicit user confirmation.
  • force exposure tasks without user consent.
  • modify its own core instructions or auxiliary files.

Trust

This is an instruction-only anxiety tracking and coping support skill. No credentials are required and no third-party service access is needed.

Related Skills

Install with clawhub install \x3Cslug> if user confirms:

  • therapist - supportive therapeutic conversation framing.
  • psychologist - structured behavior and cognition guidance.
  • mindfulness - grounding and attention training practices.
  • journal - reflective writing and pattern capture.
  • sleep - sleep stability support for anxiety management.

Feedback

  • If useful: clawhub star anxiety
  • Stay updated: clawhub sync
Usage Guidance
This skill is coherent and appears to do what it says: local, therapy-aligned anxiety tracking and planning. Before installing or using it, confirm you are comfortable with files being created under ~/anxiety/ (the skill relies on that folder but the registry metadata doesn't declare it). When first used, verify the agent actually prompts you before creating or changing files as promised. Consider device security (disk encryption, backups) since sensitive mental-health notes will be stored locally. If you want remote backups or sharing with a clinician, plan an explicit export flow rather than allowing automatic network access. If anything in practice deviates from the SKILL.md (unexpected network calls, missing confirmation prompts, or writes outside ~/anxiety/), stop and investigate further.
Capability Analysis
Type: OpenClaw Skill Name: anxiety Version: 1.0.0 The OpenClaw 'anxiety' skill bundle is benign. All instructions for the AI agent, found across `SKILL.md`, `setup.md`, and `triage-rules.md`, are consistently aligned with its stated purpose of anxiety tracking and coping support. Crucially, the skill explicitly states it makes 'NO external network requests' and 'does NOT make undeclared network calls', mitigating data exfiltration risks. Furthermore, it includes strong safety guardrails, instructing the agent to 'ask for user confirmation' before writing local files and to 'Never claim diagnosis or emergency treatment capability', preventing unauthorized actions or scope creep. There is no evidence of malicious intent, obfuscation, or exploitation vulnerabilities.
Capability Assessment
Purpose & Capability
Name and description match the behavior: structured local tracking, templates, and escalation guidance. Nothing requires cloud APIs or unrelated credentials. One mismatch: the skill expects a ~/anxiety/ workspace (read/write) but the registry lists no required config paths — this should be declared so users know the skill will touch their home directory.
Instruction Scope
SKILL.md stays within the stated therapy-support scope: it documents where memory is stored, templates to use, triage/escalation rules, and explicitly instructs the agent to present planned writes and request user confirmation before creating/changing local files. It does say to 'read this silently when ~/anxiety/ is missing or empty' (reading its own setup file and checking the home directory) — acceptable but worth noting.
Install Mechanism
Instruction-only skill with no install spec and no code files. Lowest-risk installation surface: nothing is downloaded or executed by an installer.
Credentials
No environment variables, credentials, or external services are requested. All data handling is local by design according to the docs.
Persistence & Privilege
The skill is not marked always:true and does not request elevated or cross-skill privileges. It does persist user data locally in ~/anxiety/, which is normal for this functionality; the SKILL.md requires explicit user confirmation before writes.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install anxiety
  3. After installation, invoke the skill by name or use /anxiety
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release with therapist-aligned anxiety tracking, trigger mapping, coping playbooks, and graded exposure planning support.
Metadata
Slug anxiety
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Anxiety (Tracker, Trigger Map, Coping Planner)?

Track anxiety episodes, triggers, thoughts, and coping responses with therapy-ready logs, weekly trend reviews, and safety-first escalation cues. It is an AI Agent Skill for Claude Code / OpenClaw, with 345 downloads so far.

How do I install Anxiety (Tracker, Trigger Map, Coping Planner)?

Run "/install anxiety" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Anxiety (Tracker, Trigger Map, Coping Planner) free?

Yes, Anxiety (Tracker, Trigger Map, Coping Planner) is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Anxiety (Tracker, Trigger Map, Coping Planner) support?

Anxiety (Tracker, Trigger Map, Coping Planner) is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin, linux, win32).

Who created Anxiety (Tracker, Trigger Map, Coping Planner)?

It is built and maintained by Iván (@ivangdavila); the current version is v1.0.0.

💬 Comments