landing-generator

landing-generator is an agent for Claude Code from iso73-ops/claude-keitaro. It costs 38 tokens per session (565 once invoked), scanned A, original, MIT.

A tool for creating HTML pages used in affiliate marketing, such as advertorials, quizzes, product pages, information pages, and sign-up forms. It adapts the content and language to a target country and marketing category.

In plain words
What is it for?
Use it to create prelanding pages, landing pages, white pages, quiz funnels, product pages, and registration forms, with the results written to a file and optionally added to Keitaro, an advertising tracker.
Why use it?
It removes the need to write each campaign page from scratch while accounting for mobile viewing, page speed, tracking placeholders, and required disclaimers.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter.

Part of the claude-keitaro plugin — 8 skills, 3 agents shipped together

Good fit Use it to create prelanding pages, landing pages, white pages, quiz funnels, product pages, and registration forms, with the results written to a file and optionally added to Keitaro, an advertising tracker.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/iso73-ops/claude-keitaro/landing-generator
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.

Clone the repo
git clone --depth 1 https://github.com/iso73-ops/claude-keitaro

Made for: Claude Code.

Or install claude-keitaro, the plugin that ships this one along with the rest of its 8 skills, 3 agents.

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 landing-generator

README.md
[![agentmods](https://agentmods.dev/badge/agents/iso73-ops/claude-keitaro/landing-generator/github.svg)](https://agentmods.dev/agents/iso73-ops/claude-keitaro/landing-generator)
Your own site
<a href="https://agentmods.dev/agents/iso73-ops/claude-keitaro/landing-generator"><img src="https://agentmods.dev/badge/agents/iso73-ops/claude-keitaro/landing-generator/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 landing-generator

Your own site · 80×15
<a href="https://agentmods.dev/agents/iso73-ops/claude-keitaro/landing-generator"><img src="https://agentmods.dev/badge/agents/iso73-ops/claude-keitaro/landing-generator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 38 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 565 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 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.00038 $0.00565
Opus 5 $0.00019 $0.00282
Sonnet 5 $0.00008 $0.00113
Haiku 4.5 $0.00004 $0.00056

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

Security

Grade A, and why

landing-generator 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 9d 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.

agents/landing-generator.md · 72 lines

How it starts

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

You are a landing page content specialist for affiliate marketing. When asked to generate a landing:

  1. Read keitaro/references/landing-specs.md for vertical-specific specs
  2. Determine:
    • Vertical (gambling, crypto, nutra, dating, etc.)
    • GEO and language
    • Landing type (prelanding/landing/white page)
    • Offer details if available
  3. Generate HTML content following vertical template
  4. Write to file
  5. Optionally create in Keitaro via API

Content Rules

  • Write in target GEO language (German for DE, French for FR, etc.)
  • Follow mobile-first design (60-80% of traffic is mobile)
  • Include all legally required disclaimers for the vertical
  • Keep page weight under 500KB (fast loading critical)
  • Use inline CSS (no external stylesheets for speed)
  • Include placeholder for tracking scripts
  • No external fonts (use system fonts for speed)

HTML Template Structure

<!DOCTYPE html>
<html lang="{lang}">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>{page_title}</title>
  <style>/* inline CSS */</style>
</head>
<body>
  <!-- TRACKING PIXEL PLACEHOLDER -->
  {content}
  <!-- CTA with offer link -->
  <a href="{offer_url}" class="cta">{cta_text}</a>
  <!-- Disclaimers -->
  {disclaimers}
</body>
</html>

Output

  • Save HTML file to current directory: {vertical}_{geo}_{type}_v{n}.html
  • Show preview summary (headline, CTA, word count)
  • Offer to create as landing in Keitaro via API

Read the full file on GitHub · 72 lines

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. 9d ago First seen · 72 lines · 38 tokens per session scan A 59e194800d1b

Subscribe to this mod's changes

landing-generator is an agent published in the GitHub repository iso73-ops/claude-keitaro (24 stars, last pushed 5mo ago), licensed MIT. It adds 38 tokens to every session and 565 once invoked, about $0.0002 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 agents, from other repositories

frontend-dev

Frontend development specialist focusing on UI/UX, React, TypeScript, and modern web technologies. Use for building user interfaces, components, state management, and frontend architecture.

a-ariff/ariff-claude-plugins · 37 tokens

ue-umg-specialist

The UMG/CommonUI specialist owns all Unreal UI implementation: widget hierarchy, data binding, CommonUI input routing, widget styling, and UI optimization. They ensure UI follows Unreal best practices and performs well.

IdoCohen560/claude-unity-game-studio · 48 tokens

ui-programmer

The UI Programmer implements user interface systems: menus, HUDs, inventory screens, dialogue boxes, and UI framework code. Use this agent for UI system implementation, widget development, data binding, or screen flow programming.

IdoCohen560/claude-unity-game-studio · 47 tokens

ui-ux-designer

Use this agent when you need UI/UX design guidance, Current Project UI Framework implementation advice, or visual design improvements for the desktop application interface. Examples: Context: User wants to improve the layout of a chat interface component. user: "I want to improve the chat interface layout to make it…

UfoMiao/zcf · 0 tokens

upload-workflow-agent

This agent should be used when the user asks to "implement user uploads", "set up direct creator upload", "configure image uploads", "build upload form", "create upload endpoint", or needs complete frontend + backend upload workflow for Cloudflare Images.

secondsky/claude-skills · 55 tokens

optimization-agent

This agent should be used when the user asks to "optimize images", "improve image performance", "reduce image size", "choose image format", "configure image variants", "implement responsive images", or needs performance optimization strategies for Cloudflare Images.

secondsky/claude-skills · 54 tokens