install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/amdf01-debug/sw-signup-flow-cro" ~/.claude/skills/openclaw-skills-sw-signup-flow-cro && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/amdf01-debug/sw-signup-flow-cro" ~/.openclaw/skills/openclaw-skills-sw-signup-flow-cro && rm -rf "$T"
manifest:
skills/amdf01-debug/sw-signup-flow-cro/SKILL.mdsource content
Signup Flow CRO Skill
Trigger
Audit and optimise signup flows for higher conversion.
Trigger phrases: "signup flow", "registration optimisation", "signup conversion", "reduce signup friction"
Process
- Map: Document every step from CTA click to account created
- Measure: Identify drop-off at each step
- Reduce: Eliminate unnecessary steps, defer non-critical fields
- Accelerate: Social auth, magic links, progressive profiling
- Activate: Connect signup to first value moment
Key Principles
- Minimum viable signup: email only (or social auth)
- Defer profile completion to post-signup
- Progress indicator if >2 steps
- Pre-fill where possible (social data, URL detection)
- Email verification: don't block access — send verification in parallel
- Show value preview before asking for signup
- "Sign up free" > "Create account" > "Register"
Output
Redesigned signup flow with: step-by-step wireframe description, field requirements per step, estimated conversion improvement, and implementation notes.