# Conversion Ops

> AI-powered conversion rate optimization: landing page audits, CRO scoring, survey segmentation, and lead magnet generation. Use when asked to audit a landing page, run a CRO analysis, segment survey responses, or generate lead magnets. For content quality scoring see content-ops.

- Skill: `lazyisefficient/conversion-ops` (Agent Skill, multi-file: 8 files)
- Install (CLI): `npx skillmds@latest add lazyisefficient/conversion-ops`
- Raw SKILL.md: https://api.skillmd.com/api/skills/lazyisefficient/conversion-ops/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Marketing & Growth
- Author: LazyIsEfficient (https://skillmd.com/u/lazyisefficient)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/lazyisefficient/conversion-ops

---


# AI Conversion Ops

AI-powered conversion rate optimization: landing page audits, CRO scoring, survey segmentation, and lead magnet generation.

## Tools

### CRO Audit (`scripts/cro_audit.py`)

Fetches a landing page and scores it across 8 conversion dimensions (0–100 each): Headline Clarity, CTA Visibility, Social Proof, Urgency, Trust Signals, Form Friction, Mobile Responsiveness, Page Speed Indicators.

Output: per-dimension scores, priority fixes ranked by impact, before/after suggestions, industry benchmark comparison, overall letter grade (A+–F).

See [references/cro-audit.md](references/cro-audit.md) for full CLI usage and supported industries.

### Survey-to-Lead-Magnet Engine (`scripts/survey_lead_magnet.py`)

Ingests survey CSV data, clusters respondents by pain point, and generates lead magnet briefs for each segment.

Output: pain point clusters with respondent counts, segments ranked by size and commercial potential, per-segment lead magnet brief (title, format, hook, content outline, CTA, viral/conversion scores), prioritized implementation roadmap.

See [references/survey-lead-magnet.md](references/survey-lead-magnet.md) for full CLI usage and CSV format details.

## Configuration and Workflow

No API keys required. Both tools work with local analysis only.

See [references/recommended-workflow.md](references/recommended-workflow.md) for environment variables, dependencies, and recommended weekly/monthly cadence.

## Related skills

- [content-ops](../content-ops/SKILL.md) — quality scoring gate for the content before conversion work begins
- [autoresearch](../autoresearch/SKILL.md) — generates and multi-round-optimizes the conversion-copy variants this skill then audits and scores

