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/templatical/sdk/templatical-emailnpx skills add templatical/sdk --skill templatical-emailgit clone --depth 1 https://github.com/templatical/sdkWrote 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/templatical/sdk/templatical-email)<a href="https://agentmods.dev/skills/templatical/sdk/templatical-email"><img src="https://agentmods.dev/badge/skills/templatical/sdk/templatical-email.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.00214 | $0.04430 |
| Opus 5 | $0.00107 | $0.02215 |
| Sonnet 5 | $0.00043 | $0.00886 |
| Haiku 4.5 | $0.00021 | $0.00443 |
Grade A, and why
templatical-email 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 4d 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.
The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
What ships with it
30 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.
- .claude-plugin/plugin.json 317 B
- evals/evals.json 2.8 KB
- evals/README.md 1.3 KB
- live/index.html 26 KB
- package.json 697 B
- README.md 6.1 KB
- reference/block-guide.md 7.0 KB
- reference/examples/event-invite.json 4.2 KB
- reference/examples/newsletter.json 4.0 KB
- reference/examples/product-sale.json 3.7 KB
- reference/examples/receipt.json 4.2 KB
- reference/examples/welcome.json 6.2 KB
- reference/schema.json 34 KB
- scripts/import.mjs 6.2 KB runs code
- scripts/live-server.mjs 14 KB runs code
- scripts/validate.mjs 7.3 KB runs code
- tests/block-type-coverage.test.ts 1.5 KB runs code
- tests/cdn-pin.test.ts 6.7 KB runs code
- tests/import.test.ts 3.4 KB runs code
- tests/live-server.test.ts 13 KB runs code
- tests/live-theme.test.ts 2.1 KB runs code
- tests/schema-freshness.test.ts 874 B runs code
- tests/validate.test.ts 6.0 KB runs code
- tests/vendor-freshness.test.ts 3.4 KB runs code
- tools/bundle-vendor.mjs 6.5 KB runs code
- tools/generate-schema.mjs 2.4 KB runs code
- tools/sync-editor-version.mjs 4.9 KB runs code
- vendor/ajv.mjs 121 KB runs code
- vendor/quality.mjs 89 KB runs code
- vitest.config.ts 133 B 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.
- 4d ago First seen · 327 lines · 214 tokens per session scan A cc654e6e6f01
templatical-email is a skill published in the GitHub repository templatical/sdk (499 stars, last pushed yesterday), with no licence file. It adds 214 tokens to every session and 4,430 once invoked, about $0.0011 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-30.
Other skills, from other repositories
email-marketing
产品发布邮件, 含 masthead、hero、CTA、规格表, table-fallback.
email-security
DMARC/SPF/DKIM check, email spoofing, SMTP test, and security header analysis.
react-email
Use when creating HTML email templates with React components - welcome emails, password resets, notifications, order confirmations, newsletters, or transactional emails.
linear-release-setup
Generate CI/CD configuration for Linear Release. Use when setting up release tracking, configuring CI pipelines for Linear, or integrating deployments with Linear releases. Supports GitHub Actions, GitLab CI, CircleCI, and other platforms.
novu-manage-preferences
Configure notification preferences in Novu at the workflow and subscriber level. Set default channel preferences (email, SMS, push, chat, in-app), mark preferences as read-only or subscriber-editable, and manage subscriber-specific overrides. Use when setting up notification opt-in/opt-out, configuring per-channel…
add-channel-setup-guide
Add a new chat channel's layer-1 setup guide — the in-dashboard SetupGuide that walks a developer through connecting the channel itself (create app/bot → save credentials → install/verify → send first message) with live connection detection — in apps/dashboard, following the existing Slack, MS Teams, and Telegram…