Agent skill · Content & Marketing

crisis-detection-intervention-ai

Detect crisis signals in user content using NLP, mental health sentiment analysis, and safe intervention protocols. Implements suicide ideation detection, automated escalation, and crisis resource integration. Use for mental health apps, recovery platforms, support communities. Activate on "crisis detection", "suicide prevention", "mental health NLP", "intervention protocol". NOT for general sentiment analysis, medical diagnosis, or replacing professional help.

FreedomIntelligencegithub.com/FreedomIntelligenceGitHub ↗
claude-codecan modify filesships scripts
Install
npx skills add FreedomIntelligence/OpenClaw-Medical-Skills --skill crisis-detection-intervention-ai --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 6
SKILL.md size: 15 KB
Bundled scripts: yes
Allowed tools: ReadWriteEditBash(npm:*)
Path: skills/crisis-detection-intervention-ai/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 2,909
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Crisis Detection & Intervention AI Expert in detecting mental health crises and implementing safe, ethical intervention protocols. ## ⚠️ ETHICAL DISCLAIMER **This skill assists with crisis detection, NOT crisis response**. ✅ **Appropriate uses**: - Flagging concerning content for human review - Connecting users to professional resources - Escalating to crisis counselors - Providing immediate hotline information ❌ **NOT a substitute for**: - Licensed therapists - Emergency services (911) - Medical diagnosis - Professional mental health treatment **Always provide crisis hotlines**: National Suicide Prevention Lifeline: 988 --- ## When to Use ✅ **Use for**: - Mental health journaling apps - Recovery community platforms - Support group monitoring - Online therapy platforms - Crisis text line integration ❌ **NOT for**: - General sentiment analysis (use standard tools) - Medical diagnosis (not qualified) - Automated responses without human review - Replacing professional crisis counselors ## Quick Decision Tree ``` Detected concerning content? ├── Immediate danger? → Escalate to crisis counselor + show 988 ├── Suicidal ideation? → Flag for review + show resources ├── Substance relapse?

What's inside
Steps it walks through
  1. ⚠️ ETHICAL DISCLAIMER
  2. When to Use
  3. Quick Decision Tree
  4. Technology Selection
  5. NLP Models for Mental Health (2024)
  6. Common Anti-Patterns
  7. Anti-Pattern 1: Using Generic Sentiment Analysis
  8. Anti-Pattern 2: Automated Responses Without Human Review
  9. Anti-Pattern 3: Not Providing Immediate Resources
  10. Anti-Pattern 4: Storing Crisis Data Insecurely
  11. Anti-Pattern 5: No Escalation Protocol
  12. Implementation Patterns
  13. Pattern 1: Multi-Signal Detection
  14. Pattern 2: Safe Keyword Matching
Ships with 5 files
  • references/crisis-resources.md
  • references/intervention-protocols.md
  • references/mental-health-nlp.md
  • scripts/crisis_detector.ts
  • scripts/model_evaluator.ts
More from OpenClaw-Medical-Skills
All skills →
About this skill
What does the crisis-detection-intervention-ai skill do?

Detect crisis signals in user content using NLP, mental health sentiment analysis, and safe intervention protocols. Implements suicide ideation detection, automated escalation, and crisis resource integration. Use for mental health apps, recovery platforms, support communities. Activate on "crisis detection", "suicide prevention", "mental health NLP", "intervention protocol". NOT for general sentiment analysis, medical diagnosis, or replacing professional help.

How do I install it?

Run `npx skills add FreedomIntelligence/OpenClaw-Medical-Skills --skill crisis-detection-intervention-ai --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From FreedomIntelligence/OpenClaw-Medical-Skills, a repository with 2,909 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going