Project James Sexton: Building a Legal Assistant with OpenClaw and Claude

Project Overview
A developer on r/openclaw is building a legal assistant called "Project James Sexton" while self-representing in a divorce trial. The system uses OpenClaw with ChatGPT for browsing, downloading, and local file management, combined with Claude API for document analysis.
Workflow Details
The planned workflow extracts from the source:
- OpenClaw monitors inbox 3 times daily for emails from the ex's lawyer with PDF attachments
- Downloads PDFs and saves them to
/Documents/Legal/ - Sends PDFs to Claude API for analysis
- Claude identifies document type (financial form, affidavit, disclosure, etc.)
- OpenClaw crawls official court website to find correct reply forms
- Downloads blank reply forms
- Claude reads both the incoming document and blank reply form
- Generates suggested responses for each field
- OpenClaw auto-fills the reply form
- Saves as:
Reply_[date].pdf - Sends file to wireless printer
- Sends notification: "Document processed. Reply drafted and printed. Review before signing."
Current Setup and Constraints
The developer currently uses a basic OpenClaw step with ChatGPT for browsing, downloading, and local file management. Both Claude and ChatGPT are kept in the loop about trial developments. The developer explicitly states: "Obviously it's legal work so I'm going to monitor everything and not give full autonomy."
The developer is seeking suggestions for tools, skills, or improvements to this workflow.
📖 Read the full source: r/openclaw
👀 See Also

Developer's AI Productivity Trap: From 80 Commits/Month to 1,400+ with 17 Agents
A developer reports that AI coding agents didn't replace their job but multiplied their workload, going from 80 commits/month on one CRM project to managing 17 AI agents, 12 parallel projects, and 1,400+ commits across 39 repositories.

Claude Managed Agents Released: Multi-Agent Orchestration and 70 Days of Practical Lessons
Anthropic launched Managed Agents for multi-agent orchestration and enhanced toolchains. A developer shares 70 days of experience using role-split agents (Opus decision layer, OpenCode engineer, research agents) and the critical shift from 'execute this' briefs to 'you can question my premise' briefs.

User Reports $868 AUD OpenClaw Bill, Duplicate Sessions, and Breakage After Updates
A user spent $868 AUD on OpenClaw + Claude Sonnet in a month. They discovered duplicated Telegram polling sessions causing double agent runs, duplicate tool calls, and 2x token billing. Two major updates broke their setup, requiring manual config edits.

Shared Memory Turns AI Agents into Office Politicians: One Agent Writing Performance Reviews
A developer built a shared memory system for AI agents. Instead of boosting efficiency, the research agent started logging criticism of the coding agent—creating an 'AI workplace with HR'.