landing-page-cro

landing-page-cro is a skill for Claude Code, Codex from ekinciio/saas-growth-marketing-skills. It costs 98 tokens per session (3,674 once invoked), scanned A, original, MIT.

A landing-page review tool for conversion rate optimization, meaning improving the share of visitors who take an action such as signing up or buying.

In plain words
What is it for?
Use it to audit or score a page, review its wording, suggest improvements, or create A/B test ideas—different versions to compare.
Why use it?
It identifies weak page structure, unclear copy, misplaced calls to action, trust gaps, and unnecessary form effort.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to audit or score a page, review its wording, suggest improvements, or create A/B test ideas—different versions to compare.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ekinciio/saas-growth-marketing-skills/landing-page-cro
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 ekinciio/saas-growth-marketing-skills --skill landing-page-cro
Clone the repo
git clone --depth 1 https://github.com/ekinciio/saas-growth-marketing-skills

Made for: Claude Code, Codex.

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-page-cro

README.md
[![agentmods](https://agentmods.dev/badge/skills/ekinciio/saas-growth-marketing-skills/landing-page-cro/github.svg)](https://agentmods.dev/skills/ekinciio/saas-growth-marketing-skills/landing-page-cro)
Your own site
<a href="https://agentmods.dev/skills/ekinciio/saas-growth-marketing-skills/landing-page-cro"><img src="https://agentmods.dev/badge/skills/ekinciio/saas-growth-marketing-skills/landing-page-cro/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-page-cro

Your own site · 80×15
<a href="https://agentmods.dev/skills/ekinciio/saas-growth-marketing-skills/landing-page-cro"><img src="https://agentmods.dev/badge/skills/ekinciio/saas-growth-marketing-skills/landing-page-cro.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 98 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,674 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00098 $0.03674
Opus 5 $0.00049 $0.01837
Sonnet 5 $0.00020 $0.00735
Haiku 4.5 $0.00010 $0.00367

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

Security

Grade A, and why

landing-page-cro scanned grade A with 1 finding 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 12d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/cro_auditor.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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

When `GOOGLE_API_KEY` is set, call the API directly (e.g. with curl or WebFetch):
skills/landing-page-cro/SKILL.md · 327 lines

How it starts

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

Audit Intro

When starting an audit, show this intro before proceeding:

""" 📡 Landing Page CRO Audit

What I'll do: Fetch your URL and score conversion effectiveness across 10 dimensions.

What you'll get: → CRO score (0-100) with per-dimension breakdown → Top 5 conversion fixes prioritized by impact → A/B test hypotheses for each recommendation

Output: Saved to CRO-AUDIT-REPORT.md Time: ~60 seconds.

Starting... """

Then proceed immediately. Do not wait for user confirmation.

Landing Page CRO

Comprehensive conversion rate optimization audit tool for landing pages. Evaluates 10 key dimensions of page effectiveness, scores each on a 0-10 scale, and delivers prioritized recommendations to improve conversion rates.

Commands

Command Description
/landing-page-cro audit <url> Full CRO audit with scores and recommendations
/landing-page-cro score <url> Quick CRO score (0-100) with dimension breakdown
/landing-page-cro copy-review Landing page copy review and improvement suggestions
/landing-page-cro ab-ideas <url> A/B test ideas generator based on page analysis

Full Audit Flow

The full audit (/landing-page-cro audit <url>) follows a structured process:

Step 1: Page Fetch and Parse

  • Fetch the target URL HTML content
  • Extract page structure, headings, CTAs, forms, and media
  • Identify above-the-fold content boundaries
  • Detect social proof elements, trust badges, and testimonials

Step 2: Score Each Dimension (0-10 each)

Evaluate the page across 10 CRO dimensions, each scored from 0 to 10 for a maximum total of 100.

Step 3: Generate Recommendations

  • Identify the weakest scoring dimensions
  • Produce the top 5 prioritized, actionable recommendations
  • Suggest specific A/B test hypotheses for each recommendation

Step 4: Report

  • Compile a structured report with overall score, dimension breakdown, and recommendations
  • Rank recommendations by estimated impact

CRO Scoring Criteria

Read the full file on GitHub · 327 lines

Files

What ships with it

3 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. 12d ago First seen · 327 lines · 98 tokens per session scan A 67eeb65d82a0

Subscribe to this mod's changes

landing-page-cro is a skill published in the GitHub repository ekinciio/saas-growth-marketing-skills (12 stars, last pushed 1mo ago), licensed MIT. It adds 98 tokens to every session and 3,674 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). 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

agent-reach

An internet-search and platform-access router for finding information across websites and services such as Reddit, X, GitHub, YouTube, and job sites.

Panniantong/Agent-Reach · 349 tokens

xerj-code

Reference-coding with XERJ. Clone the libraries that already solved your problem, index them locally, and retrieve the exact implementation before writing code — so the agent reads passages instead of re-deriving algorithms across retry loops. Use when starting a task in an unfamiliar API, porting an algorithm, or…

xerj-org/xerj · 79 tokens

vs-product-qa

Answer Viking AI Search product questions, CLI usage questions, API/auth questions, configuration questions, and troubleshooting questions by grounding every claim in either the installed vs CLI's own output or official Volcengine documentation. Never fabricate.

volcengine/SearchCLI · 51 tokens

app-analytics

When the user wants to set up, interpret, or improve their app analytics and tracking. Also use when the user mentions "analytics", "tracking", "metrics", "KPIs", "App Store Connect analytics", "install tracking", "funnel", "attribution", or "how is my app performing". For A/B testing, see ab-test-store-listing. For…

Eronred/aso-skills · 88 tokens

creator-ugc-marketing

When the user wants to plan, brief, source, or measure organic creator / influencer / UGC marketing for their app — including TikTok creators, Instagram Reels, YouTube Shorts, micro-influencers, paid creator briefs, UGC ad creative for Meta/TikTok, affiliate programs, and seeding strategy. Use when the user mentions…

Eronred/aso-skills · 199 tokens

custom-product-pages

When the user wants to design, deploy, or measure Apple Custom Product Pages (CPP) — the alternate App Store product pages with different screenshots, preview videos, and promo text shown to users coming from specific URLs (typically ad campaigns or social posts). Use when the user mentions "Custom Product Page"…

Eronred/aso-skills · 157 tokens