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 Linearl/reasonix_skill_repo --skill mail-skillgit clone --depth 1 https://github.com/Linearl/reasonix_skill_repoWrote 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/linearl/reasonix_skill_repo/mail-skill)<a href="https://agentmods.dev/skills/linearl/reasonix_skill_repo/mail-skill"><img src="https://agentmods.dev/badge/skills/linearl/reasonix_skill_repo/mail-skill.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.1 | $0.00096 | $0.03040 |
| Opus 5 | $0.00048 | $0.01520 |
| Sonnet 5 | $0.00019 | $0.00608 |
| Haiku 4.5 | $0.00010 | $0.00304 |
Grade C, and why
mail-skill scanned grade C 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 7d 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.
Recursive force deletehighDestructive command
rm -rf with a variable or a broad path is one typo away from removing the wrong tree.
rm -rf "$SKILL_DIR" The source is not reproduced here
A licence we could not identify
The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.
What ships with it
35 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.
- config/classification_rules.yaml 5.5 KB
- example.config.txt 3.2 KB
- PATCH.md 1.6 KB
- references/MEMORY.md 847 B
- references/templates/email_table.md.j2 352 B
- references/templates/email_theme.html.j2 3.4 KB
- references/templates/thread.md.j2 403 B
- scripts/mail_cli.py 93 KB runs code
- scripts/mail_manager/__init__.py 0 B runs code
- scripts/mail_manager/attachment_parser/__init__.py 3.6 KB runs code
- scripts/mail_manager/attachment_parser/base.py 1.5 KB runs code
- scripts/mail_manager/attachment_parser/excel_parser.py 2.3 KB runs code
- scripts/mail_manager/attachment_parser/image_parser.py 3.9 KB runs code
- scripts/mail_manager/attachment_parser/pdf_parser.py 2.0 KB runs code
- scripts/mail_manager/attachment_parser/pptx_parser.py 2.1 KB runs code
- scripts/mail_manager/attachment_parser/text_parser.py 1.7 KB runs code
- scripts/mail_manager/classifier.py 10 KB runs code
- scripts/mail_manager/client.py 24 KB runs code
- scripts/mail_manager/config_manager.py 2.9 KB runs code
- scripts/mail_manager/date_parser.py 6.5 KB runs code
- scripts/mail_manager/db.py 41 KB runs code
- scripts/mail_manager/detail.py 9.0 KB runs code
- scripts/mail_manager/email_providers.py 8.8 KB runs code
- scripts/mail_manager/errors.py 2.8 KB runs code
- scripts/mail_manager/llm/__init__.py 241 B runs code
- scripts/mail_manager/llm/client.py 5.7 KB runs code
- scripts/mail_manager/llm/prompts.py 3.7 KB runs code
- scripts/mail_manager/models.py 1.8 KB runs code
- scripts/mail_manager/query_parser.py 5.3 KB runs code
- scripts/mail_manager/reply_assistant.py 4.2 KB runs code
- scripts/mail_manager/rules.py 7.2 KB runs code
- scripts/mail_manager/server.py 8.5 KB runs code
- scripts/mail_manager/summary_report.py 24 KB runs code
- scripts/mail_manager/templates.py 7.7 KB runs code
- scripts/mail_manager/thread_manager.py 11 KB runs code
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.
- 7d ago First seen · 459 lines · 96 tokens per session scan C 1d4f1a15e9b1
mail-skill is a skill published in the GitHub repository Linearl/reasonix_skill_repo (2 stars, last pushed 10d ago), with no licence file. It adds 96 tokens to every session and 3,040 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
behavior-design
Use when a goal must be converted into a repeatable behavior, cue, SOP, review cadence, and identity-aligned reinforcement.
daily-okr
Use when planning or closing a daily knowledge-compounding cycle across input, cognition, wiki, behavior, creativity, output, and feedback.
superbrain-distill
Internal SuperBrain skill — run by the detached capture child to distill a session-event delta into routed Obsidian notes. Not for direct user invocation.
priority-dashboard
Use this to rebuild, inspect, or temporarily steer {{username}}'s current PersonalOS priority dashboard from canonical Actions, Attention Triggers, and owner context. Do NOT use it to create, complete, or independently manage tasks; use task-manager for Action and Trigger lifecycle changes.
claudeai-sync
One-command incremental sync of a claude.ai WEB account into the Obsidian vault — pull only new/changed chats, fold them in as notes (idempotent, never overwrites curated ones), extract artifacts as first-class notes, concept-link the new artifacts, refresh the RAG index + dashboard. Trigger on "/claudeai-sync", "pull…
wrap-session-up
End-of-session review for a Claude Code conversation. Replays what was discussed, checks for open action items, documents relevant outcomes in the brain vault, and creates Todoist tasks for anything untracked. Use at the end of a work session to ensure nothing falls through the cracks.