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 radif-ru/ai-multi-agent-system --skill mail-digestgit clone --depth 1 https://github.com/radif-ru/ai-multi-agent-systemWrote 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/radif-ru/ai-multi-agent-system/mail-digest)<a href="https://agentmods.dev/skills/radif-ru/ai-multi-agent-system/mail-digest"><img src="https://agentmods.dev/badge/skills/radif-ru/ai-multi-agent-system/mail-digest/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/radif-ru/ai-multi-agent-system/mail-digest"><img src="https://agentmods.dev/badge/skills/radif-ru/ai-multi-agent-system/mail-digest.svg" alt="Reviewed on agentmods" width="80" 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.00000 | $0.00629 |
| Opus 5 | $0.00000 | $0.00315 |
| Sonnet 5 | $0.00000 | $0.00126 |
| Haiku 4.5 | $0.00000 | $0.00063 |
Grade A, and why
mail-digest 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 9d 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.
What it actually says
Description: Сводка по почте: вызывает email_list, запускает stats.py для детерминированного подсчёта, интерпретирует результат.
Skill: mail-digest
Когда использовать
- Пользователь просит «сводку по почте», «сколько писем», «топ отправителей», «статистику по письмам».
- Нужно быстро оценить объём входящей почты без чтения каждого письма.
Не использовать, если пользователь просит прочитать конкретное письмо — для этого скилл email-assistant и tool email_read.
Алгоритм
- Вызови tool
email_listс нужными параметрами (provider, unread_only, limit). - Сохрани JSON-вывод во временный файл (в
tmp_dirпользователя). - Вызови
run_skill_scriptсskill="mail-digest",script="stats.py",args=["--input", "<путь_к_файлу>"]. - Интерпретируй JSON-сводку из stdout: назови цифры (всего/непрочитанных), перечисли топ-3 отправителей, укажи разбивку по датам.
- Верни результат в
final_answerкак краткий текстовый отчёт.
Скрипты
| Скрипт | Назначение | Аргументы | Вывод |
|---|---|---|---|
stats.py |
Подсчёт сводки по JSON-выводу email_list |
--input <file> (или stdin) |
JSON: {total, unread, read, top_senders, by_date} |
Пример
Вход: пользователь пишет «дай сводку по почте».
email_list({"limit": 50})→{"messages": [...], "warnings": []}- Сохранить JSON в
tmp/mail.json. run_skill_script({"skill": "mail-digest", "script": "stats.py", "args": ["--input", "tmp/mail.json"]})- stdout:
{"total": 42, "unread": 12, "read": 30, "top_senders": [["[email protected]", 8], ...], "by_date": {"2026-07-08": 5, ...}} final_answer: «Всего 42 письма (12 непрочитанных). Топ отправителей: [email protected] (8), [email protected] (5). За 2026-07-08 — 5 писем.»
Чего избегать
- Не считай статистику в уме — для этого есть скрипт.
- Не читай тела писем для сводки — достаточно метаданных из
email_list. - Не забывай передать путь к файлу через
--input, если JSON сохранён в файл.
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.
- 9d ago First seen · 41 lines · 0 tokens per session scan A a05b8d883419
mail-digest is a skill published in the GitHub repository radif-ru/ai-multi-agent-system (6 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 629 tokens. 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
task_automation
Design effective automated workflows using scheduled tasks, prompt chaining, and delivery channels.
tmux
Manage long-running shell sessions with tmux — start a detached session, run a long task, reattach later, capture output. Use when a task takes longer than a single tool call (build, test, log tail).
shogun-model-switch
A live-switching tool for changing which command-line AI agent, model, and reasoning mode is running. It updates settings, restarts the agent, and refreshes the displayed session information.
proactive_agent
Anticipate user needs, ask clarifying questions, and self-check work at milestones.
brain_dump
Capture unstructured thoughts and organize them into structured notes saved to memory.
meeting_notes
Structure raw meeting notes into actionable minutes with follow-ups.