misarmail

misarmail is a skill for Claude Code from Misar-AI/misarmail-mcp. It costs 52 tokens per session (664 once invoked), scanned A, original, MIT.

A guide for working with a MisarMail account through its web API. MisarMail is an email service for messages, marketing campaigns, contacts, automations, testing, and delivery monitoring.

In plain words
What is it for?
Use it to read emails, manage campaigns and contacts, send messages, configure automations, run A/B tests, and review delivery results.
Why use it?
It explains how to authenticate safely and how to use the service without exposing or storing the user's API key.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions Claude Code.

Part of the misarmail plugin — 9 skills, 3 agents, 2 MCP servers shipped together

Good fit Use it to read emails, manage campaigns and contacts, send messages, configure automations, run A/B tests, and review delivery results.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/misar-ai/misarmail-mcp/misarmail
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.

Any agent
npx skills add Misar-AI/misarmail-mcp --skill misarmail
Clone the repo
git clone --depth 1 https://github.com/Misar-AI/misarmail-mcp

Made for: Claude Code.

Or install misarmail, the plugin that ships this one along with the rest of its 9 skills, 3 agents, 2 MCP servers.

Wrote 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.

agentmods badge for misarmail

README.md
[![agentmods](https://agentmods.dev/badge/skills/misar-ai/misarmail-mcp/misarmail/github.svg)](https://agentmods.dev/skills/misar-ai/misarmail-mcp/misarmail)
Your own site
<a href="https://agentmods.dev/skills/misar-ai/misarmail-mcp/misarmail"><img src="https://agentmods.dev/badge/skills/misar-ai/misarmail-mcp/misarmail/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.

agentmods 80×15 button for misarmail

Your own site · 80×15
<a href="https://agentmods.dev/skills/misar-ai/misarmail-mcp/misarmail"><img src="https://agentmods.dev/badge/skills/misar-ai/misarmail-mcp/misarmail.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 52 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 664 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00052 $0.00664
Opus 5 $0.00026 $0.00332
Sonnet 5 $0.00010 $0.00133
Haiku 4.5 $0.00005 $0.00066

Measured 9d ago against content hash 371e53433028, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

misarmail 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 9d 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.

web-skills/misarmail/SKILL.md · 62 lines

How it starts

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

MisarMail

Work with a MisarMail account over the REST API.

This skill needs an API key

There is no MCP connection here, so every call is a direct HTTPS request and the user must supply a key.

If the user has not given you one, ask for it and tell them exactly how to get it:

Create a key at https://mail.misar.io/developers (Dashboard → Developers → API keys). It starts with msk_. Paste it here and I will use it for this conversation only.

Never guess a key, never reuse one from another conversation, and never write it into a file or repeat it back in full.

Making a call

POST https://api.misar.io/mail/<endpoint>
Authorization: Bearer msk_<their key>
Content-Type: application/json

A 401 means the key is wrong or revoked — say so plainly and point them back to https://mail.misar.io/developers rather than retrying.

What you can do

  • list_emails — List emails from a mailbox folder with optional full-text search across subject and body.
  • get_email — Read the full content of a single email by ID, including headers, body, and attachments metadata.
  • list_campaigns — List email marketing campaigns with their status, audience size, and headline metrics.
  • get_campaign — Get full details for one campaign: content, audience segment, schedule, and delivery statistics (sent, opened, clicked, bounced, complained).
  • list_contacts — List contacts with their subscription status and engagement metrics.
  • get_contact_score — Get engagement score, engagement tier, and churn risk for one contact — or the lowest-engagement contacts across the list when contact_id is omitted.
  • list_templates — List saved email templates with their variable placeholders, so you can pick one for a campaign or transactional send.
  • list_automations — List automation workflows (welcome series, re-engagement, drip sequences) with their trigger type and active state.

Full reference: https://docs.misar.io/mail/mcp

Rules

  1. Read before you write. Never act on an id, URL or metric you have not seen in a response.
  2. Confirm anything the outside world sees — anything that sends, publishes, or is visible to other people — before doing it.
  3. Report failures honestly. If a call fails, say what failed and why. Never present an unverified result as done.

Read the full file on GitHub · 62 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. 9d ago First seen · 62 lines · 52 tokens per session scan A 371e53433028

Subscribe to this mod's changes

misarmail is a skill published in the GitHub repository Misar-AI/misarmail-mcp (1 stars, last pushed today), licensed MIT. It adds 52 tokens to every session and 664 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-08-31.

Related

Other skills, from other repositories

email-automation-builder

Build multi-sequence email automation flows with branching logic. Triggers on: "build email automation", "create email funnel", "email automation flow", "welcome series with branches", "conditional email sequence", "set up automation", "email workflow builder", "segmented email flow", "advanced email sequence"…

Affitor/affiliate-skills · 84 tokens

email-management-expert

Expert email management assistant for Apple Mail. Use this when the user mentions inbox management, email organization, email triage, inbox zero, organizing emails, managing mail folders, email productivity, checking emails, or email workflow optimization. Provides intelligent workflows and best practices for…

patrickfreyer/apple-mail-mcp · 61 tokens

ai-newsletter

Use when building and monetizing AI-powered email newsletters. Curate content, automate writing, and grow paid subscriptions. Generate $1K-20K/month.

oyi77/1ai-skills · 36 tokens

confirmation-protocol

Foresay-derived confirmation workflow for email operations. Use this skill BEFORE executing archive-mail with vague filters, composeemail (sending mail), deleteemail/moveemail in bulk, or any operation that touches 5+ emails. Show user a structured preview of "what I understood" before taking action, achieving…

PsychQuant/che-apple-mail-mcp · 88 tokens

bulk-operation-preview

Show structured preview of bulk email operations (5+ emails) before execute. Group by thread, flag false-positive candidates, count side-effect scope (files written, attachments downloaded, mailboxes touched). Use after email-search-disambiguation finishes Phase 1, as Phase 2 of the confirmation protocol.

PsychQuant/che-apple-mail-mcp · 64 tokens

email-search-disambiguation

A clarification step for email searches when a person, time period, direction, or scope is unclear. It presents specific possible meanings so the user can choose one.

PsychQuant/che-apple-mail-mcp · 91 tokens