Token导航 LogoToken导航TokenDH.com
研究检索external-servicegithub未标认证来源可访问许可证需确认审计提醒

solo-landing-gen单人登陆发电机

Agent Skill

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

总安装

624

周安装

25

GitHub Stars

15

下载量

202
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/fortunto2/solo-factory --skill solo-landing-gen

简介

solo-landing-gen 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中快速定位候选结果。

  • 适用于落地页生成相关的信息检索任务。
  • 可通过 GitHub 仓库和 README 文档核验具体功能和使用方法。
  • 安装前应确认权限、维护状态及是否涉及网络或文件操作。
  • 建议结合设计规范验证其输出格式的可用性。

SKILL.md

/landing-gen

Generate landing page content from a project's PRD. Produces hero section, features, social proof, CTA, SEO meta tags, and A/B headline variants. If astro-static stack detected, can scaffold actual page files.

MCP Tools (use if available)

  • kb_search(query) — find related methodology (conversion, copywriting)
  • project_info(name) — get project stack and details
  • web_search(query) — competitor landing analysis

If MCP tools are not available, fall back to Glob + Grep + Read.

Steps

  1. Parse project from $ARGUMENTS.

- Read PRD, README, or research.md for product info. - If empty: ask via AskUserQuestion.

  1. Detect stack:

- Check for astro.config.* → astro-static (can scaffold page) - Check for next.config.* → Next.js (can scaffold route) - Otherwise: generate content-only markdown

  1. Extract landing inputs from PRD/README:

- Problem: 1 sentence pain statement - Solution: 1 sentence product description - ICP: Target user persona - Features: Top 3-4 differentiating features with descriptions - Competitors: From research.md (if exists) — for positioning - Pricing: If available

  1. Competitor landing analysis (optional, if MCP/WebSearch available):

- Search for top 3 competitor landing pages - Note: headline patterns, CTA language, social proof types - Identify positioning gaps

  1. Forced reasoning — conversion strategy: Before generating, write out:

- Primary conversion: What's the ONE action? (sign up / download / buy) - Objections: Top 3 reasons someone wouldn't convert - Trust signals: What overcomes each objection? - Above the fold: Problem + Solution + CTA — nothing else

  1. Generate landing content: 6a. Hero Section 6b. A/B Headline Variants (5 options) Generate 5 distinct headline approaches: 6c. Features Section (3-4 features) For each feature: 6d. Social Proof Section 6e. CTA Section 6f. SEO Meta Tags <title>{title — 50-60 chars}</title> <meta name="description" content="{description — 150-160 chars}"> <meta property="og:title" content="{og title}"> <meta property="og:description" content="{og description}"> <meta property="og:image" content="{suggest image dimensions 1200x630}"> <meta property="og:type" content="website">

- Headline: Problem-focused, benefit-driven (8-12 words) - Subheadline: How the product solves it (15-25 words) - CTA button: Action verb + outcome ("Start Free Trial", "Download Now") - Visual: Describe what image/screenshot/demo should be shown 1. Pain-focused: "Tired of {problem}?" 2. Benefit-focused: "{Outcome} without {hassle}" 3. Curiosity: "The {adjective} way to {action}" 4. Social proof: "Join {N}+ {users} who {outcome}" 5. Direct: "{Product}: {one-line value prop}" - Icon suggestion (emoji or icon name) - Feature title (3-5 words) - Feature description (1-2 sentences) - Benefit framing (what user gains, not what product does) - Placeholder for testimonials (template with name, role, quote) - Metrics placeholders ("X+ users", "Y% faster", "Z countries") - Trust badges placeholder (App Store rating, awards, press) - Repeat headline (or variation) - CTA button (same as hero) - Risk reducer ("Free forever" / "No credit card" / "Cancel anytime")

  1. Write output: If astro-static detected: scaffold page at src/pages/index.astro or new route. Otherwise: write to docs/landing-content.md: # Landing Page Content: {Project Name} **Generated:** {YYYY-MM-DD} **Primary CTA:** {action} **Target ICP:** {persona} ## Hero **Headline:** {headline} **Subheadline:** {subheadline} **CTA:** {button text} **Visual:** {description} ## A/B Headlines 1. {variant 1} 2. {variant 2} 3. {variant 3} 4. {variant 4} 5. {variant 5} ## Features {features with icons and descriptions} ## Social Proof {templates and placeholders} ## Final CTA {closing section} ## SEO Meta Tags {html meta tags} --- *Generated by /landing-gen. Fill in social proof, add visuals, then publish.*
  2. Output summary — headline, CTA, and suggested next steps.

Notes

  • Headline should be testable — run A/B with 2-3 variants
  • "Above the fold" = hero only — don't overload
  • Social proof is placeholder — fill with real data as it comes
  • For fake-door tests: hero + CTA + email capture is enough (2-hour launch)
  • Works with /seo-audit — generate content, then audit the deployed page

Gotchas

  1. Hero CTA must be above the fold — if users need to scroll to find the primary action, conversion drops 40%+. Hero = headline + subheadline + CTA button + visual. Nothing else.
  2. Too many CTAs = decision paralysis — one primary CTA per page. Secondary actions (learn more, see pricing) should be visually subordinate. Never put 3 equal-weight buttons side by side.
  3. Social proof placeholders hurt more than no social proof — "Join 0 users" or empty testimonial slots signal "nobody uses this". Remove social proof section entirely until you have real data. Use "Built by {founder name}" instead.
  4. OG image is required for social sharing — without og:image, links shared on Twitter/LinkedIn/Slack show a blank preview. Use 1200x630px. Test with https://cards-dev.twitter.com/validator.
  5. A/B test headlines BEFORE launch — don't pick one headline and ship. Use Google Ads ($20/day for 3 days) to test 3-5 variants against each other. The winner goes on the landing page.

Common Issues

No PRD or product info found

Cause: Project lacks docs/prd.md or README with product description. Fix: Run /validate to generate PRD first, or provide a README with problem/solution/features.

Headlines too generic

Cause: Weak problem statement or missing competitor differentiation. Fix: Add research.md with competitive analysis. Specific pain points produce specific headlines.

Stack not detected for page scaffolding

Cause: No astro.config.* or next.config.* found. Fix: Skill outputs content-only markdown by default. To get actual page files, ensure the project uses astro-static or nextjs-supabase stack.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

34.42%
按下载量换算70

Claude

31.66%
按下载量换算64

Cursor

16.96%
按下载量换算34

Gemini CLI

9.17%
按下载量换算19

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

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

来源信息

继续浏览同类 Skills