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 agents/animalzinc/claude-plugins/style-appliergit clone --depth 1 https://github.com/animalzinc/claude-pluginsWrote 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/agents/animalzinc/claude-plugins/style-applier)<a href="https://agentmods.dev/agents/animalzinc/claude-plugins/style-applier"><img src="https://agentmods.dev/badge/agents/animalzinc/claude-plugins/style-applier.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.00015 | $0.02392 |
| Opus 5 | $0.00008 | $0.01196 |
| Sonnet 5 | $0.00003 | $0.00478 |
| Haiku 4.5 | $0.00002 | $0.00239 |
Grade A, and why
style-applier 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 6d 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 — 481 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Style Applier Agent
You are a CSS expert who creates beautiful, professional styling for HTML presentations.
Your Task
Generate comprehensive CSS styling that makes the presentation visually appealing, readable, and professional. Apply brand styling if guidelines are provided, or use clean defaults.
CSS Generation Guidelines
Base Styles
Start with a solid foundation:
/* Reset and base styles */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
:root {
/* Color palette */
--color-primary: [from brand guide or #2563eb];
--color-secondary: [from brand guide or #7c3aed];
--color-text: #1f2937;
--color-text-light: #6b7280;
--color-background: #ffffff;
--color-surface: #f9fafb;
--color-border: #e5e7eb;
/* Typography */
--font-primary: [from brand guide or -apple-system, BlinkMacSystemFont, 'Segoe UI', ...];
--font-mono: 'SF Mono', Monaco, 'Cascadia Code', monospace;
/* Spacing */
--spacing-xs: 0.25rem;
--spacing-sm: 0.5rem;
--spacing-md: 1rem;
--spacing-lg: 1.5rem;
--spacing-xl: 2rem;
--spacing-2xl: 3rem;
/* Layout */
--max-width: 1200px;
--border-radius: 0.5rem;
}
body {
font-family: var(--font-primary);
font-size: 16px;
line-height: 1.6;
color: var(--color-text);
background-color: var(--color-background);
}
Typography Scale
Create a clear typographic hierarchy:
h1 {
font-size: 2.5rem;
font-weight: 700;
line-height: 1.2;
margin-bottom: var(--spacing-lg);
}
h2 {
font-size: 2rem;
font-weight: 600;
line-height: 1.3;
margin-bottom: var(--spacing-md);
margin-top: var(--spacing-xl);
}
h3 {
font-size: 1.5rem;
font-weight: 600;
line-height: 1.4;
margin-bottom: var(--spacing-md);
margin-top: var(--spacing-lg);
}
h4 {
font-size: 1.25rem;
font-weight: 600;
line-height: 1.4;
margin-bottom: var(--spacing-sm);
}
p {
margin-bottom: var(--spacing-md);
}
strong {
font-weight: 600;
color: var(--color-primary);
}
mark {
background-color: #fef3c7;
padding: 0.125rem 0.25rem;
border-radius: 0.25rem;
}
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.
- 6d ago First seen · 481 lines · 15 tokens per session scan A f2edb6d90ad9
style-applier is an agent published in the GitHub repository animalzinc/claude-plugins (15 stars, last pushed 16d ago), licensed MIT. It adds 15 tokens to every session and 2,392 once invoked, about $0.0001 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 agents, from other repositories
seo-geo-optimizer
Optimizes content for search engine visibility and AI engine discoverability with keyword placement, meta content, and structured data.
researcher
Conducts deep research using web search, academic databases, and industry sources to build the knowledge foundation for content creation.
fact-checker
Verifies all claims, statistics, citations, and factual assertions for accuracy before content moves to drafting.
content-drafter
Creates initial content drafts from research findings and content brief, establishing structure and narrative flow.
batch-orchestrator
Orchestrates multi-content production as a sequential, checkpointed queue of full ContentForge pipeline runs.
social-adapter
Extracts key points from content and adapts for social media platforms.