← 返回 Skills 市场
ivangdavila

Anxiety (Tracker, Trigger Map, Coping Planner)

作者 Iván · GitHub ↗ · v1.0.0
darwinlinuxwin32 ✓ 安全检测通过
345
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install anxiety
功能描述
Track anxiety episodes, triggers, thoughts, and coping responses with therapy-ready logs, weekly trend reviews, and safety-first escalation cues.
使用说明 (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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install anxiety
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /anxiety 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release with therapist-aligned anxiety tracking, trigger mapping, coping playbooks, and graded exposure planning support.
元数据
Slug anxiety
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 345 次。

如何安装 Anxiety (Tracker, Trigger Map, Coping Planner)?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install anxiety」即可一键安装,无需额外配置。

Anxiety (Tracker, Trigger Map, Coping Planner) 是免费的吗?

是的,Anxiety (Tracker, Trigger Map, Coping Planner) 完全免费(开源免费),可自由下载、安装和使用。

Anxiety (Tracker, Trigger Map, Coping Planner) 支持哪些平台?

Anxiety (Tracker, Trigger Map, Coping Planner) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux, win32)。

谁开发了 Anxiety (Tracker, Trigger Map, Coping Planner)?

由 Iván(@ivangdavila)开发并维护,当前版本 v1.0.0。

💬 留言讨论