hubspot-email

hubspot-email is a skill for Claude Code from t0ddharris/compound-marketing. It costs 76 tokens per session (11,194 once invoked), scanned A, original, no licence file.

A tool for building and troubleshooting HTML email templates in HubSpot, a platform for marketing, sales, and customer management.

In plain words
What is it for?
Use it to create, edit, or debug HubSpot email templates and their HTML.
Why use it?
It gives guidance for HubSpot's email template format and HubL, the platform's template language, so email code can be worked on in the right context.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Part of the compound-marketing plugin — 54 skills, 7 agents, 1 hook shipped together

Good fit Use it to create, edit, or debug HubSpot email templates and their HTML.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/t0ddharris/compound-marketing/hubspot-email
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 t0ddharris/compound-marketing --skill hubspot-email
Clone the repo
git clone --depth 1 https://github.com/t0ddharris/compound-marketing

Made for: Claude Code.

Or install compound-marketing, the plugin that ships this one along with the rest of its 54 skills, 7 agents, 1 hook.

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 hubspot-email

README.md
[![agentmods](https://agentmods.dev/badge/skills/t0ddharris/compound-marketing/hubspot-email/github.svg)](https://agentmods.dev/skills/t0ddharris/compound-marketing/hubspot-email)
Your own site
<a href="https://agentmods.dev/skills/t0ddharris/compound-marketing/hubspot-email"><img src="https://agentmods.dev/badge/skills/t0ddharris/compound-marketing/hubspot-email/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 hubspot-email

Your own site · 80×15
<a href="https://agentmods.dev/skills/t0ddharris/compound-marketing/hubspot-email"><img src="https://agentmods.dev/badge/skills/t0ddharris/compound-marketing/hubspot-email.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 76 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 11,194 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00076 $0.11194
Opus 5 $0.00038 $0.05597
Sonnet 5 $0.00015 $0.02239
Haiku 4.5 $0.00008 $0.01119

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

Security

Grade A, and why

hubspot-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 10d 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.

.claude/skills/hubspot-email/SKILL.md · 791 lines

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.

Read it on GitHub

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 · 791 lines · 76 tokens per session scan A cb3a8ac4dfe7

Subscribe to this mod's changes

hubspot-email is a skill published in the GitHub repository t0ddharris/compound-marketing (1 stars, last pushed 9d ago), with no licence file. It adds 76 tokens to every session and 11,194 once invoked, about $0.0004 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.

Related

Other skills, from other repositories

frontend-specialist

A front-end development workflow for building or improving web pages, components, layouts, forms, dashboards, and responsive interfaces. It covers common tools and frameworks such as React, Vue, Next.js, Tailwind, and CSS.

huangwb8/skills · 61 tokens

html-to-bricks

Use when the user says 'convert this html to bricks' or 'paste html into bricks', or has a Webflow, Framer, CodePen, or old static export to bring into a Bricks site. Converts raw HTML and CSS into native Bricks elements, mapping colors, type, and spacing to design tokens, plus ACSS classes when installed.

respira-press/agent-skills-wordpress · 77 tokens

stimulus

Stimulus JS framework for Symfony UX -- client-side behavior via HTML data attributes, zero server round-trips. Use when creating controllers for DOM manipulation, handling click/input/submit events, managing targets and values, wiring outlets between controllers, wrapping third-party JS libraries, or building…

smnandre/symfony-ux-skills · 211 tokens

frontend-dev-guidelines

Development guidelines for building front ends with Next.js 15, React 19, TypeScript, Shadcn/ui, and Tailwind CSS. They cover how pages, components, data fetching, routes, and project files should be organised.

aiskillstore/marketplace · 116 tokens

css-development-create-component

This skill should be used when creating new styled components or adding new CSS classes. Triggers on "create component", "new button", "new card", "add styles", "style component", "build UI element". Guides semantic naming, Tailwind composition, dark mode support, and test coverage.

aiskillstore/marketplace · 65 tokens

css-development-refactor

This skill should be used when refactoring existing CSS from inline styles or utility classes to semantic patterns. Triggers on "refactor CSS", "extract styles", "consolidate CSS", "convert inline", "clean up styles", "migrate to semantic". Transforms to semantic classes with dark mode and tests.

aiskillstore/marketplace · 69 tokens