page-cro

page-cro is a skill for Claude Code from MoizIbnYousaf/marketing-cli. It costs 160 tokens per session (2,506 once invoked), scanned A, original, MIT.

A review method for landing pages that looks for reasons visitors may not take the desired action. CRO, or conversion rate optimisation, means improving the share of visitors who sign up, buy, or submit a form.

In plain words
What is it for?
Use it to review hero sections, calls to action, social proof, objections, forms, and other parts of a landing page.
Why use it?
It turns a vague concern about poor results into scored areas, prioritised fixes, and specific copy or layout changes.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the marketing-cli plugin — 88 skills, 9 commands, 1 hook, 2 MCP servers shipped together

Good fit Use it to review hero sections, calls to action, social proof, objections, forms, and other parts of a landing page.

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

Made for: Claude Code.

Or install marketing-cli, the plugin that ships this one along with the rest of its 88 skills, 9 commands, 1 hook, 2 MCP servers.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/moizibnyousaf/marketing-cli/page-cro"><img src="https://agentmods.dev/badge/skills/moizibnyousaf/marketing-cli/page-cro.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 160 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,506 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Prompt Injection · line 4
    Subtle instructions detected that may alter agent decision-making or introduce hidden biases.
    Fix: Review content for implicit steering or bias. Ensure instructions are explicit and align with the skill's stated purpose.
How audits are shown
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.00160 $0.02506
Opus 5 $0.00080 $0.01253
Sonnet 5 $0.00032 $0.00501
Haiku 4.5 $0.00016 $0.00251

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

Security

Grade A, and why

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

skills/page-cro/SKILL.md · 245 lines

How it starts

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

Page CRO (Conversion Rate Optimization)

Purpose

Take any landing page and audit it for conversion leaks. Score each element, prioritize fixes by impact, and provide ready-to-implement copy and layout changes. No vague advice — specific rewrites and structural fixes.

Reads

  • brand/audience.md — Target personas, pain points, buying triggers
  • brand/positioning.md — Value props, differentiators, proof points
  • brand/voice-profile.md — Brand voice for copy rewrites

Brand Integration

  • audience.md — Scoring thresholds shift by persona. A developer audience tolerates minimal social proof; a non-technical buyer needs more hand-holding. Pain points from audience.md inform which objections the page should address — unaddressed objections are the most common conversion killer.
  • positioning.md — Every copy rewrite must reinforce the positioning angle. If the brand differentiates on speed, the hero rewrite should lead with speed. Proof points from positioning.md become the social proof recommendations.
  • voice-profile.md — All before/after copy rewrites match the brand voice. A playful brand gets different CTA copy than a professional brand.

Workflow

Step 1: Capture the Page

Get the page content. Try these in order:

  1. User provides URL — Use WebFetch or browser tool to get the rendered page
  2. User provides HTML/markdown — Work with what's given
  3. User describes the page — Ask for the actual page content before auditing; descriptions alone produce weak audits

If the page is behind authentication, ask the user to paste the HTML or provide screenshots.

Extract and map:

  • Hero section (headline, subheadline, CTA)
  • Navigation and header
  • Each content section in scroll order
  • All CTAs (primary, secondary, inline)
  • Social proof elements (testimonials, logos, stats)
  • Forms and their fields
  • Footer and secondary navigation
  • Page load performance indicators

Step 2: Run the Audit

Score each element 1-10 with specific reasoning.

Read the full file on GitHub · 245 lines

Files

What ships with it

1 file 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 · 245 lines · 160 tokens per session scan A cf250234929a

Subscribe to this mod's changes

page-cro is a skill published in the GitHub repository MoizIbnYousaf/marketing-cli (31 stars, last pushed 23d ago), licensed MIT. It adds 160 tokens to every session and 2,506 once invoked, about $0.0008 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-09-03.

Related

Other skills, from other repositories

linkedin-reply-handler

Draft a reply to a specific existing LinkedIn comment from its URL. Use when the user wants to reply to a comment on any post, or follow up after an author replied to them. Parses the commentUrn, resolves the correct parentComment target (LinkedIn flattens threads to 2 levels), and posts via Publora on approval. Not…

sergebulaev/linkedin-skills · 88 tokens

linkedin-comment-drafter

Draft a LinkedIn comment on someone else's post from its URL, or reshare (repost) it to your feed with optional commentary. Use when the user pastes a post URL and asks to comment, engage, be first commenter, or repost with their thoughts. Produces 1-3 variants in the user's voice, picks a reaction, and publishes via…

sergebulaev/linkedin-skills · 97 tokens

linkedin-employee-advocacy

Stand up and run a LinkedIn employee advocacy program for a marketing or sales team. Covers 14-day launch playbook, brand-guideline governance, per-post time budget, cadence benchmarks, and team ROI (reach, engagement, pipeline). Triggers on "employee advocacy", "get the team posting", "scale LinkedIn across team"…

sergebulaev/linkedin-skills · 82 tokens

ads-amazon

Audit Amazon Ads profiles, regions, Sponsored Products, Sponsored Brands, Sponsored Display, DSP, portfolios, targeting, search terms, retail readiness, creative, budgets, ACOS, TACOS, reporting, and policy. Use for Amazon Ads, sponsored ads, Amazon PPC, ACOS, TACOS, ASIN advertising, Amazon DSP, or retail-media…

AgriciDaniel/claude-ads · 76 tokens

ads-landing

Audit paid-ad landing pages for message match, mobile experience, performance, accessibility, trust, forms, consent, tracking, security, and conversion friction. Use for landing-page audit, post-click experience, LP audit, conversion-rate optimization, form optimization, ad-to-page message match, redirects, blocked…

AgriciDaniel/claude-ads · 81 tokens

ads-linkedin

Audit LinkedIn Ads measurement, Insight Tag and conversions, professional audiences, lead generation, ABM, creative, bidding, budgets, pacing, automation, and policy. Use for LinkedIn Ads, Campaign Manager, Insight Tag, Lead Gen Forms, Thought Leader Ads, ABM campaigns, or B2B paid media.

AgriciDaniel/claude-ads · 68 tokens