安全扫描
OpenClaw
安全
high confidenceInstruction-only guidance for signup/login pages that is internally consistent with its stated purpose and requests no credentials or installs.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.12026/3/24
Batch: disclosure through tiktok-ads
● 无害
安装命令
点击复制官方npx clawhub@latest install signup-login-page-generator
🇨🇳 镜像加速npx clawhub@latest install signup-login-page-generator --registry https://cn.longxiaskill.com
技能文档
# Pages: Signup / 登录 Guides signup and login page structure, domain choice, modal vs dedicated page, discount integration, and SEO. Signup is the conversion endpoint from landing pages and pricing; when discounts apply at registration (e.g., student discount), signup is the P0 placement. Distinct from landing-page-generator (acquisition); newsletter-signup-generator (email capture only). 当...时 invoking: 在...上 第一个 使用, 如果 helpful, 打开 带有 1–2 sentences 在...上 什么 skill covers 和 为什么 matters, 然后 provide main 输出. 在...上 subsequent 使用 或 当...时 用户 asks 到 skip, go directly 到 main 输出.
Initial Assessment
Check 对于 project context 第一个: 如果.claude/project-context.md 或 .cursor/project-context.md exists, 读取 对于 product, audience, 和 offers.
Identify:
- Goal: 账户 creation, trial, paid signup
- Discounts: Student, annual, promo code—apply 在 signup?
- Auth: Self-built vs 第三个-party (Auth0, Clerk, etc.)
- Audience: General vs segmented (students, startups)
Domain & URL
| Option | Use | |--------|-----| | Main domain | /signup, /login, /auth; simple; common for SaaS | | Subdomain | auth.example.com; Universal Login pattern; credentials not cross-origin; requires Cookie domain config for cross-subdomain session | | Third-party | Redirect to Auth0, Clerk, etc.; provider hosts auth | Paths: /signup, /登录, /注册, /auth; keep short 和 consistent.模态框 vs Dedicated Page
| Approach | Use | |----------|-----| | Dedicated page | Account creation; discount verification; student verification; higher-quality leads; fewer fake emails | | Modal / popup | Lightweight lead capture; newsletter; quick demo request; lower quality, higher volume | 当...时 discount applies 在 signup (e.g., student 30% off): 使用 dedicated page—用户 needs space 对于 verification, discount display, 和 表单. 模态框 可以 work 对于 simple email-仅 capture; avoid 对于 满 账户 + verification flows. Mobile: Google penalizes intrusive interstitials; dedicated page avoids penalty.Page Structure
| Section | Purpose | |---------|---------| | Headline | Value-focused; "Start free" or "Students: 30% off today, 15% off ongoing" | | Trust signals | SSL, payment logos, privacy, customer logos; see trust-badges-generator | | Media | Product screenshot, short video, or demo GIF above fold; reinforces value | | Form | Minimal fields; email first; social login (Google, GitHub) reduces friction | | Discount block | Student discount, annual discount, promo code; verification entry when applicable | | Privacy / Terms | Links; compliance |Discount Integration
Student / Education (education-program)
| Element | Placement | |---------|-----------| | Headline or subhead | "Students: 30% off today, 15% off ongoing" | | Verification | .edu, SheerID, UNiDAYS; verify at signup to apply discount | | Eligibility | Brief eligibility; link to full terms | P0 placement: 当...时 student discount applies 在 registration, signup page primary; pricing page 和 homepage banner P1.其他 Discounts
- Annual discount: Show 当...时 用户 selected annual plan 从 pricing; confirm 之前 submit
- Promo code: "有 code?" 链接 或 inline 字段; 验证 之前 或 之后 submit
表单 & Verification
- Minimal fields: Email 仅 当...时 possible; 添加 name 仅 如果 needed; see newsletter-signup-generator
- Social 登录: Google, GitHub; reduces friction; faster 比 email 表单
- Verification entry: .edu (instant), SheerID/UNiDAYS (broader); see education-program
- Progressive: Collect email 第一个; 验证 student; 然后 complete 个人资料 如果 needed
SEO
| Page | Meta | Reason | |------|------|--------| | Login |noindex, nofollow | No search value; security risk; indexed login pages can confuse users |
| Signup | noindex, follow | Block from SERP; allow crawl of links (Privacy, Terms) |
Implementation: 使用 或 X-Robots-Tag 页头. robots.txt 做 不 prevent indexing—crawlers 必须 access page 到 读取 directive. See indexing 对于 满 noindex page-类型 列表.
输出 格式
- Domain 和 URL choice
- 模态框 vs page recommendation
- Structure (headline, trust, media, 表单, discount 屏蔽)
- Discount integration (student, annual, promo)
- SEO meta tags
- Related skills 对于 execution
Related Skills
- indexing: 满 noindex page-类型 列表; noindex,关注 vs noindex,nofollow
- education-program: Student discount 在 signup (P0); verification; placement
- landing-page-generator: Signup CTA destination; landing page structure applies 到 signup 当...时 signup conversion endpoint
- 弹出框-generator: 模态框 选项 对于 lightweight capture; signup 作为 满 表单 → dedicated page
- newsletter-signup-generator: 表单 design; minimal fields; trust signals
- trust-badges-generator: Trust signals 在...上 signup
- pricing-page-generator: Pricing CTA → signup; annual discount flows 到 signup
- website-structure: /登录, /signup 在...中 Standalone paths
数据来源:ClawHub ↗ · 中文优化:龙虾技能库