From claude-keitaro
Generates HTML landing pages, prelandings, and white pages for affiliate verticals following specs. Manages Keitaro landings via API: create, list, update.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-keitaro:keitaro-landingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. Read `keitaro/references/landing-specs.md` for vertical-specific specs
keitaro/references/landing-specs.md for vertical-specific specskeitaro/references/keitaro-api.md for landing API endpointsWarmup page before offer. Increases CR by qualifying traffic.
Main conversion page.
Clean page for moderation bots.
When user says "generate a prelanding for [vertical] [GEO]":
references/landing-specs.mdreferences/landing-specs.mdpython3 ~/.claude/skills/keitaro/scripts/keitaro_api.py landings list
Show as table:
| ID | Name | Type | Group | Offers | Updated |
|----|------|------|-------|--------|---------|
| 5 | gambling_de_v1 | redirect | Gambling | offer_1 | 2d ago |
| 6 | gambling_de_v2 | redirect | Gambling | offer_1 | 1d ago |
| 8 | white_blog | local | White | — | 5d ago |
After generating content:
{
"name": "gambling_de_prelanding_v1",
"action_type": "redirect",
"url": "https://example.com/prelanding/",
"group_id": 1
}
For local landings (HTML):
{
"name": "white_page_cooking_blog",
"action_type": "html",
"action_payload": "<html>...</html>"
}
When user says "generate white page":
npx claudepluginhub iso73-ops/claude-keitaroBuilds single-file affiliate landing pages (product spotlight or comparison) with inline CSS, mobile-responsive, no build step, deployable anywhere.
Designs and builds high-converting landing pages for product launches with hero sections, SEO, waitlists, urgency mechanics, and developer-first patterns. Useful for launch, feature, signup, or marketing pages.
Generates a structured 7-section landing page brief optimized for conversion — 1 goal, 1 CTA, mobile-first, with copy templates, technical requirements, and A/B test plan.