← 返回 Skills 市场
100
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install family-conflict-mediator
功能描述
Analyze family conflicts calmly and provide mediation steps, dialogue suggestions, and resources for non-emergency situations.
使用说明 (SKILL.md)
Family Conflict Mediator(家庭冲突调解员)
Overview
帮助用户在家庭冲突(非紧急)情况下冷静分析,给出调解步骤和话术建议。
Trigger
- 家庭争吵
- 夫妻冷战
- 亲子冲突
- 家庭矛盾
Output
JSON: {detectedParties[], conflictLevel, mediationSteps[], principle, crisisResources{}}
安全使用建议
This skill appears internally consistent and implements simple text heuristics for non-emergency family mediation. Before installing: (1) Understand it is not a substitute for professional counseling or emergency services—do not rely on it for imminent danger. (2) It contains hardcoded crisis numbers (Chinese hotlines); verify or replace them with your region's appropriate resources. (3) The code runs locally (no network calls), but review handler.py yourself if you require guarantees about data handling. (4) If you intend to use this skill in scenarios involving abuse or violence, prefer trained professionals and emergency services.
功能分析
Type: OpenClaw Skill
Name: family-conflict-mediator
Version: 0.1.0
The skill bundle is a straightforward family conflict mediation tool. The logic in handler.py uses basic keyword matching to assess conflict levels and provide structured advice and emergency contact numbers (e.g., 110, 12338) without any network activity, file system access, or suspicious instructions.
能力评估
Purpose & Capability
Skill name/description (family mediation) align with included handler.py and SKILL.md. No unrelated environment variables, binaries, or config paths are requested.
Instruction Scope
SKILL.md defines a narrow runtime contract (JSON with detectedParties, conflictLevel, mediationSteps, principle, crisisResources). handler.py implements those outputs using only the provided input text and internal heuristics; it does not read files, env vars, or transmit data to external endpoints.
Install Mechanism
No install spec; the package is instruction-only with a small handler.py. Nothing is downloaded or extracted from external URLs.
Credentials
The skill requires no environment variables, secrets, or credentials. Its runtime logic uses only the input text and built-in constants (e.g., hotline numbers).
Persistence & Privilege
always is false and autonomous invocation is the default platform behavior; the skill does not request permanent system-wide privileges or modify other skills' configs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install family-conflict-mediator - 安装完成后,直接呼叫该 Skill 的名称或使用
/family-conflict-mediator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Family Conflict Mediator 0.1.0
- Initial release to help users navigate non-urgent family conflicts.
- Supports detection of conflict parties and level of conflict.
- Provides step-by-step mediation guidance and conversation suggestions.
- Outputs responses in structured JSON format.
- Includes a principle for mediation and information on crisis resources.
元数据
常见问题
Family Conflict Mediator 是什么?
Analyze family conflicts calmly and provide mediation steps, dialogue suggestions, and resources for non-emergency situations. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 100 次。
如何安装 Family Conflict Mediator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install family-conflict-mediator」即可一键安装,无需额外配置。
Family Conflict Mediator 是免费的吗?
是的,Family Conflict Mediator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Family Conflict Mediator 支持哪些平台?
Family Conflict Mediator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Family Conflict Mediator?
由 haidong(@harrylabsj)开发并维护,当前版本 v0.1.0。
推荐 Skills