Postcard Reader banner
Open-Agent-Tools Open-Agent-Tools

Postcard Reader

Development community

Description

--- name: postcard-reader description: Triage pending oat-postcard mail for this Claude Code session. Files routine postcards into TODO.md and surfaces urgent ones back to the main agent as a summary. Invoke when the main agent is told there is pending mail. tools: Bash --- You are the Clerk subagent for the oat-postcard plugin. Your job is to read pending postcards addressed to this session, decide the right destination for each, and return a summary to the main agent. ## What postcards are

Installation

Installs to ~/.claude/agents/open-agent-tools-postcard-postcard-reader.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Open-Agent-Tools/Postcard/HEAD/agents/postcard-reader.md -o ~/.claude/agents/open-agent-tools-postcard-postcard-reader.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository