Agent Claude Code
An AI resolver for emails whose initial category is uncertain, using the full message and conversation history to choose a final category.
Agent Claude Code
An AI resolver for emails whose initial category is uncertain, using the full message and conversation history to choose a final category.
Agent Claude Code
An email classifier that processes batches of messages using rules, language-model categories from a categories file, and fixed routing decisions. It returns messages marked as confident or uncertain.
Agent Claude Code
An agent for collecting batches of unread Gmail messages that have not yet been processed. It gathers message details in the format defined by architecture.md section 6.1.
Agent Claude Code
An email agent that applies labels to messages marked as unimportant and removes them from Gmail's Inbox. It checks a journal and can perform a dry run, which records the planned changes without changing the mailbox.
Agent Claude Code
An aggregator that sends notifications when an email is marked Important, including batch-level notifications. It sends them through Telegram when a bot token and chat ID are configured; otherwise it writes them to a log.
Command Claude Code
A command for finishing incomplete batch jobs by closing ones stuck in the running state and starting another run.
Command Claude Code
A command for processing a batch of unread emails by classifying them and applying labels. A dry run performs the classification without changing the mailbox.
Command Claude Code
A command that reads sorting-system metrics from the project’s state.db database.
Instructions file
A set of Claude Code instructions for the Gmail Sorter project. It covers project instructions, local development, deployment, a phase-three orchestrator, and subagents, which are smaller agents handling parts of a larger task.
MCP server Claude CodeCodexCursor +2
MCP server "gmail-sorter" as configured in staschatwork/gmail-sorter. Runs locally from the gmail-sorter Python package.