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/daaab/agent-skills/ethermailnpx skills add dAAAb/agent-skills --skill ethermailgit clone --depth 1 https://github.com/dAAAb/agent-skillsWrote 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/daaab/agent-skills/ethermail)<a href="https://agentmods.dev/skills/daaab/agent-skills/ethermail"><img src="https://agentmods.dev/badge/skills/daaab/agent-skills/ethermail.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.00046 | $0.01324 |
| Opus 5 | $0.00023 | $0.00662 |
| Sonnet 5 | $0.00009 | $0.00265 |
| Haiku 4.5 | $0.00005 | $0.00132 |
Grade A, and why
ethermail 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 3d 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 — 185 lines — stays where its author put it; the contents beside it link to each section on GitHub.
EtherMail (Web3 Email)
Access email using your Ethereum wallet address. No email/password needed — just sign with your wallet!
🚀 Quick Start
Easiest way: Use the Telegram Mini App! 👉 Open EtherMail on Telegram
Prerequisites
- WalletConnect connector — Use the
walletconnect-agentskill or your own WalletConnect setup - Browser automation — Clawdbot browser tool or Puppeteer
- EVM wallet — Any Ethereum-compatible address
Your EtherMail Address
Your email is automatically derived from your wallet:
<your-wallet-address>@ethermail.io
Example: [email protected]
You can also set up custom aliases like [email protected] in account settings.
Access Methods
Method 1: Telegram Mini App (Recommended)
The easiest way to access EtherMail:
- Open: https://t.me/ethermailappbot/app?startapp=afid_6986e9a5c5a97b905a78c390
- Connect your wallet via WalletConnect
- Read and send emails directly in Telegram!
Method 2: Web Browser + WalletConnect
Step 1: Navigate to Login Page
browser action=navigate profile=clawd targetUrl="https://ethermail.io/accounts/login"
Step 2: Click Wallet Login
Find and click the "Sign in with Wallet" button to trigger WalletConnect modal.
Step 3: Extract WalletConnect URI from Shadow DOM
EtherMail embeds WalletConnect in Shadow DOM. Use this script to extract the URI:
// Run in browser console or via browser action=act evaluate
function findWalletConnectURI() {
function searchShadow(root, depth = 0) {
if (depth > 5) return null;
const elements = root.querySelectorAll('*');
for (const el of elements) {
if (el.shadowRoot) {
const html = el.shadowRoot.innerHTML;
const match = html.match(/wc:[a-f0-9]+@2\?[^"'<>\s]+/);
if (match) return match[0];
const found = searchShadow(el.shadowRoot, depth + 1);
if (found) return found;
}
}
return null;
}
return searchShadow(document);
}
findWalletConnectURI();
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.
- 3d ago First seen · 185 lines · 46 tokens per session scan A 0a90fa919ad6
ethermail is a skill published in the GitHub repository dAAAb/agent-skills (2 stars, last pushed 5d ago), licensed MIT. It adds 46 tokens to every session and 1,324 once invoked, about $0.0002 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.
Other skills, from other repositories
azure-mgmt-apicenter-dotnet
Azure API Center SDK for .NET. Centralized API inventory management with governance, versioning, and discovery. Use for creating API services, workspaces, APIs, versions, definitions, environments, deployments, and metadata schemas. Triggers: "API Center", "ApiCenterService", "ApiCenterWorkspace", "ApiCenterApi", "API…
conductor-implement
Executes the tasks defined in the specified track's plan. Use this to start or continue working on a feature, bug fix, or chore.
requirements-author
Requirements authoring guide for BRD and PRD across Discover, Define, and Govern with canonical templates and handoff contracts.
marginfi
MarginFi — Solana lending and borrowing.
crypto-market-rank
Crypto market rankings and leaderboards. Query trending tokens, top searched tokens, Binance Alpha tokens, tokenized stocks, social hype sentiment ranks, smart money inflow token rankings, top meme token rankings from Pulse launchpad, and top trader PnL leaderboards. Use this skill when users ask about token rankings…
trading-signal
Subscribe and retrieve on-chain Smart Money signals. Monitor trading activities of smart money addresses, including buy/sell signals, trigger price, current price, max gain, and exit rate. Use this skill when users are looking for investment opportunities — smart money signals can serve as valuable references for…