# Send Landing Gen to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "solo-landing-gen",
    "name": "Landing Gen",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/fortunto2/solo-landing-gen",
    "canonicalUrl": "https://clawhub.ai/fortunto2/solo-landing-gen",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/solo-landing-gen",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=solo-landing-gen",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/solo-landing-gen"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/solo-landing-gen",
    "downloadUrl": "https://openagent3.xyz/downloads/solo-landing-gen",
    "agentUrl": "https://openagent3.xyz/skills/solo-landing-gen/agent",
    "manifestUrl": "https://openagent3.xyz/skills/solo-landing-gen/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/solo-landing-gen/agent.md"
  }
}
```
## Documentation

### /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

Parse project from $ARGUMENTS.

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



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



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



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



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



Generate landing content:
6a. Hero Section

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

6b. A/B Headline Variants (5 options)
Generate 5 distinct headline approaches:

Pain-focused: "Tired of {problem}?"
Benefit-focused: "{Outcome} without {hassle}"
Curiosity: "The {adjective} way to {action}"
Social proof: "Join {N}+ {users} who {outcome}"
Direct: "{Product}: {one-line value prop}"

6c. Features Section (3-4 features)
For each feature:

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)

6d. Social Proof Section

Placeholder for testimonials (template with name, role, quote)
Metrics placeholders ("X+ users", "Y% faster", "Z countries")
Trust badges placeholder (App Store rating, awards, press)

6e. CTA Section

Repeat headline (or variation)
CTA button (same as hero)
Risk reducer ("Free forever" / "No credit card" / "Cancel anytime")

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">



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



Output summary — headline, CTA, and suggested next steps.

### 6a. Hero Section

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

### 6b. A/B Headline Variants (5 options)

Generate 5 distinct headline approaches:

Pain-focused: "Tired of {problem}?"
Benefit-focused: "{Outcome} without {hassle}"
Curiosity: "The {adjective} way to {action}"
Social proof: "Join {N}+ {users} who {outcome}"
Direct: "{Product}: {one-line value prop}"

### 6c. Features Section (3-4 features)

For each feature:

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)

### 6d. Social Proof Section

Placeholder for testimonials (template with name, role, quote)
Metrics placeholders ("X+ users", "Y% faster", "Z countries")
Trust badges placeholder (App Store rating, awards, press)

### 6e. CTA Section

Repeat headline (or variation)
CTA button (same as hero)
Risk reducer ("Free forever" / "No credit card" / "Cancel anytime")

### 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">

### 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

### 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.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: fortunto2
- Version: 1.1.1
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-23T16:43:11.935Z
- Expires at: 2026-04-30T16:43:11.935Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/solo-landing-gen)
- [Send to Agent page](https://openagent3.xyz/skills/solo-landing-gen/agent)
- [JSON manifest](https://openagent3.xyz/skills/solo-landing-gen/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/solo-landing-gen/agent.md)
- [Download page](https://openagent3.xyz/downloads/solo-landing-gen)