TopRank Skills

Home / Claw Skills / Keyword Research / Launchfast Ppc Research
Official OpenClaw rules 36%

Launchfast Ppc Research

LaunchFast PPC Research Skill

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Launchfast Ppc Research 技能。 若已安装,则直接安装 Launchfast Ppc Research 技能。

Overview

Skill Key
blockchainhb/launchfast-ppc-research
Author
blockchainhb
Source Repo
openclaw/skills
Version
-
Source Path
skills/blockchainhb/launchfast-ppc-research
Latest Commit SHA
f808157fe0000da78904b554fb3f9edb0d102f78

Extracted Content

SKILL.md excerpt

# 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_research` available

---

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

---...

Related Claw Skills