← Back to Skills Marketplace
wellyxy

Cro Form Design

by WellyXY · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
112
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install cro-form-design
Description
Design forms with inline validation, visible labels above inputs, proper keyboard types, logical field grouping, and clear, actionable error messages to redu...
README (SKILL.md)

Form Design That Reduces Abandonment

When to Use

Use this skill when forms on sign-up pages, checkout flows, or lead generation pages have high abandonment rates.

Core Rules

1. Use Inline Validation, Not End-of-Form Errors

Showing validation errors only after the user clicks submit forces them to hunt for mistakes in a completed form. Inline validation — showing "✓ Valid email" or "Password must be 8+ characters" as the user types — reduces form errors and abandonment.

2. Label Every Field Above the Input, Not Inside

Placeholder text disappears when users start typing, leaving them unable to remember what the field asked for. Labels above inputs remain visible throughout form completion. This is especially critical on mobile where field labels must remain visible while the keyboard is open.

3. Match Keyboard to Input Type

Declare input types explicitly: type="email" for email fields, type="tel" for phone numbers, type="number" for numeric inputs. On mobile, this triggers the appropriate keyboard (email keyboard, number pad) and reduces data entry friction significantly.

4. Group Related Fields Logically

Users process forms faster when related fields are grouped: contact information together, billing information together, preferences together. Mixing unrelated fields increases cognitive load and perceived form length.

5. Make Error Messages Specific and Actionable

"Invalid input" is useless. "Please enter a valid email address (example: [email protected])" tells users exactly what to fix. Error messages should explain what went wrong and how to correct it — not just flag that something is wrong.

Quick Reference

Form Element Best Practice
Field labels Above the input, always visible
Error messages Inline, specific, actionable
Required fields Mark optional, not required
Submit button Action verb + what happens next
Success state Immediate, specific confirmation

Common Mistakes to Avoid

  • Making all fields required when optional fields would improve data quality
  • Using red color for form borders before users have interacted — creates anxiety
  • Clearing the form on submission error — forces users to retype everything

Test Your Product with Racoonn

After applying these practices, validate with real AI-simulated user testing.

Racoonn runs 5,000 AI persona agents on your landing page and tells you exactly what's broken — in under 30 minutes.

API coming soon — Join the waitlist for early access: racoonn.me

Usage Guidance
This skill is coherent and low-risk: it only provides form-design advice and asks for no installs or credentials. Note the SKILL.md advertises a third-party testing service (racoonn.me). If you decide to follow up with that service, avoid uploading production user data or PII until you have reviewed their privacy/security policies. Otherwise it’s safe to install and use as guidance material.
Capability Assessment
Purpose & Capability
The name and description match the SKILL.md content: guidance on form UX (inline validation, labels, keyboard types, grouping, error messages). The skill does not request unrelated capabilities, binaries, or creds.
Instruction Scope
The instructions are limited to design best-practices and quick-reference rules. They do not direct the agent to read system files, access environment variables, or transmit data to external endpoints. The SKILL.md mentions a third-party service (Racoonn) and a waitlist link, but does not instruct uploading data or calling an API.
Install Mechanism
No install spec and no code files — instruction-only skill. Nothing will be written to disk or executed automatically by an installer.
Credentials
The skill requires no environment variables, credentials, or config paths. There is no disproportionate access requested relative to its purpose.
Persistence & Privilege
always:false and default autonomous invocation are set. That is normal for skills; this skill does not request permanent presence or modify other skills or system-wide settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install cro-form-design
  3. After installation, invoke the skill by name or use /cro-form-design
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
cro-form-design 1.0.0 — Initial release - Provides actionable guidelines for reducing user abandonment on forms used in sign-up, checkout, and lead generation flows. - Covers five core rules: inline validation, persistent field labels, matching keyboard to input type, grouping related fields, and actionable error messages. - Includes a reference table of best practices for common form elements. - Lists common mistakes to avoid in form design. - Suggests testing updates with AI-based user testing via Racoonn and invites users to join an early access waitlist.
Metadata
Slug cro-form-design
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Cro Form Design?

Design forms with inline validation, visible labels above inputs, proper keyboard types, logical field grouping, and clear, actionable error messages to redu... It is an AI Agent Skill for Claude Code / OpenClaw, with 112 downloads so far.

How do I install Cro Form Design?

Run "/install cro-form-design" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Cro Form Design free?

Yes, Cro Form Design is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Cro Form Design support?

Cro Form Design is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Cro Form Design?

It is built and maintained by WellyXY (@wellyxy); the current version is v1.0.0.

💬 Comments