OpenTidy: Open-Source Background Assistant Using Claude Code for Admin Tasks

OpenTidy: Persistent Claude Code Sessions for Admin Automation
OpenTidy is an open-source service that runs Claude Code sessions in the background to handle administrative tasks autonomously. The tool addresses the problem of manually managing long-running admin workflows like invoice processing, form filling, and communication triage.
How It Works
OpenTidy connects to email, WhatsApp, and SMS to automatically parse incoming messages and create organized job queues. Instead of requiring constant user interaction, it creates persistent jobs that can run for days or weeks. The system:
- Runs up to 10 jobs in parallel, each in its own isolated session with a dedicated browser
- Automatically picks up jobs when new information arrives or when previous blocks are resolved
- Only notifies users via Telegram when sensitive actions require approval (sending emails, submitting forms, making payments)
- Uses Claude Code's official command-line interface with documented flags
Technical Implementation
The tool uses Claude Code's official interface without modifications or hacks. It leverages:
claude -pcommand with standard flags--allowedToolsfor controlling tool access--system-promptfor setting context--resumefor continuing sessions- PreToolUse hooks for intercepting sensitive actions
OpenTidy doesn't modify your personal Claude Code configuration and works with existing Claude Pro or Max subscriptions. The guardrail system intercepts sensitive actions before they reach Claude Code, so the AI remains unaware of the approval mechanism.
Current Status
The project is early-stage and currently macOS-only. It's completely free and open source, requiring only a Claude subscription to function. The creator developed it as a simpler alternative to OpenClaw, which they found overly complex for admin workflows.
📖 Read the full source: r/ClaudeAI
👀 See Also

HyperResearch: Open-source Claude Code skill harness turns it into a deep research agent
HyperResearch converts Claude Code into a 16-step deep research pipeline with persistent knowledge store, fact-checking, and authenticated web sessions. Open-source, single-command install, outperforms OpenAI and Google on DeepResearch Bench.

OpenClaw Skill Reduces Accessibility Tree Tokens from 600K to 1.3K
A developer built an OpenClaw skill that uses ML-based element ranking to prune accessibility trees, cutting slickdeals.com from ~598K tokens to ~1.3K tokens by keeping only the top ~50 actionable elements.

Using Claude Code to revive abandoned personal projects: a practical walkthrough
Matthew Brunelle shares how he used Claude Code (with Opus 4.6) to resurrect a stalled YouTube Music–to–OpenSubsonic API shim project, complete with setup steps, prompts, and workflow tips.

Self-Evolving Skill pattern validation: 5-round experiment results
A developer tested the Self-Evolving Skill design pattern for Claude Code with a 5-round experiment on a MySQL database with 29 tables and 590MB of smart building management data. Key results include a 63.6% Five-Gate rejection rate, incremental convergence, and 100% accuracy with no incorrect knowledge surviving.