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 Full SaaS Product with Claude Cowork: MLB Scoreboard App with Auth, Payments, and Embed Widget
A developer built ScorePorch, a personalized MLB scoreboard app with React frontend, Express/Vercel API, Supabase auth, Stripe payments, and an embeddable widget entirely using Claude Cowork sessions. The project includes live scores, team-themed dashboards, and a 23KB dependency-free widget.

Running Claude with Qwen 3.5 as a persistent agent on Mac Mini reveals human bottleneck
A developer runs Claude with Qwen 3.5 as a persistent agent on a dedicated Mac Mini, handling product creation, project management, analytics, newsletter support, and 3,000 WizBoard tasks. The agent created 16 products in two months, revealing that the bottleneck shifted from production capacity to human approval and decision-making.

Solo Founder Builds News Analysis Platform with Claude Code: Lessons on Scaling and Debugging
A solo founder without a CS degree built The Daily Martian, a news analysis platform analyzing 40+ outlets using Python/FastAPI, PostgreSQL, Redis, and React/TypeScript, primarily through Claude Code. The developer shares specific challenges including context loss, database connection issues, and debugging strategies.

Batch API Cost-Effective for Multi-File Code Changes
A developer reports using Claude Sonnet and Opus for batch processing to modify 30+ files and generate 3k lines of code for approximately £2, with specific prompts and tools like Repomix for content gathering and Minimax for cleanup.