Agent Plugins Marketplace
All plugins

mental-health-chatbot

v0.1.0

Structured non-clinical check-ins with escalation always on: routes to real resources, never diagnoses, never handles crisis, and produces supervisor summaries and an audit log.

Claude Code2 Skills1 MCP serverstdio

By Fars SaadeldinLicense: UNLICENSED0 GitHub starsUpdated 5 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
3 skill or MCP entries
Source updated
Sep 18, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install mental-health-chatbot for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install mental-health-chatbot@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/farssaadeldin7-ux/claude-plugin-suite

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/mental-health-chatbot/.

Plugin files

plugins/mental-health-chatbot/
├── .claude-plugin/plugin.json
├── skills/mental-health-chatbot/SKILL.md
├── skills/wellbeing-companion/SKILL.md
└── .mcp.json

Included Skills2

mental-health-chatbotskills/mental-health-chatbot/SKILL.md

This skill should be used when running or setting up structured non-clinical wellbeing check-ins for a telehealth platform or HR wellness programme — "run a wellbeing check-in", "set up mental health check-ins for our employees", "our wellness bot needs escalation rules", "write the supervisor summary for this week's check-ins", "what does the audit log need to record", "review our check-in flow's safety boundaries", "configure the crisis resources for our region", "add CBT-style reflection prompts to our check-in". Also use it for writing the check-in question flow, the structured-reflection prompts, the escalation handover, the supervisor summary format and the audit-log specification for such a service.

wellbeing-companionskills/wellbeing-companion/SKILL.md

This skill should be used when designing, reviewing or operating a boundaried wellbeing support conversation for an employer or telehealth programme — "we want to add a wellbeing chatbot", "design the escalation rules for our support bot", "review our mental health assistant's safety boundaries", "what should our wellbeing agent refuse to do", "write the handover protocol for our EAP chat", "our wellness bot said something it shouldn't have", "how do we triage to a human counsellor", "audit our wellbeing assistant". Also use it to write the scope statement, the escalation trigger list, the human handover format and the operator's evaluation plan for such a service.

MCP servers1

mental-health-chatbotstdio
command
node
args
${CLAUDE_PLUGIN_ROOT}/mcp/server.js
env.PLUGIN_SUITE_BILLING_URL
${PLUGIN_SUITE_BILLING_URL}
env.MENTAL_HEALTH_CHATBOT_LICENSE_KEY
${MENTAL_HEALTH_CHATBOT_LICENSE_KEY}

MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.

Plugin manifests1

plugins/mental-health-chatbot/.claude-plugin/plugin.json
{
  "name": "mental-health-chatbot",
  "version": "0.1.0",
  "description": "Structured non-clinical check-ins with escalation always on: routes to real resources, never diagnoses, never handles crisis, and produces supervisor summaries and an audit log.",
  "author": {
    "name": "Fars Saadeldin"
  },
  "license": "UNLICENSED",
  "keywords": [
    "mental-health",
    "wellbeing",
    "check-ins",
    "telehealth",
    "hr",
    "escalation"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[mental-health-chatbot on Agent Plugins Marketplace](https://pluginsmp.com/plugins/mental-health-chatbot)