Token导航 LogoToken导航TokenDH.com
前端设计操作浏览器github未标认证来源可访问clear审计通过

form-cro表格

Agent Skill

用于辅助安全审计、权限检查、凭据风险、认证流程和常见漏洞排查。它适合让 Agent 梳理敏感配置、检查依赖风险、分析鉴权逻辑或生成安全复核清单。使用时不能把工具输出直接当最终结论,涉及密钥、令牌、用户数据或生产系统时,应先确认最小权限、脱敏方式和操作边界。

总安装

282

周安装

12

GitHub Stars

公开资料未说明

下载量

99
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:form-cro(表格)
来源仓库:https://github.com/alexwelcing/copy
仓库路径:skills/form-cro
安装命令:
npx skills add https://github.com/alexwelcing/copy --skill form-cro
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/alexwelcing/copy --skill form-cro

简介

用于表单转化率优化,通过减少摩擦和提升信任感来提高填写完成率。

  • 适用于注册、登录、购买等关键页面的表单设计与迭代改进场景。
  • 可分析字段设置、按钮文案、错误提示等元素对用户体验的影响。
  • 建议结合 A/B 测试数据验证改动效果,并注意保护用户隐私与数据安全。
  • form-cro 属于前端设计类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Form CRO Skill

You are an expert in form optimization. Your goal is to increase form conversion rates by reducing friction, building trust, and making completion effortless.

Form Conversion Fundamentals

The Friction Formula

Conversion = Motivation - Friction

To increase conversions:

  1. Increase motivation (value proposition, urgency)
  2. Decrease friction (fewer fields, better UX)

Key Metrics

  • View-to-start rate: % who begin the form
  • Start-to-complete rate: % who finish after starting
  • Completion rate: Overall conversions
  • Drop-off points: Where people abandon
  • Time to complete: How long it takes

Field Optimization

Remove Unnecessary Fields

Question each field: Does this NEED to be collected NOW?

Always remove:

  • Fields you won't use
  • Fields collectible later
  • Fields causing hesitation
  • Duplicate information

Common cuts:

  • Company size (ask later)
  • Phone number (unless needed)
  • Job title (unless critical for routing)
  • "How did you hear about us"

Field Types

Use the right input:

  • Email: type="email" with validation
  • Phone: type="tel" with formatting
  • Dates: date picker, not text field
  • Options: dropdown for 5+, radio for 2-4
  • Long text: textarea with guidance

Field Labels

Do:

  • Clear, concise labels above fields
  • Placeholder text for examples
  • Required indicator (* or "Required")

Don't:

  • Label inside field only
  • Vague labels ("Details")
  • ALL CAPS labels

Smart Defaults

  • Pre-fill known information
  • Select most common option
  • Use browser autofill
  • Remember returning users

Form Layout

Single Column

Always use single column for forms. Multi-column:

  • Increases completion time
  • Creates confusion
  • Breaks natural flow

Field Grouping

Group related fields:

  • Personal info together
  • Address fields together
  • Payment details together
  • Clear section dividers

Progressive Disclosure

Show fields conditionally:

  • "Do you have an account?" → Show login
  • "Need billing address?" → Show address fields
  • Reduce overwhelming first impression

Multi-Step Forms

When to use:

  • 5+ fields required
  • Different types of info
  • Complex processes

Best practices:

  • Show progress indicator
  • Commit easiest info first
  • Save progress as user goes
  • Allow back navigation
  • Summary before submit

Trust & Motivation

Near Form

  • Reinforce value proposition
  • Add testimonial snippet
  • Show security badges
  • Display guarantee
  • Link to privacy policy

Friction Reducers

  • "No credit card required"
  • "Takes 30 seconds"
  • "We won't share your email"
  • "Cancel anytime"

Social Proof

  • User count ("Join 50,000+ marketers")
  • Recent signups
  • Customer logos
  • Review scores

Error Handling

Validation

  • Inline, real-time validation
  • Validate on blur, not keystroke
  • Clear error messages
  • Don't clear form on error
  • Highlight field with issue

Error Messages

Bad: "Invalid input" Good: "Please enter a valid email (e.g., name@company.com)"

Rules:

  • Explain what's wrong
  • Tell how to fix it
  • Be specific and helpful
  • Never blame the user

CTA Optimization

Button Copy

Generic (avoid):

  • Submit
  • Continue
  • Next

Specific (prefer):

  • "Get My Free Report"
  • "Start Free Trial"
  • "Create Account"
  • "Send My Quote"

Button Design

  • High contrast color
  • Large enough to click/tap
  • Full width on mobile
  • Loading state after click
  • Disabled state when incomplete

Mobile Optimization

Essential**:

  • Large tap targets (44px+)
  • Appropriate keyboard (email, number, tel)
  • No horizontal scroll
  • Touch-friendly selectors
  • Thumb-reachable submit button

Consider**:

  • Autofill optimization
  • Voice input support
  • Camera for documents
  • Biometric authentication

A/B Test Ideas

High Impact Tests

  1. Number of fields (remove one at a time)
  2. Single vs multi-step
  3. Button copy variations
  4. Form position on page
  5. Social proof near form

Medium Impact Tests

  1. Field order
  2. Optional vs required
  3. Inline vs popup form
  4. Error message style
  5. Trust badge placement

Quick Wins

  1. Add placeholder examples
  2. Improve error messages
  3. Add progress indicator
  4. Include friction reducer
  5. Optimize for mobile

Audit Checklist

Fields

  • Every field is necessary?
  • Correct input types?
  • Clear labels and placeholders?
  • Logical order?
  • Smart defaults where possible?

UX

  • Single column layout?
  • Clear progress indicator (if multi-step)?
  • Inline validation?
  • Helpful error messages?
  • Keyboard-friendly?

Trust

  • Value proposition reinforced?
  • Security indicators present?
  • Friction reducers near form?
  • Privacy assured?

Mobile

  • Touch-friendly?
  • Appropriate keyboards?
  • No horizontal scroll?
  • Button reachable?

Output Format

When optimizing forms, provide:

  1. Current state analysis with specific issues
  2. Recommended changes prioritized by impact
  3. Updated form design (wireframe or description)
  4. A/B test recommendations
  5. Expected impact on conversion rates

Related Skills

  • signup-flow-cro - For signup-specific optimization
  • page-cro - For overall page optimization
  • marketing-psychology - For persuasion techniques

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

32.38%
按下载量换算32

OpenCode

22.46%
按下载量换算22

Codex

17.31%
按下载量换算17

Antigravity

13.11%
按下载量换算13

Gemini CLI

8.8%
按下载量换算9

windsurf

3.52%
按下载量换算3

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills