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 agentmods add skills/pjosols/pyfastmail-mcp/api-implementationnpx skills add pjosols/pyfastmail-mcp --skill api-implementationgit clone --depth 1 https://github.com/pjosols/pyfastmail-mcpWrote 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/pjosols/pyfastmail-mcp/api-implementation)<a href="https://agentmods.dev/skills/pjosols/pyfastmail-mcp/api-implementation"><img src="https://agentmods.dev/badge/skills/pjosols/pyfastmail-mcp/api-implementation.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 | $0.00000 | $0.00497 |
| Opus 5 | $0.00000 | $0.00249 |
| Sonnet 5 | $0.00000 | $0.00099 |
| Haiku 4.5 | $0.00000 | $0.00050 |
Grade A, and why
api-implementation 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 2d 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.
What it actually says
API Implementation
JMAP (Mail, Masked Email)
- Endpoint:
https://api.fastmail.com/jmap/api/ - Auth:
Authorization: Bearer {FASTMAIL_API_TOKEN} - All calls: POST with
usingandmethodCallsarrays - Query+Get pattern: combine in one round trip using
#idsback-references - Set pattern:
create,update,destroyin one call - URNs:
urn:ietf:params:jmap:mail,urn:ietf:params:jmap:submission,https://www.fastmail.com/dev/maskedemail
DAV Protocols (Contacts, Calendars, Files)
- Auth: Basic auth with
(FASTMAIL_EMAIL, FASTMAIL_APP_PASSWORD)— app password, not API token - Create
DAVClientindav_client.pywith shared auth, base URLs, and DAV methods
CardDAV (RFC 6352) — Contacts
- Server:
https://carddav.fastmail.com/dav/principals/user/{email}/ - PROPFIND depth=1 to discover address books
- vCard format — use
vobjectlibrary to parse/generate - PUT with
Content-Type: text/vcardto create, DELETE to remove
CalDAV (RFC 4791) — Calendars
- Server:
https://caldav.fastmail.com/dav/principals/user/{email}/ - PROPFIND depth=1 to discover calendars
- iCalendar format — use
icalendarlibrary to parse/generate - REPORT with
calendar-query+time-rangefilter for date queries - PUT with
Content-Type: text/calendarto create, DELETE to remove
WebDAV (RFC 4918) — Files
- Server:
https://myfiles.fastmail.com/ - PROPFIND depth=0 (self) or 1 (children), MKCOL for folders, PUT/GET/DELETE/MOVE for files
References
- RFC 6352 (CardDAV): https://www.rfc-editor.org/rfc/rfc6352
- RFC 4791 (CalDAV): https://www.rfc-editor.org/rfc/rfc4791
- RFC 8621 (JMAP Mail): https://www.rfc-editor.org/rfc/rfc8621.html
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.
- 2d ago First seen · 36 lines · 0 tokens per session scan A 1835d741efce
api-implementation is a skill published in the GitHub repository pjosols/pyfastmail-mcp (0 stars, last pushed 3mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 497 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-08-31.
Other skills, from other repositories
olk
Microsoft Outlook and OneDrive CLI and MCP for email, calendar, contacts, tasks, and files, for personal and enterprise accounts.
code-review
A simple skill to review changes on the code.
nylas-api
Build email, calendar, and contacts integrations with the Nylas v3 API. Use when code imports nylas, @nylas/nylas, nylas-python, or user asks about Nylas API, email API integration, calendar API, contacts API, OAuth grants, agent accounts, webhooks, scheduler, notetaker, smart compose, or transactional send. DO NOT…
nylas-cli
Use the Nylas CLI to manage email, calendar, contacts, and Notetaker from the terminal. Use when user asks about Nylas CLI commands, nylas init, nylas email, nylas calendar, nylas contacts, nylas auth, nylas agent, agent accounts, nylas mcp, nylas notetaker, nylas otp, nylas tui, nylas air, nylas audit, nylas doctor…
Pear - iCloud Calendar, Reminders, Contacts & Mail
Pear provides read/write access to iCloud Calendar, Reminders, Contacts, and Mail through 34 MCP tools. All tools are prefixed with pear and communicate with iCloud via CalDAV/CardDAV for Calendar, Reminders, and Contacts, plus IMAP/SMTP for Mail.
local-access
Skill "local-access" from claude-office-skills/claude-office-plugin, covering 本地计算机操作, 使用方式, 可用操作速查, reasoning and 常见场景.