Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

Email Capture Generator

Build high-converting lead magnets, squeeze pages, and email capture funnels using proven 5-section conversion frameworks. Includes opt-in forms, thank you p...

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 336 · 0 current installs · 0 all-time installs
byCameron Jo'van@cameron-jovan
MIT-0
Security Scan
VirusTotalVirusTotal
Suspicious
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
Name/description match the provided content: SKILL.md, examples, and an HTML squeeze-page template all focus on building opt-in landing pages and lead magnets. No unexpected binaries, credentials, or installs are requested.
Instruction Scope
Instructions confine the agent to generating landing pages using a 5-section framework and replacing template placeholders. However, there are minor inconsistencies: the HTML template uses placeholders not listed in the Template Variables table (e.g., {{FORM_ACTION}}, {{VALUE_IMAGE}}, {{COUNTDOWN_DATE}} conditional, and additional benefit variables like BENEFIT_4/BENEFIT_5 in examples). These gaps are documentation issues but relevant because {{FORM_ACTION}} controls where submitted emails are sent — you should ensure any form action is set to a trusted email provider/webhook before deploying.
Install Mechanism
Instruction-only skill with no install spec and no code files to execute. This is low-risk from an install/execution perspective.
Credentials
The skill declares no required environment variables, credentials, or config paths. It does not request access to unrelated services or secrets.
Persistence & Privilege
always is false and the skill is user-invocable only. There is no requested persistent presence or modification of other skills or system-wide settings.
Assessment
This skill appears to do what it says: generate email-capture pages using a standard 5-section template. Before using it in production, verify a few things: (1) The template contains placeholders not documented in the SKILL.md (notably {{FORM_ACTION}}, {{VALUE_IMAGE}}, and COUNTDOWN_DATE conditional). Make sure you (or the agent under explicit instruction) set {{FORM_ACTION}} to a trusted endpoint (your email provider, autoresponder, or webhook) — otherwise form submissions could be sent to an unexpected third-party. (2) Examples reference BENEFIT_4/BENEFIT_5 though the variables table only lists three benefits; confirm which variables you must supply. (3) Check that privacy/terms links and testimonials used are accurate and lawful for your audience. If you need the agent to auto-fill form action endpoints or publish pages, require explicit user approval for any external endpoint or credential use. These are documentation/usability issues rather than signs of malicious behavior.

Like a lobster shell, security has layers — review code before you run it.

Current versionv1.0.1
Download zip
latestvk979nyr79yzyb93zm8ax8s8p2n81t8je

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

SKILL.md

Email Capture Generator Skill

Build high-converting lead magnets, squeeze pages, and email capture funnels using proven conversion frameworks.

The Email Capture Framework

5-Section Flow

Build email capture pages EXCLUSIVELY using this 5-section flow from top to bottom:

┌─────────────────────────────────────────────────────────┐
│ 1. HOOK (Hero Section)                                 │
│  ┌─────────────────────────────────────────────────┐   │
│  │  [Headline - Benefit-driven, specific]          │   │
│  └─────────────────────────────────────────────────┘   │
│  ┌─────────────────────────────────────────────────┐   │
│  │  [Subheadline - Expand on the promise]         │   │
│  └─────────────────────────────────────────────────┘   │
│  ┌─────────────────────────────────────────────────┐   │
│  │     [OPT-IN FORM]                               │   │
│  │     Email: [____________]                       │   │
│  │     [GET IT FREE]                              │   │
│  └─────────────────────────────────────────────────┘   │
│              [Lead magnet image]                       │
└─────────────────────────────────────────────────────────┘
                         ↓
