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.
npx skills add laschopin/better-email-mcp-worker --skill follow-upgit clone --depth 1 https://github.com/laschopin/better-email-mcp-workerWrote 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/laschopin/better-email-mcp-worker/follow-up)<a href="https://agentmods.dev/skills/laschopin/better-email-mcp-worker/follow-up"><img src="https://agentmods.dev/badge/skills/laschopin/better-email-mcp-worker/follow-up/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/laschopin/better-email-mcp-worker/follow-up"><img src="https://agentmods.dev/badge/skills/laschopin/better-email-mcp-worker/follow-up.svg" alt="Reviewed on agentmods" width="80" 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.00020 | $0.00616 |
| Opus 5 | $0.00010 | $0.00308 |
| Sonnet 5 | $0.00004 | $0.00123 |
| Haiku 4.5 | $0.00002 | $0.00062 |
Grade A, and why
follow-up 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 11d 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.
This is a copy
88% identical to follow-up — 6 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 78 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Follow-Up
Find emails that need follow-up and draft contextual responses.
Unanswered Sent Emails
Find emails you sent that received no reply after N days:
-
Search Sent folder for emails sent N+ days ago:
messages(action="search", query="SINCE 2026-03-16 BEFORE 2026-03-20", folder="Sent", account="...") -
Cross-reference Inbox for replies:
- For each sent email, search Inbox for matching Subject (with
Re:prefix):messages(action="search", query="SUBJECT \"Re: <original subject>\" FROM <recipient>") - If no matching reply found, this email needs follow-up
- For each sent email, search Inbox for matching Subject (with
-
Present candidates with context:
No reply after 5 days: 1. "API Integration Proposal" to [email protected] (sent Mar 18) Original: Asked about timeline for API access 2. "Invoice #2024-003" to [email protected] (sent Mar 16) Original: Sent invoice, requested payment confirmation
Flagged but Unreplied
Find received emails you flagged/starred but never responded to:
messages(action="search", query="FLAGGED", account="...")
Then for each flagged email, check Sent folder for a reply with matching subject. If none found, it needs attention.
Drafting Follow-Up Messages
For each follow-up candidate:
-
Read the original thread to get full context
-
Decide reply type:
- If original was your sent email with no reply: draft a gentle follow-up referencing the original
- If original was received and you haven't replied: draft a response to their message
-
Use reply (not new message) when following up on existing threads:
send(action="reply", message_id="<original_msg_id>", body="<follow-up text>")Only use
send(action="send")for new conversations. -
Follow-up tone guidelines:
- First follow-up (3-5 days): "Just checking in on this..."
- Second follow-up (7-10 days): "Wanted to circle back on..."
- Final follow-up (14+ days): Direct ask with deadline: "Could you confirm by Friday?"
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.
- 11d ago First seen · 78 lines · 20 tokens per session scan A 520255f2fcb0
follow-up is a skill published in the GitHub repository laschopin/better-email-mcp-worker (0 stars, last pushed 1mo ago), licensed MIT. It adds 20 tokens to every session and 616 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 88% identical to follow-up, differing in 6 lines, and is treated as a copy.
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…
agentmail
Use your assigned AgentMail inbox to read email tasks, explicitly send or reply, and check delivery. Provided automatically by your inbox assignment.
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…
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.
feishu
Work with Feishu or Lark bots, docs, sheets, bitables, approval flows, and OpenAPI/MCP setup without hardcoding credentials.
peekaboo
Capture and automate macOS UI with the Peekaboo CLI.