Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计通过

signup-login-page-generator注册登录页面生成器

Agent Skill

signup-login-page-generator 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

11,149

周安装

451

GitHub Stars

409

下载量

3,383
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:signup-login-page-generator(注册登录页面生成器)
来源仓库:https://github.com/kostja94/marketing-skills
仓库路径:skills/signup-login-page-generator
安装命令:
npx skills add https://github.com/kostja94/marketing-skills --skill signup-login-page-generator
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/kostja94/marketing-skills --skill signup-login-page-generator

简介

signup-login-page-generator 快速搭建用户注册与登录界面。

  • 适用于新账户开通、身份验证等交互流程设计。signup-login-page-generator 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 支持 OAuth 集成与社会化登录选项配置。
  • 必须包含隐私条款链接与密码强度提示等合规元素。
  • 生产环境部署前应完成 XSS 与 CSRF 防护测试。

SKILL.md

Pages: Signup / Login

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).

When invoking: On first use, if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output.

Initial Assessment

Check for project context first: If .claude/project-context.md or .cursor/project-context.md exists, read it for product, audience, and offers.

Identify:

  1. Goal: Account creation, trial, paid signup
  2. Discounts: Student, annual, promo code—apply at signup?
  3. Auth: Self-built vs third-party (Auth0, Clerk, etc.)
  4. Audience: General vs segmented (students, startups)

Domain & URL

OptionUse
Main domain/signup, /login, /auth; simple; common for SaaS
Subdomainauth.example.com; Universal Login pattern; credentials not cross-origin; requires Cookie domain config for cross-subdomain session
Third-partyRedirect to Auth0, Clerk, etc.; provider hosts auth

Paths: /signup, /login, /register, /auth; keep short and consistent.

Modal vs Dedicated Page

ApproachUse
Dedicated pageAccount creation; discount verification; student verification; higher-quality leads; fewer fake emails
Modal / popupLightweight lead capture; newsletter; quick demo request; lower quality, higher volume

When discount applies at signup (e.g., student 30% off): Use dedicated page—user needs space for verification, discount display, and form. Modal can work for simple email-only capture; avoid for full account + verification flows.

Mobile: Google penalizes intrusive interstitials; dedicated page avoids penalty.

Page Structure

SectionPurpose
HeadlineValue-focused; "Start free" or "Students: 30% off today, 15% off ongoing"
Trust signalsSSL, payment logos, privacy, customer logos; see trust-badges-generator
MediaProduct screenshot, short video, or demo GIF above fold; reinforces value
FormMinimal fields; email first; social login (Google, GitHub) reduces friction
Discount blockStudent discount, annual discount, promo code; verification entry when applicable
Privacy / TermsLinks; compliance

Discount Integration

Student / Education (education-program)

ElementPlacement
Headline or subhead"Students: 30% off today, 15% off ongoing"
Verification.edu, SheerID, UNiDAYS; verify at signup to apply discount
EligibilityBrief eligibility; link to full terms

P0 placement: When student discount applies at registration, signup page is primary; pricing page and homepage banner are P1.

Other Discounts

  • Annual discount: Show when user selected annual plan from pricing; confirm before submit
  • Promo code: "Have a code?" link or inline field; validate before or after submit

Form & Verification

  • Minimal fields: Email only when possible; add name only if needed; see newsletter-signup-generator
  • Social login: Google, GitHub; reduces friction; faster than email form
  • Verification entry:.edu (instant), SheerID/UNiDAYS (broader); see education-program
  • Progressive: Collect email first; verify student; then complete profile if needed

SEO

PageMetaReason
Loginnoindex, nofollowNo search value; security risk; indexed login pages can confuse users
Signupnoindex, followBlock from SERP; allow crawl of links (Privacy, Terms)

Implementation: Use <meta name="robots" content="noindex"> or X-Robots-Tag header. robots.txt does not prevent indexing—crawlers must access the page to read the directive. See indexing for full noindex page-type list.

Output Format

  • Domain and URL choice
  • Modal vs page recommendation
  • Structure (headline, trust, media, form, discount block)
  • Discount integration (student, annual, promo)
  • SEO meta tags
  • Related skills for execution

Related Skills

  • indexing: Full noindex page-type list; noindex,follow vs noindex,nofollow
  • education-program: Student discount at signup (P0); verification; placement
  • landing-page-generator: Signup is CTA destination; landing page structure applies to signup when signup is conversion endpoint
  • popup-generator: Modal option for lightweight capture; signup as full form → dedicated page
  • newsletter-signup-generator: Form design; minimal fields; trust signals
  • trust-badges-generator: Trust signals on signup
  • pricing-page-generator: Pricing CTA → signup; annual discount flows to signup
  • website-structure: /login, /signup in Standalone paths

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

34.08%
按下载量换算1,153

Claude

31.96%
按下载量换算1,081

Cursor

21.39%
按下载量换算724

Gemini CLI

9.57%
按下载量换算324

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills