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 Maximilien-ai/clawmax --skill clawmax-resendgit clone --depth 1 https://github.com/Maximilien-ai/clawmaxWrote 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/maximilien-ai/clawmax/clawmax-resend)<a href="https://agentmods.dev/skills/maximilien-ai/clawmax/clawmax-resend"><img src="https://agentmods.dev/badge/skills/maximilien-ai/clawmax/clawmax-resend/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/maximilien-ai/clawmax/clawmax-resend"><img src="https://agentmods.dev/badge/skills/maximilien-ai/clawmax/clawmax-resend.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00018 | $0.00712 |
| Opus 5 | $0.00009 | $0.00356 |
| Sonnet 5 | $0.00004 | $0.00142 |
| Haiku 4.5 | $0.00002 | $0.00071 |
Grade A, and why
clawmax-resend 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 10d 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 — 51 lines — stays where its author put it; the contents beside it link to each section on GitHub.
SKILL.md - ClawMax Resend Skill
Overview
Use this skill to send outbound email through the ClawMax Resend bridge.
Rules
- This skill is a local capability, not an agent, channel, or session target.
- Use
clawmax-resend-sendin the current agent session. - When the user gives an explicit recipient and clear email intent, run
clawmax-resend-sendimmediately instead of describing what you plan to do. - Only say the tool is unavailable or failed if you actually ran
clawmax-resend-sendand it returned an error. - If
clawmax-resend-sendreturns an error, stop and report that exact error. Do not retry with another method in the same turn. - Do not claim an email was sent unless
clawmax-resend-sendreturned a success message. - After a successful send, confirm briefly. If the command did not confirm success, report the failure instead of implying delivery.
- Do not use
sessions_send,sessions_spawn, or agent-to-agent messaging for this skill. - Do not delegate email sending to subagents.
- Do not use generic message/email channel tools when this skill is assigned.
- Do not use
web_fetch, Slack webhooks, Discord webhooks, or any external delivery service for this skill. - Do not create local files or tell the user to send the email manually unless the user explicitly asked for that fallback.
Content Sends
- For requests like
send that statusorsend both responses, combine the relevant prior assistant content into one email body and send it withclawmax-resend-send. - For inline content sends, do not create temporary files such as
current_status.txtorsummary.md. Pass the content directly with--body. - Do not spawn subagents or wait on other sessions for normal resend content sends.
- For summaries, status updates, and other generated writeups, put the content directly in the email body by default.
- Do not create
summary.mdor attach a generated file unless the user explicitly asks for a file or attachment. - Reuse the most recent recipient if the user says
same email.
What ships with it
1 file 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.
- 10d ago First seen · 51 lines · 18 tokens per session scan A 8ac261f1eae8
clawmax-resend is a skill published in the GitHub repository Maximilien-ai/clawmax (94 stars, last pushed today), licensed MIT. It adds 18 tokens to every session and 712 once invoked, about $0.0001 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-30.
Other skills, from other repositories
email-connector
Use when wiring server code to send transactional or bulk email via Resend, SendGrid, or Postmark: a provider-agnostic sendEmail() seam, idempotent retries, 100-cap batches with partial failures, transactional-vs-broadcast streams, bounce webhooks feeding a suppression list. NOT SPF/DKIM/DMARC inbox reputation (that…
Email Send
Send transactional emails through Resend. Supports HTML / plain-text bodies, reply-to, cc, bcc, and tags.
swarm-advanced
Advanced swarm orchestration patterns for research, development, testing, and complex distributed workflows.
foundry-hosted-agent-validation
Step-by-step process for validating a Python Foundry hosted agent sample (under python/samples/04-hosting/foundry-hosted-agents/) end to end — running it locally (native runtime and azd ai agent run) and after deploying it to an Azure AI Foundry project with azd. Use this when asked to validate a hosted agent sample.
python-feature-lifecycle
Guidance for package and feature lifecycle in the Agent Framework Python codebase, including stage meanings, feature-stage decorators, feature enums, and how to move APIs from one stage to the next.
python-development
Coding standards, conventions, and patterns for developing Python code in the Agent Framework repository. Use this when writing or modifying Python source files in the python/ directory.