Install
openclaw skills install @aaron-he-zhu/landing-optimizerUse when the user asks to "optimize our landing page for influencer traffic", "fix our promo-code landing page", or "improve conversion from a creator campaign"; produces a message-match audit, page-structure and social-proof recommendations, a promo-code/CTA conversion plan, and an A/B test roadmap. Not for measuring campaign results after launch — use performance-analyzer.
openclaw skills install @aaron-he-zhu/landing-optimizerThis skill helps you create and optimize landing pages specifically for influencer marketing traffic. When users click from an influencer's post, the landing experience should feel connected and optimized for conversion.
Cross-discipline (paid ads): this is also the paid-ads post-click skill — the page half of the ROAS Offer message-match (it pairs with ad-creative-builder, which owns the ad half). The same diagnose-and-fix flow applies to paid landing pages; save paid runs under
memory/ad/landing-optimizer/. On paid runs, message-match the page against the offer-claims-registry ledger when present: offer terms, promo codes, and dates againstmemory/claims/offers.md, and claim wording against the approved variants inmemory/claims/claims-ledger.md.
Shortest invocation:
Optimize our landing page for traffic from [influencer campaign]
Common scenario — diagnose and fix a low-converting creator page:
Our influencer landing page has [X%] conversion rate. How can we improve it?
memory/influencer/landing-optimizer/YYYY-MM-DD-<topic>.md (message-match audit, structure and social-proof recommendations, conversion/CTA plan, A/B test roadmap).memory/hot-cache.md.Emit the standard shape from skill-contract.md §Handoff Summary Format.
This family needs no live integrations (Tier 1). The skill works by asking the user for the page URL, current conversion rate, the influencer's message, and the promo code, then producing the audit and plan from those inputs.
Optional connectors that can deepen the analysis when available:
~~analytics — pull live conversion rate, bounce rate, scroll depth, and add-to-cart events instead of asking.~~A/B testing platform — read past test results and feed sample-size/duration estimates.~~CMS / landing page builder — inspect current page structure and copy directly.~~social platform analytics — confirm the creator's actual messaging and audience.See CONNECTORS.md for the verified free/keyless recipe per category. Every step degrades gracefully to user-supplied inputs.
When a user requests landing page help, work through these steps. Each step's fill-in template, ASCII layout, and HTML snippet live in references/templates.md — keyed by the same step numbers.
memory/claims/offers.md when the ledger exists — an ad's "50% off" promise is only true while the offer row is live./creator-name page is warranted and what to personalize.Save the finished plan to memory/influencer/landing-optimizer/YYYY-MM-DD-<topic>.md (paid runs to memory/ad/landing-optimizer/) and promote durable facts to memory/hot-cache.md.
User: "Our landing page for @fitnessanna's protein powder campaign has a 1.2% conversion rate. How can we improve it?"
Output (abridged — full version in references/templates.md):
ANNA20 not auto-applied; mobile CTA below the fold.templates.md — all step fill-in templates, ASCII layouts, HTML snippets, the full worked example, and tips.
skill-contract.md — shared contract and Handoff Summary format.
state-model.md — memory tiers and save-path conventions.
CONNECTORS.md — free/keyless data recipes per connector category.
conversion-quality.md — advisory conversion rubric (non-veto) to sanity-check the optimization plan.
Sibling skills in the influencer-marketing family:
Primary: performance-analyzer — measure whether the optimizations actually moved conversion, AOV, and attribution.
Alternates (same Convert/Track families):
Termination note: Maintain a visited-set this session. If a recommended skill has already been invoked, stop and report the chain as complete rather than re-running it. Hard stop at chain depth 3 to avoid loops.