┌─────────────────────────────────────────────────────────┐
│ 2. VALUE (What's Inside)                               │
│    "Here's what you'll get:"                          │
│    ✓ [Benefit 1]                                      │
│    ✓ [Benefit 2]                                      │
│    ✓ [Benefit 3]                                      │
│         [Image showing the lead magnet]                │
└─────────────────────────────────────────────────────────┘
                         ↓
┌─────────────────────────────────────────────────────────┐
│ 3. PROOF (Social Validation)                          │
│    Headline: "Join X+ subscribers"                    │
│    [Testimonial 1]                                    │
│    [Testimonial 2]                                    │
└─────────────────────────────────────────────────────────┘
                         ↓
┌─────────────────────────────────────────────────────────┐
│ 4. URGENCY (Why Now)                                  │
│    "This offer expires..."                            │
│    [Scarcity element]                                 │
│    [Countdown timer if applicable]                    │
└─────────────────────────────────────────────────────────┘
                         ↓
┌─────────────────────────────────────────────────────────┐
│ 5. REASSURANCE (Trust Builders)                       │
│    ✓ No spam, ever                                    │
│    ✓ Unsubscribe anytime                              │
│    ✓ [Privacy link] [Terms link]                     │
└─────────────────────────────────────────────────────────┘

Section Breakdown

1. HOOK (Hero Section)

  • Benefit-driven headline (specific, result-oriented)
  • Subheadline expanding on the promise
  • Email input field + CTA button
  • Lead magnet visual (ebook, checklist, template preview)

2. VALUE (What's Inside)

  • "Here's what you'll get" headline
  • 3-5 bullet points with checkmarks
  • Visual of the lead magnet (cover, preview, sample)

3. PROOF (Social Validation)

  • Subscriber count
  • 2-3 short testimonials
  • Trust indicators (logos if applicable)

4. URGENCY (Why Now)

  • Scarcity message (limited time, limited quantity)
  • Countdown timer (optional)
  • Reason to act now

5. REASSURANCE (Trust Builders)

  • "No spam, ever" promise
  • Unsubscribe guarantee
  • Privacy/Terms links

Template Variables

Replace these placeholders in your generated pages:

VariableDescription
{{HEADLINE}}Main benefit-driven headline
{{SUBHEADLINE}}Supporting description
{{LEAD_MAGNET_NAME}}Name of the free offer
{{BENEFIT_1}}First benefit bullet
{{BENEFIT_2}}Second benefit bullet
{{BENEFIT_3}}Third benefit bullet
{{CTA_TEXT}}Button text (e.g., "Get It Free")
{{EMAIL_PLACEHOLDER}}Input placeholder text
{{SUBSCRIBER_COUNT}}Number of subscribers
{{TESTIMONIAL_1}}First testimonial quote
{{TESTIMONIAL_1_AUTHOR}}First testimonial author
{{TESTIMONIAL_2}}Second testimonial quote
{{TESTIMONIAL_2_AUTHOR}}Second testimonial author
{{URGENCY_MESSAGE}}Scarcity/urgency text
{{COUNTDOWN_DATE}}Expiration date (if applicable)
{{LEAD_MAGNET_IMAGE}}Image of the free offer
{{COMPANY_NAME}}Brand/company name
{{PRIVACY_URL}}Privacy policy link
{{TERMS_URL}}Terms of service link

Lead Magnet Types

This skill supports various lead magnet formats:

  1. Ebook - Digital guide or report
  2. Checklist - Printable or digital checklist
  3. Template - Spreadsheet, Notion, or design template
  4. Quiz - Interactive assessment with results delivered via email
  5. Free Tool - Mini app or calculator
  6. Video Series - Video course delivered via email
  7. Cheat Sheet - Quick reference guide
  8. Swipe File - Collection of examples

Conversion Principles

Headline Formulas

  • "[Emotion] + [Specific Result] + [Timeframe]"
  • Example: "Wake Up to 10x More Leads in 30 Days"
  • "[Number] + [Specific Thing] + [in [Timeframe]]"
  • Example: "7 Days to Your First 1,000 Email Subscribers"

Form Best Practices

  • Single field (email only) = highest conversion
  • Place form above the fold
  • Contrast button color from background
  • Clear CTA: "Get My [Lead Magnet]" not "Submit"

Above the Fold Must-Haves

  1. Headline
  2. Subheadline
  3. Visual
  4. Form

Trust Elements Placement

  • Before form (proof)
  • After form (reassurance)

File Structure

email-capture-generator/
├── SKILL.md                 # This file
├── templates/
│   ├── squeeze-page.html    # Basic squeeze page
│   ├── lead-magnet.html     # Detailed lead magnet page
│   └── thank-you.html       # Confirmation/thank you page
└── examples/
    ├── ebook-capture.md     # Example: ebook lead magnet
    ├── checklist-capture.md # Example: checklist lead magnet

Example: Ebook Lead Magnet

Lead Magnet: "The Tiny Home Financing Guide" Target Audience: Prospective tiny home buyers Primary Benefit: Understanding financing options

HOOK:
- Headline: "Get Your Tiny Home Faster with the Financing Guide 90% of Buyers Miss"
- Subhead: "Discover the 7 financing strategies that helped 1,000+ families afford their dream tiny home"
- CTA: "Send Me The Guide"

VALUE:
- ✓ 7 proven financing strategies
- ✓ Comparison charts
- ✓ Lender contact list
- ✓ Mistakes to avoid

PROOF:
- "Join 5,000+ tiny home enthusiasts"
- Testimonial from satisfied reader

URGENCY:
- "This free guide is available for a limited time"

REASSURANCE:
- "We respect your privacy. No spam, ever."

Files

4 total
Select a file
Select a file to preview.

Comments

Loading comments…