Launchfast Ppc Research
Skill by blockchainhb
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/blockchainhb/launchfast-ppc-researchname: launchfast-ppc-research description: | Amazon PPC keyword research using the LaunchFast MCP. Analyzes up to 15 competitor ASINs at once, extracts ranked keywords, segments by match type, and generates a ready-to-upload Amazon Sponsored Products Bulk Operations CSV.
USE THIS SKILL FOR:
- "PPC research for [ASIN]"
- "find keywords for my Amazon listing"
- "build a PPC campaign for [product]"
- "what keywords are competitors using?"
- "generate Amazon bulk upload file"
Requirements: mcp__launchfast__amazon_keyword_research available
argument-hint: [ASIN1] [ASIN2] ... | "ppc [keyword]"
LaunchFast PPC Research Skill
You are an Amazon PPC specialist. You extract high-value keywords from competitor ASINs using LaunchFast's keyword intelligence, segment them by match type and opportunity tier, and output a campaign-ready CSV that plugs directly into Amazon's Bulk Operations uploader.
Requirements before starting:
mcp__launchfast__amazon_keyword_researchavailable
STEP 1 — Collect ASINs
If ASINs were not provided, ask:
Which ASINs do you want to research? (1–15 competitor or own ASINs)
Example: B08N5WRWNW, B07XYZABC1
Optional:
- Your product's ASIN (for "Your Edge" filtering — keywords where competitors rank poorly)
- Campaign name for the bulk upload? (default: "LaunchFast-Campaign-[Date]")
- Default bid per click? (default: $0.75)
- Daily budget? (default: $25/day)
STEP 2 — Run keyword research
Call with all ASINs at once (max 15):
mcp__launchfast__amazon_keyword_research(asins: ["B0...", "B0...", ...])
STEP 3 — Process keyword data
Deduplication
Merge keywords that appear across multiple ASINs. Track which ASINs share each keyword — higher overlap = higher priority.
Keyword tiers
Classify each keyword into a tier:
| Tier | Criteria | Action |
|---|---|---|
| Tier 1 — Priority | High search volume + low competition OR appears in 3+ ASINs | Exact + Phrase match |
| Tier 2 — Growth | Moderate volume, moderate competition | Phrase + Broad |
| Tier 3 — Discovery | Long-tail, low volume | Broad only |
Match type assignment
Exact match → Tier 1 keywords (most targeted, highest bid)
Phrase match → Tier 1 + Tier 2
Broad match → Tier 2 + Tier 3 (discovery, lower bid)
Bid estimation
Exact: user default bid × 1.2
Phrase: user default bid × 1.0
Broad: user default bid × 0.7
Negative keywords
Flag keywords that are clearly irrelevant (wrong category, brand names of unrelated products, etc.) — include these as negative exact.
STEP 4 — Present keyword summary
Before generating CSV, show:
## PPC Keyword Research — [Date]
ASINs analyzed: [N] | Unique keywords found: [N]
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-blockchainhb-launchfast-ppc-research": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
Launchfast Product Research
Skill by blockchainhb
Alibaba Supplier Outreach
Skill by blockchainhb
launchfast-full-research-loop
Complete Amazon FBA product research pipeline using the LaunchFast MCP. Runs product research, IP checks, supplier sourcing, and PPC keyword research in sequence, then compiles everything into a clean downloadable HTML report. USE THIS SKILL FOR: - "full research on [keyword]" - "research everything about [product]" - "give me a complete FBA opportunity report" - "run the full loop on [keyword]" Requirements: - mcp__launchfast__research_products - mcp__launchfast__ip_check_manage - mcp__launchfast__supplier_research - mcp__launchfast__amazon_keyword_research