banner-maker

banner-maker is a skill for Claude Code from Mikefluff/skills. It costs 86 tokens per session (2,322 once invoked), scanned A, original, MIT.

A generator for static banner advertisements and display creatives in common platform sizes. It creates text-heavy layouts with a headline, supporting text, call to action, and brand area.

In plain words
What is it for?
Use it to create Google Display, LinkedIn, Open Graph, Twitter, Facebook, and header banners. It produces static PNGs, not animated ads or measured A/B-test results.
Why use it?
Different ad platforms use different fixed dimensions and layouts, making repeated manual versions time-consuming. It provides preset formats for those common shapes.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Not installable on its own: it runs a file from its repository that does not travel with it. Clone the repository, or install whatever ships that file. The line is ./generated/banner/<slug>/.

Part of the mikefluff-skills plugin — 44 skills, 2 commands shipped together

Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add Mikefluff/skills
Claude Code
/plugin install mikefluff-skills

Made for: Claude Code.

Or install mikefluff-skills, the plugin that ships this one along with the rest of its 44 skills, 2 commands.

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 banner-maker

README.md
[![agentmods](https://agentmods.dev/badge/skills/mikefluff/skills/banner-maker.svg)](https://agentmods.dev/skills/mikefluff/skills/banner-maker)
Your own site
<a href="https://agentmods.dev/skills/mikefluff/skills/banner-maker"><img src="https://agentmods.dev/badge/skills/mikefluff/skills/banner-maker.svg" alt="Measured on agentmods" height="20"></a>
Per session 86 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,322 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original 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.00086 $0.02322
Opus 5 $0.00043 $0.01161
Sonnet 5 $0.00017 $0.00464
Haiku 4.5 $0.00009 $0.00232

Measured 6d ago against content hash 9d9a19c82a39, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

banner-maker 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.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/run.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/banner-maker/SKILL.md · 189 lines

How it starts

The opening of the file, as written. The whole thing — 189 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Distinct from flyer-maker:

  • Smaller aspect ratios (mostly horizontal, often extreme like 728×90 or 1456×180)
  • Dense text + CTA conventions (ad copy, not editorial)
  • Per-preset standard sizes (no custom aspects in v1)
  • "Ad feel" aesthetic — direct, conversion-focused, brand-loud

Distinct from cover-maker / thumbnail-maker:

  • No artist / author / title-as-subject
  • Standard ad-platform sizes (presets, not "medium")
  • Includes explicit CTA element
  • Very small visual zones in some presets (300×250 has ~80% text)

This skill does NOT:

  • Generate animated banners (HTML5 / GIF) — static PNGs only
  • A/B test variants for click-through — generate options, you measure
  • Place actual brand logo file in pixel-perfect position — model approximates; for exact placement use a vector design tool
  • Match exact platform ad-creative spec (file size, character limits) — that's downstream QA

ROLE

Read headline + CTA + brand + style + presets → pick text-strong model → assemble per-preset prompts with composition zones (headline / subhead / CTA / brand mark zone) → batch execute → save PNGs.

PIPELINE

  1. Resolve content:

    • Required: --headline "<text>" (the dominant text — 3-7 words ideal)
    • Required: --cta "<text>" (e.g., "Start free trial", "Learn more", "Get the demo")
    • Strongly recommended: --brand "<name>"
    • Optional: --subhead "<text>", --logo <path-or-url>
  2. Resolve presets — multi-preset batch:

    • --presets og,linkedin-ad,leaderboard — comma list (default og,linkedin-ad)
    • Available presets:
      • og — 1200×630 (OG image / Twitter card preview / blog header)
      • linkedin-ad — 1200×627 (LinkedIn Sponsored Content)
      • facebook-ad — 1200×628 (Facebook News Feed ad)
      • twitter-card — 1500×500 (Twitter profile header / large card)
      • leaderboard — 1456×180 (Google Display 728×90 scaled 2× for retina)
      • medium-rectangle — 600×500 (Google Display 300×250 scaled 2×)
      • mobile-banner — 640×200 (Google Display 320×100 scaled 2×)
      • wide-skyscraper — 320×1200 (Google Display 160×600 scaled 2×)

Read the full file on GitHub · 189 lines

Files

What ships with it

6 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.

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. 6d ago First seen · 189 lines · 86 tokens per session scan A 9d9a19c82a39

Subscribe to this mod's changes

banner-maker is a skill published in the GitHub repository Mikefluff/skills (19 stars, last pushed 28d ago), licensed MIT. It adds 86 tokens to every session and 2,322 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-30.

Related

Other skills, from other repositories

humanizer

Remove signs of AI-generated writing from any text: articles, essays, documentation, reports, fiction, blog posts, LinkedIn posts and articles, emails, landing pages, ads, and marketing copy. Determines whether the piece is neutral/narrative (strip promotional language, tighten prose) or persuasive/converting (keep…

sowadalmughni/contextual-humanizer · 178 tokens

exploratory-data-analysis

Perform bounded, local exploratory analysis of explicitly supported scientific files. Use for redacted CSV/TSV/JSON profiles; optional NumPy, HDF5, FASTA/FASTQ, and basic image metadata inspection; missingness/leakage audits; outlier and transformation sensitivity; and rigorous EDA report scaffolds. Other domain…

K-Dense-AI/scientific-agent-skills · 83 tokens

golden-rss

Use when testing the rss golden build.

yusufkaraaslan/Skill_Seekers · 12 tokens

google-ads-audit

Google Ads account audit and business context setup. Run this first — it gathers business information, analyzes account health, and saves context that all other ads skills reuse. Trigger on "audit my ads", "ads audit", "set up my ads", "onboard", "account overview", "how's my account", "ads health check", "what should…

nowork-studio/notfair-plugin · 114 tokens

webhook-management

Configure and validate CCAM webhook targets across supported chat, incident, automation, and generic providers. Use when listing provider requirements, creating or updating a target, scoping it to alert rules, sending a test notification, reviewing delivery history, or deleting a target.

hoangsonww/Claude-Code-Agent-Monitor · 56 tokens

gesellschaftsrechtliche-satzungen-agb

Für Gesellschaftsrechtliche Satzungen AGB Abgrenzung: ordnet Norm, Beweislast und Gegenargument; Ergebnis: Prüfprodukt mit Risiko und nächstem Schritt. Fachgebiet: AGB-Recht-Prüfer. Route: gesellschaftsrechtliche-satzungen-agb.

Klotzkette/claude-fuer-deutsches-recht · 69 tokens