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

A System for Claude Code to Learn Your Project Over Time
A developer created a simple setup to help Claude Code retain context between sessions by adding a CLAUDE.md file, a docs folder with project conventions, and three prompts for bootstrapping, refining, and capturing patterns.

ClaudeOrb: Chrome Extension Monitors Claude API Usage in Real-Time
A developer built ClaudeOrb, a free Chrome extension that displays Claude session percentage, weekly limits, countdown timers, Claude Code costs, and 7-day spending trends. The tool was created using Claude Code after hitting rate limits without warning.

Phaselock: An AI Agent Control System Inspired by Parenting Techniques
Phaselock is an open-source Agent Skill that implements four control mechanisms for AI coding agents: explicit gates before action, immediate feedback on mistakes, constrained choices, and mechanical rule enforcement. It works with Claude Code, Cursor, Windsurf, and any tool supporting hooks.

PageAgent: Browser AI Agent That Runs Inside Web Pages with Ollama Support
PageAgent is a JavaScript library that runs AI agents directly inside web pages, reading live DOM as text instead of using screenshots. It works with any OpenAI-compatible endpoint including Ollama, enabling local LLM calls directly from the browser.