OpenClaw as a Paralegal: Divorce Case Setup with Discord, Obsidian, and GPT Access

A Reddit user going through divorce and custody mediation in Japan describes how they've been using OpenClaw on a Mac mini as a paralegal workbench. Setup involved Discord channels, an Obsidian vault, and giving GPT access to email, calendar, and file system. The result: a structured evidence repository, bilingual lawyer correspondence, automated deadline reminders, and a verifiable parenting journal that cross-references photos with smartwatch GPS data.
What OpenClaw Is Doing
- Advice & memory: Maintains files with full case chronology, who-said-what, lawyer assignments, and deadlines. Users report lawyers can't keep this level of detail.
- Evidence organization: Indexed and searchable archive of thousands of chat messages, screenshots, photos, and audio files from messaging apps.
- Private case site: Built with Claude on VS Studio, locked behind Cloudflare. Lawyers can search via an AI chatbot instead of receiving zip files by email.
- Parenting journal: Cross-references photos with smartwatch GPS data to produce timestamped records of time spent with child. Tiers from “photo exists” up to “photo + GPS track confirms location.” Sortable and defensible in court.
- Bilingual drafting: Every email to Japanese counsel gets a draft in both English and Japanese.
- Deadline chasing: Nags with lead time for mediation dates, filing deadlines, and what's upcoming.
- Boundary enforcement: Nothing external is sent without explicit approval. The user approves drafts; GPT only drafts.
- Personality: Configured as a “snippy smartarse” – the quips about the ex's antics are described as “seriously hilarious.”
Setup Notes
Initial token burn was significant, but the user notes the cost is negligible compared to lawyer fees. The system also handles personal tasks like garbage collection days (important in Japan), house plant monitoring, and home hub management.
📖 Read the full source: r/openclaw
👀 See Also

Running Multiple Telegram Bots on a Single AI Agent for Parallel Tasks
A developer solved the problem of waiting for an AI agent to finish one task before starting another by setting up three Telegram bots that all bind to the same underlying agent. Each bot operates independently with its own chat and conversation history, while sharing the same workspace, memory, and learnings.

OpenClaw setup for college baseball score updates with Telegram alerts
A developer built an OpenClaw flow that checks ASU and GT baseball games every ~8 minutes using ESPN's college baseball scoreboard API, sending Telegram alerts only when scores, innings, or final results change to avoid spam.

Claude AI Diagnoses Zigbee Network Issue, Recommends Switching from deCONZ to Zigbee2MQTT
A user reported that Claude AI identified a deCONZ issue where switching scenes triggered over 80 ZCL-attribute read commands that overwhelmed a Conbee 2 adapter. Claude recommended migrating to Zigbee2MQTT, which resolved years of unreliable lighting behavior.

Claude Word Add-in: Parallel Processing of 100+ Page Legal Documents and Multi-Sheet Spreadsheets
Users report syncing multiple 40-100+ page legal documents and 10-worksheet spreadsheets in parallel via the Claude Word add-in, with agents pushing/pulling data and ensuring consistency across entire document packages.