inbox

inbox is a command for Claude Code from ronnycoding/my-personal-assistant. It costs 0 tokens per session (1,764 once invoked), scanned A, original, MIT.

Scan Apple Mail inbox for the last 48 hours and extract actionable intelligence with professional context awareness, focusing on job opportunities, urgent items, and time-sensitive requests.

Command for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/ronnycoding/my-personal-assistant/inbox
Clone the repo
git clone --depth 1 https://github.com/ronnycoding/my-personal-assistant

Made for: Claude Code.

Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,764 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.01764
Opus 5 $0.00000 $0.00882
Sonnet 5 $0.00000 $0.00353
Haiku 4.5 $0.00000 $0.00176

Measured yesterday against content hash 173763993254, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

inbox scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/commands/inbox.md · 252 lines

How it starts

The opening of the file, as written. The whole thing — 252 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Inbox Intelligence Command

Scan Apple Mail inbox for the last 48 hours and extract actionable intelligence with professional context awareness, focusing on job opportunities, urgent items, and time-sensitive requests.

Phase 1: Data Collection

Execute the email scanning script to gather inbox data:

osascript .claude/skills/scan-inbox/scripts/scan_inbox.scpt 48 false

Phase 2: Intelligence Extraction & Categorization

Analyze each email and categorize based on the following priority matrix:

🔴 CRITICAL - Job Opportunities (Priority Score: 100)

Detection Keywords:

  • Role indicators: "interview", "position", "role", "opportunity", "career", "hiring", "application", "candidate"
  • Seniority levels: "Principal", "Senior", "Staff", "Lead", "Architect"
  • Engineering roles: "Engineer", "Developer", "Architect", "Technical Lead"

Extraction Requirements:

  • Company name (from sender domain or subject)
  • Role title (exact phrase)
  • Sender name and email address
  • Action required (interview, application, response)
  • Received timestamp

Exclusions:

  • Generic job board digests (Torre bulk emails, LinkedIn daily digests)
  • "Apply now" promotional emails without specific role
  • Job alerts with dozens of listings (bulk newsletters)

Professional Context Filters:

  • Prioritize: Python, Backend, Cloud, AI/ML, Distributed Systems
  • Seniority match: Principal, Senior, Staff levels
  • Work style: Remote-first or hybrid opportunities
  • De-prioritize: Junior, Entry-level, Intern positions

🔴 URGENT - Time-Sensitive Items (Priority Score: 90)

Detection Keywords:

  • Urgency: "urgent", "ASAP", "immediate", "critical", "important"
  • Deadlines: "expires", "deadline", "due by", "expires in [N] days", "by [date]"
  • Action required: "action required", "please respond", "needs approval", "approval needed"

Extraction Requirements:

  • What's due or expiring
  • Deadline date/time (if present)
  • Who requested it
  • Consequences of missing deadline

Read the full file on GitHub · 252 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 252 lines · 0 tokens per session scan A 173763993254

Subscribe to this mod's changes

inbox is a command published in the GitHub repository ronnycoding/my-personal-assistant (12 stars, last pushed 9mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,764 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-02.