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 Haili321/haili-auto-mkt --skill brevogit clone --depth 1 https://github.com/Haili321/haili-auto-mktWrote 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/haili321/haili-auto-mkt/brevo)<a href="https://agentmods.dev/skills/haili321/haili-auto-mkt/brevo"><img src="https://agentmods.dev/badge/skills/haili321/haili-auto-mkt/brevo/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/haili321/haili-auto-mkt/brevo"><img src="https://agentmods.dev/badge/skills/haili321/haili-auto-mkt/brevo.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.00093 | $0.01700 |
| Opus 5 | $0.00046 | $0.00850 |
| Sonnet 5 | $0.00019 | $0.00340 |
| Haiku 4.5 | $0.00009 | $0.00170 |
Grade A, and why
brevo 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 11d 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 — 179 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Brevo Email
Use this skill to draft, dry-run, test, and officially send transactional emails through Brevo, one recipient at a time. The skill is designed for outreach: every send is intentional, audited, and reviewable.
Boundary
- Never commit API keys. Load
BREVO_API_KEYfrom the shell environment or a local.env.local(already in.gitignore). - Default to dry-run. Sending requires the
--sendflag. - One email per society / organisation / recipient. Do not batch unrelated recipients into a single message.
- Each official send must be approved by the user.
Inputs
The skill drives off a single request JSON file per email. See references/request-schema.md for the full shape. Minimal example:
{
"sender": { "email": "[email protected]", "name": "Your Name" },
"to": [{ "email": "[email protected]", "name": "Recipient" }],
"subject": "Your subject here",
"markdown": "Hi there,\n\nYour email body in Markdown.\n\nBest,\nYou"
}
Entry points
Check API access (no email sent):
skills/brevo/scripts/bootstrap_runtime.sh --check-account
Dry run (renders email, no API call):
skills/brevo/scripts/bootstrap_runtime.sh --request-file ./email_request.json
Test send (rewrites recipients to a single test address, prefixes subject):
skills/brevo/scripts/bootstrap_runtime.sh \
--request-file ./email_request.json \
--test-to [email protected] \
--send
Official send (uses the recipients in the request file as-is):
skills/brevo/scripts/bootstrap_runtime.sh \
--request-file ./email_request.json \
--send
Setup
- Sign in to Brevo and verify your sender address (Senders, Domains & Dedicated IPs -> Senders). Brevo will not send mail from an unverified address.
- Create an API key at
https://app.brevo.com/settings/keys/api. Pick "v3 Transactional" scope; you do not need full account access. - Export it in your shell, or write it to a local
.env.local(which is gitignored):export BREVO_API_KEY=xkeysib-... # or: cp skills/brevo/.env.example .env.local # then edit .env.local with your key - Sanity-check the credential without sending an email:
A 200 response means the key works.skills/brevo/scripts/bootstrap_runtime.sh --check-account
What ships with it
13 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.
- .env.example 262 B
- README.md 4.8 KB
- README.zh.md 4.6 KB
- references/request-schema.md 2.5 KB
- references/urgent-launch.md 5.0 KB
- scripts/bootstrap_runtime.sh 152 B runs code
- scripts/brevo_image_import.py 2.6 KB runs code
- scripts/build_model_email.py 5.0 KB runs code
- scripts/run_brevo_email.py 11 KB runs code
- templates/minimal_request.example.json 370 B
- templates/model_launch_spec.example.json 1.6 KB
- templates/model_launch.template.html 15 KB
- templates/outreach_request.example.json 968 B
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.
- 11d ago First seen · 179 lines · 93 tokens per session scan A 6efbc1307bdc
brevo is a skill published in the GitHub repository Haili321/haili-auto-mkt (2 stars, last pushed 3mo ago), licensed MIT. It adds 93 tokens to every session and 1,700 once invoked, about $0.0005 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
larksnap-fetch
A bridge for downloading Feishu/Lark documents or ordinary webpages into local files, with options such as Markdown, HTML, or PDF. Feishu, also called Lark, is a workplace collaboration platform.
lark-cli
A command-line tool for working with Lark, also called Feishu, a workplace collaboration platform. It covers services such as calendars, meetings, documents, spreadsheets, messaging, tasks, approvals, and shared files.
cherry-studio-design-language
A design system and template library for creating Cherry Studio presentations and other visual materials. It defines reusable page layouts, spacing, typography, icons, and visual rules.
3080-brief
Create a new source-grounded decision brief in the source format by default (Feishu/Lark, Word/docx, Markdown, or self-contained HTML) with a reader-fit Pyramid opening, one editable or auditable visual covering at least 80% of value-weighted non-appendix claims, and one key-question table. Use when the user names…
lark-sheets
A tool for creating and managing Feishu cloud spreadsheets, including sheets, rows, columns, cells, formulas, charts, pivot tables, filters, and formatting. Feishu is a cloud collaboration platform with spreadsheet features similar to online workbooks.
lark-drive
A Feishu cloud-drive tool for managing online files and folders. Feishu cloud drive is a shared online storage area, similar to Google Drive or Dropbox.