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

Developer builds self-improving LinkedIn content system with Claude skills
A freelance B2B marketer created a two-skill Claude system for LinkedIn content that writes in their voice and improves based on performance data, generating 110K impressions across 3 posts in one week.

Local Multi-Agent AI Setup on WSL Using OpenClaw and Ollama
A developer shares their architecture for running a multi-agent AI system on WSL Ubuntu 24.04 using OpenClaw as a gateway, with four specialized agents including one running locally on Ollama for zero API costs.

Product Designer Ships macOS Screen Recording App Using Claude Code
A product designer with minimal Xcode experience used Claude Code to build and ship Drishti Studio, a macOS screen recording app. The developer started with small features, refined their Claude workflow over time, and released the app with a free trial available at drishtistudio.app.

Adding a lightweight browser layer to OpenClaw on headless VPS
A developer shares their approach to handling sites that need more than pure headless browsing by adding a minimal visual browser environment only when needed, while keeping the VPS headless by default and reusing persistent browser profiles.