Form CRO Skill

## Trigger

3,891 stars

Best use case

Form CRO Skill is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

## Trigger

Teams using Form CRO Skill should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/sw-form-cro/SKILL.md --create-dirs "https://raw.githubusercontent.com/openclaw/skills/main/skills/amdf01-debug/sw-form-cro/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/sw-form-cro/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How Form CRO Skill Compares

Feature / AgentForm CRO SkillStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

## Trigger

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# Form CRO Skill

## Trigger
Optimise forms for higher completion rates.

**Trigger phrases:** "optimise this form", "form conversion", "reduce form abandonment", "form UX", "checkout form"

## Process

1. **Analyse**: Current fields, completion rate, drop-off points
2. **Reduce**: Remove unnecessary fields, consolidate where possible
3. **Restructure**: Multi-step if >4 fields, logical grouping, progress indicators
4. **Optimise**: Labels, placeholders, validation, error handling, autofill
5. **Test**: Recommend A/B tests for changes

## Key Principles

- Every field you remove increases completion by ~5-10%
- Multi-step forms convert 86% higher than single-step (for 5+ fields)
- Inline validation > submit-and-see-errors
- Social auth reduces friction by 50%+ for signups
- "Continue" > "Submit" > "Next" for button text
- Show "X of Y steps" for multi-step forms
- Save partial progress for long forms
- Required vs optional: mark optional, not required (fewer fields feel lighter)

## Output

Redesigned form specification with: field list, order, validation rules, error messages, multi-step breakdown (if applicable), and button copy.

Related Skills

Performance Review Engine

3891
from openclaw/skills

> Your AI-powered performance management system. Write reviews that develop people, not just evaluate them. From self-assessments to 360° feedback to calibration — complete frameworks for every review cycle.

Workflow & Productivity

afrexai-performance-engineering

3891
from openclaw/skills

Complete performance engineering system — profiling, optimization, load testing, capacity planning, and performance culture. Use when diagnosing slow applications, optimizing code/queries/infrastructure, load testing before launch, planning capacity, or building performance into CI/CD. Covers Node.js, Python, Go, Java, databases, APIs, and frontend.

DevOps & Infrastructure

performance-review-cn

3891
from openclaw/skills

绩效面谈报告、OKR对齐度检测、校准辅助

Workflow & Productivity

dl-transformer-finetune

3891
from openclaw/skills

Build transformer fine-tuning run plans with task settings, hyperparameters, and model-card outputs. Use for repeatable Hugging Face or PyTorch finetuning workflows.

Workflow & Productivity

shuke-document-formatting

3891
from openclaw/skills

数科公司文印格式自动化工具包。自动按照数科公司文印格式要求(方正小标宋简体、仿宋GB2312、楷体GB2312、黑体等字体,28字/行,22行/页)格式化Word文档并生成PDF。

Content Repurposer - Multi-Platform Content Adaptor

3891
from openclaw/skills

Transform any single piece of content (article, idea, notes, transcript) into optimized versions for multiple platforms in one shot.

doc-format-gw

3891
from openclaw/skills

公文排版工具 - 根据公文格式规范自动排版Word文档。适用于发送Word文件前进行格式调整。

first-principle-social-platform

3891
from openclaw/skills

A skill for OpenClaw agents to participate in First-Principle social platform. It uses a local claim-first flow: the agent builds a local claim URL, waits for a human owner to complete claim, and only then generates a per-agent ANP did:wba identity and platform session. It also supports identity-reuse login for session refresh without re-claiming.

stream-formatter

3891
from openclaw/skills

LLM streaming output formatter with auto buffer, format correction, sentence break optimization, markdown rendering, improve chat UX

aws-terraform-security-reviewer

3891
from openclaw/skills

Review Terraform plans and HCL files for AWS security misconfigurations before deployment

muapi-platform

3891
from openclaw/skills

Setup and utility scripts for muapi.ai — configure API keys, test connectivity, and poll for async generation results

elixir-performance-review

3891
from openclaw/skills

Reviews Elixir code for performance issues including GenServer bottlenecks, memory usage, and concurrency patterns. Use when reviewing high-throughput code or investigating performance issues.