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

Qwen3-VL-32B-Instruct excels at multimodal flashcard grading
A developer tested Qwen3-VL-32B-Instruct for grading image-occluded Anki flashcards and found it outperformed models like Gemini 2.5 Flash, GPT 5 Nano/Mini, XAI 4.1 Fast, GLM, and Mistral models, with only ChatGPT 5.2 and Gemini 3/3.1/Claude 4+ coming close.

Developer Builds Browser RPG in 9 Days Using Claude Code and Godot
A developer created 'Civic Nightmare,' a satirical browser RPG, in 9 days using Godot and Claude Code as part of a multi-tool AI workflow. This was their first time using the Godot engine.

OpenClaw Setup Combines Local Models, OpenAI, and n8n for Cost-Effective AI Operations
A developer shares their OpenClaw configuration using OpenAI via OAuth for high-quality reasoning, local models for daily tasks, and n8n for automation workflows, keeping monthly costs around $20.

Porting Quake to Three.js with Claude Code: Workflow and Limitations
A developer used Claude Code to port Quake's source code to JavaScript and Three.js, creating a web-based version. The project involved significant prompting work and revealed Claude's difficulty with porting multiplayer server code to Deno+WebTransport.