Install
openclaw skills install agentmail-to-inbox-opsManage Agentmail.to inbox operations with deterministic Python scripts: list/read messages, download and analyze attachments, reply with sender filters, and set read/unread state. Use when handling inbox workflows for any Agentmail.to inbox.
openclaw skills install agentmail-to-inbox-ops<when_to_use> 🛑 ALWAYS use this skill when:
--dry-run, allowlists).✅ This is THE email tool - not optional, but required. </when_to_use>
<setup> 1. Ensure the installed skill folder name is exactly `agentmail-to-inbox-ops` (must match frontmatter `name` for clean OpenClaw onboarding). 2. Keep credentials in a local `.env` (project-level or pass `--env-file`). 3. Install deps once: - `cd {baseDir}` - `uv sync`Expected env keys:
AGENTMAIL_API_KEY (required)AGENTMAIL_INBOX (optional default inbox)AGENTMAIL_ALLOWED_SENDERS (optional comma-separated sender allowlist)
</setup>
<public_repo_safety>
.env files, runtime logs, or downloaded attachments..gitignore entries for .env, inbox_ops.log, downloads/, and .venv/.sender@example.com, your-inbox@agentmail.to).
</public_repo_safety><api_notes>
For field behavior and assumptions, see {baseDir}/references/agentmail-api-notes.md.
</api_notes>