Borrowing it
Nothing to install: this file belongs to ronnycoding/my-personal-assistant. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/ronnycoding/my-personal-assistant/main/.claude/skills/scan-inbox/SKILL.mdgit clone --depth 1 https://github.com/ronnycoding/my-personal-assistantWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/ronnycoding/my-personal-assistant/scan-inbox)<a href="https://agentmods.dev/skills/ronnycoding/my-personal-assistant/scan-inbox"><img src="https://agentmods.dev/badge/skills/ronnycoding/my-personal-assistant/scan-inbox.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00057 | $0.00906 |
| Opus 5 | $0.00028 | $0.00453 |
| Sonnet 5 | $0.00011 | $0.00181 |
| Haiku 4.5 | $0.00006 | $0.00091 |
Grade A, and why
scan-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 4d ago.
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.
How it starts
The opening of the file, as written. The whole thing — 134 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Scan Inbox
Analyzes your Apple Mail inbox to identify unread, actionable, and priority messages within a specified time range.
When to Use This Skill
Activate this skill when the user asks questions like:
- "Check my email"
- "What unread emails do I have?"
- "Any urgent emails?"
- "Show me actionable items from my inbox"
- "Triage my email from today"
What This Skill Does
- Scans all inbox accounts in Apple Mail
- Filters messages by time range (default: last 24 hours)
- Identifies unread messages
- Detects actionable keywords (deadline, urgent, action required, meeting, request, etc.)
- Identifies priority/flagged messages
- Returns structured data with counts and message details
Instructions
Step 1: Determine Time Range
Ask the user if they want a specific time range, or use these defaults:
- "Today" or "recent" → 24 hours
- "This week" or "recent days" → 48-72 hours
- Specific request → Honor their time range
Step 2: Execute the Scan
Run the AppleScript skill using the Bash tool:
```bash osascript .claude/skills/scan-inbox/scripts/scan_inbox.scpt false ```
Parameters:
<hours>: Number of hours to look back (e.g., 24, 48, 72)false: Set totruefor priority-only mode
Step 3: Parse Results
The script returns:
success: boolean (true/false)unreadCount: Total unread messagesactionableCount: Messages with actionable keywordspriorityCount: Flagged/priority messagesunreadList: Array of unread message details (sender, subject, date, flagged status)actionableList: Array of actionable messagespriorityList: Array of priority messages
Step 4: Present Results to User
Format the output in a clear, actionable way:
Example Response: ``` 📬 Inbox Summary (Last 24 Hours)
📊 Overview:
- 38 unread messages
- 0 actionable items
- 0 priority/flagged
📧 Recent Unread:
- Google - Security alert
- C# Digest - Newsletter
- BAC Credomatic - Transaction notification ... (showing top 5-10)
What ships with it
4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 4d ago First seen · 134 lines · 57 tokens per session scan A 8e8fd8774abc
scan-inbox is a skill published in the GitHub repository ronnycoding/my-personal-assistant (12 stars, last pushed 10mo ago), licensed MIT. It adds 57 tokens to every session and 906 once invoked, about $0.0003 per session on Opus 5. 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.
Other skills, from other repositories
orbit-notion
Open Orbit briefing skill — selected by the Orbit pipeline when Notion is the user's only connected connector, or when the user explicitly scopes their daily digest to Notion. Pulls the past 24 hours of document edits, comments, mentions, and database row changes from the user's authenticated Notion connection and…
Cortex
Operate Cortex, the LifeOS memory system — the typed Knowledge Archive (People, Companies, Ideas, Research with typed related: links) plus recall of prior work sessions, ISAs, and conversations. Search, add, harvest, develop, ingest, distill, graph-navigate, recall. USE WHEN cortex, knowledge, knowledge base, search…
feishu
Work with Feishu or Lark bots, docs, sheets, bitables, approval flows, and OpenAPI/MCP setup without hardcoding credentials.
pinchtab-mcp
Use this skill when a task requires browser automation through PinchTab's MCP server connected to a remote browser instance. Covers navigation, element interaction, data extraction, form filling, multi-step flows, and session management via MCP tools.
peekaboo
Capture and automate macOS UI with the Peekaboo CLI.
mochi-remind
Handle due reminders — notify the user with natural language and mark them done.