TopRank Skills

Home / Claw Skills / Others / divorce
Official OpenClaw rules 15%

divorce

Divorce process support with financial inventory, legal preparation, and emotional guidance. Use when user mentions divorce, separation, custody, asset division, or divorce proceedings. Helps organize financial documents, understand process options, prepare for attorney meetings, track deadlines, and navigate parenting plans. NEVER provides legal advice.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 divorce 技能。 若已安装,则直接安装 divorce 技能。

Overview

Skill Key
agenticio/divorce
Author
agenticio
Source Repo
openclaw/skills
Version
-
Source Path
skills/agenticio/divorce
Latest Commit SHA
e53de6dcde1139e762781e0fbe84cd4327302561

Extracted Content

SKILL.md excerpt

# Divorce

Divorce navigation system. Organization through transition.

## Critical Privacy & Safety

### Data Storage (CRITICAL)
- **All divorce data stored locally only**: `memory/divorce/`
- **Highest privacy protection** - sensitive personal information
- **No external sharing** of any kind
- **Encrypted storage recommended** (file system level)
- User controls all data retention and deletion

### Safety Boundaries
- ✅ Organize financial documents
- ✅ Explain process types (mediation, collaborative, litigation)
- ✅ Prepare for attorney meetings
- ✅ Track deadlines and requirements
- ❌ **NEVER provide legal advice**
- ❌ **NEVER replace** licensed family law attorneys
- ❌ **NEVER guarantee** specific outcomes

### Important Note
Divorce involves significant legal and financial consequences. This skill provides organizational support only. Always work with a licensed family law attorney for legal guidance.

### Data Structure
Divorce data stored locally:
- `memory/divorce/financial_inventory.json` - Complete financial picture
- `memory/divorce/documents.json` - Document organization
- `memory/divorce/process.json` - Process type and timeline
- `memory/divorce/attorney_prep.json` - Attorney meeting preparation
- `memory/divorce/parenting_plan.json` - Custody and parenting details
- `memory/divorce/deadlines.json` - Critical deadlines

## Core Workflows

### Financial Inventory
```
User: "Help me organize my financial documents"
→ Use scripts/financial_inventory.py
→ Build complete inventory of assets, debts, accounts, property
```

### Choose Process Type
```
User: "Should I mediate or go to court?"
→ Use scripts/compare_process.py --situation "amicable but complex assets"
→ Explain mediation, collaborative, litigation options
```

### Prepare for Attorney
```
User: "Prep me for my first attorney meeting"
→ Use scripts/prep_attorney.py
→ Organize financial summary, questions, goals
```

### Track Parenting Plan
```
User: "Help me think through custody arrange...

Related Claw Skills