clawmax-resend

clawmax-resend is a skill for Claude Code, Codex from Maximilien-ai/clawmax. It costs 18 tokens per session (712 once invoked), scanned A, original, MIT.

A local skill for sending outbound email through the ClawMax Resend bridge, an email delivery service. It sends a message only when the recipient and email request are explicit.

In plain words
What is it for?
Use it when you need to send an email to a clearly specified recipient through the ClawMax Resend bridge.
Why use it?
It provides a defined way to send email from the agent while reporting whether the send actually succeeded.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions subagents.

Good fit Use it when you need to send an email to a clearly specified recipient through the ClawMax Resend bridge.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/maximilien-ai/clawmax/clawmax-resend
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 Maximilien-ai/clawmax --skill clawmax-resend
Clone the repo
git clone --depth 1 https://github.com/Maximilien-ai/clawmax

Made for: Claude Code, Codex.

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 clawmax-resend

README.md
[![agentmods](https://agentmods.dev/badge/skills/maximilien-ai/clawmax/clawmax-resend/github.svg)](https://agentmods.dev/skills/maximilien-ai/clawmax/clawmax-resend)
Your own site
<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.

agentmods 80×15 button for clawmax-resend

Your own site · 80×15
<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>
Per session 18 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 712 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00018 $0.00712
Opus 5 $0.00009 $0.00356
Sonnet 5 $0.00004 $0.00142
Haiku 4.5 $0.00002 $0.00071

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

Security

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.

The scan reads SKILL.md. This mod also ships 1 executable file (index.ts), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

SKILLS/custom/clawmax-resend/SKILL.md · 51 lines

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-send in the current agent session.
  • When the user gives an explicit recipient and clear email intent, run clawmax-resend-send immediately instead of describing what you plan to do.
  • Only say the tool is unavailable or failed if you actually ran clawmax-resend-send and it returned an error.
  • If clawmax-resend-send returns 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-send returned 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 status or send both responses, combine the relevant prior assistant content into one email body and send it with clawmax-resend-send.
  • For inline content sends, do not create temporary files such as current_status.txt or summary.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.md or 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.

Read the full file on GitHub · 51 lines

Files

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.

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. 10d ago First seen · 51 lines · 18 tokens per session scan A 8ac261f1eae8

Subscribe to this mod's changes

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.

Related

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…

ericrisco/rsc-harness · 83 tokens

Email Send

Send transactional emails through Resend. Supports HTML / plain-text bodies, reply-to, cc, bcc, and tags.

winsenlabs/platos · 28 tokens

swarm-advanced

Advanced swarm orchestration patterns for research, development, testing, and complex distributed workflows.

ruvnet/RuView · 21 tokens

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.

microsoft/agent-framework · 82 tokens

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.

microsoft/agent-framework · 43 tokens

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.

microsoft/agent-framework · 35 tokens