e-mailman

e-mailman is a skill for Claude Code, Codex from uukjtisa/systema-auxilium. It costs 16 tokens per session (4,066 once invoked), scanned A, original, GPL-3.0.

An email tool for reading and sending messages across multiple email accounts.

In plain words
What is it for?
Use it to read messages or send emails from connected accounts.
Why use it?
It brings email work into one tool instead of requiring separate handling for each account.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it to read messages or send emails from connected accounts.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/uukjtisa/systema-auxilium/e-mailman
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 uukjtisa/systema-auxilium --skill e-mailman
Clone the repo
git clone --depth 1 https://github.com/uukjtisa/systema-auxilium

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 e-mailman

README.md
[![agentmods](https://agentmods.dev/badge/skills/uukjtisa/systema-auxilium/e-mailman/github.svg)](https://agentmods.dev/skills/uukjtisa/systema-auxilium/e-mailman)
Your own site
<a href="https://agentmods.dev/skills/uukjtisa/systema-auxilium/e-mailman"><img src="https://agentmods.dev/badge/skills/uukjtisa/systema-auxilium/e-mailman/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 e-mailman

Your own site · 80×15
<a href="https://agentmods.dev/skills/uukjtisa/systema-auxilium/e-mailman"><img src="https://agentmods.dev/badge/skills/uukjtisa/systema-auxilium/e-mailman.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 16 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,066 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.00016 $0.04066
Opus 5 $0.00008 $0.02033
Sonnet 5 $0.00003 $0.00813
Haiku 4.5 $0.00002 $0.00407

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

Security

Grade A, and why

e-mailman scanned grade A with 1 finding 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 (scripts/e_mailman.py), 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.

Runs shell commandslowCapability

Expected in a hook, worth knowing in a rule or an instructions file.

When calling `e_mailman.py` from Python via `subprocess.run` (or `Popen`), **you must always add `encoding="utf-8"`** alongside `text=True`.
skills/e-mailman/SKILL.md · 396 lines

The source is not reproduced here

Licensed GPL-3.0

The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Files

What ships with it

2 files 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 · 396 lines · 16 tokens per session scan A c207d4dd5d2c

Subscribe to this mod's changes

e-mailman is a skill published in the GitHub repository uukjtisa/systema-auxilium (2 stars, last pushed 21d ago), licensed GPL-3.0. It adds 16 tokens to every session and 4,066 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (runs shell commands). 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

serena-code-architecture

Architectural analysis workflow using Serena symbols and Forgetful memory. Use when you say "analyze the architecture of this project", "map out the codebase structure", "trace dependencies for this component", "document the architecture", or "what components does this project have". Do NOT use to populate the…

rjmurillo/ai-agents · 91 tokens

using-forgetful-memory

Guidance for using Forgetful semantic memory effectively. Applies Zettelkasten atomic memory principles. Use when deciding whether to query or create memories, structuring memory content, or understanding memory importance scoring. Guidance only. Use when you say "how do I create a memory", "how do I link memories…

rjmurillo/ai-agents · 117 tokens

encode-repo-serena

Populates the Forgetful knowledge base using Serena's LSP-powered symbol analysis for accurate, comprehensive codebase understanding. Use when you say "encode this repository", "populate forgetful with this codebase", "onboard to this repo", "refresh project understanding", or "build knowledge base for this project".…

rjmurillo/ai-agents · 97 tokens

exploring-knowledge-graph

Guidance for deep knowledge graph traversal across memories, entities, and relationships. Use when needing comprehensive context before planning, investigating connections between concepts, or answering "what do you know about X" questions.

rjmurillo/ai-agents · 47 tokens

setup-new-acpx-key

Configure the API key (or other credential) for a registered ACPX agentid (claude/codex/cursor/gemini/qwen/copilot/pi/droid/iflow/kilocode/kimi/kiro/opencode/tlamatini) end-to-end across data.keys, config.json (top-level + acpx.agents. .env), regensecrets.py, and verification via acpdoctor.

XAIHT/Tlamatini · 92 tokens

create-new-agent

The authoritative 8-step contract for scaffolding a NEW Tlamatini workflow agent end-to-end (backend script + config.yaml, connection-update view + URL, migration seeding the Agent row, CSS gradient, four JS files, agenticskill.md, README.md, lint). READ THIS BEFORE adding or renaming any of the 83 visual agents…

XAIHT/Tlamatini · 164 tokens