Conversion ops
Skill LazyIsEfficient/agentic-os/.claude/skills/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.From its SKILL.md
npx -y skills add LazyIsEfficient/agentic-os --skill conversion-opsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 15 stars15 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
2.8 KB, 377 tokens by cl100k_base, as published. Nobody here has run it
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 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 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 for environment variables, dependencies, and recommended weekly/monthly cadence.
Related skills
- content-ops — quality scoring gate for the content before conversion work begins
- autoresearch — generates and multi-round-optimizes the conversion-copy variants this skill then audits and scores
What ships with it: 7 files
75.2 KB alongside SKILL.md, 2 of them executable
references/
- cro-audit.md1.7 KB
- recommended-workflow.md766 B
- survey-lead-magnet.md1.2 KB
scripts/
- cro_audit.pyruns35.5 KB
- survey_lead_magnet.pyruns27.9 KB
- README.md8.0 KB
- requirements.txt100 B