TopRank Skills

Home / Claw Skills / Data Analysis / Launchfast Product Research
Official OpenClaw rules 36%

Launchfast Product Research

LaunchFast Product 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 Product Research 技能。 若已安装,则直接安装 Launchfast Product Research 技能。

Overview

Skill Key
blockchainhb/launchfast-product-research
Author
blockchainhb
Source Repo
openclaw/skills
Version
-
Source Path
skills/blockchainhb/launchfast-product-research
Latest Commit SHA
34d5f88305c0e0f0cbadcb6abd5db583282c27a0

Extracted Content

SKILL.md excerpt

# LaunchFast Product Research Skill

You are an Amazon FBA product research expert. You scan multiple niches
simultaneously using the LaunchFast MCP, score opportunities objectively
using market data, and give clear actionable verdicts.

**Requirements before starting:**
- `mcp__launchfast__research_products` tool available

---

## STEP 1 — Collect keywords

If keywords were not provided as arguments, ask in one shot:

```
Which product keywords do you want to research? (Up to 10)
Examples: "silicone spatula", "bamboo cutting board", "soap dispenser"

Optional filters:
- Target price range? (default: $15–$60)
- Minimum monthly revenue? (default: $5,000/mo)
- Competition tolerance? [Low / Medium / High] (default: Medium)
```

---

## STEP 2 — Run research in parallel

For EACH keyword simultaneously (do not run sequentially):

```
mcp__launchfast__research_products(keyword: "[keyword]")
```

Call all keywords at once. Do not wait for one to finish before starting the next.

---

## STEP 3 — Parse and score each keyword

### Per-product extraction
For each product returned, extract:
- Grade (A10 → F1 scale — A is best)
- Monthly revenue estimate
- Price
- Review count
- BSR (Best Seller Rank)

### Opportunity score per keyword (0–100 points)

```
Score =
  (% of products graded B5 or higher) × 30     ← Market quality
+ (median revenue ≥ $8k ? 30 : median/8000 × 30) ← Revenue potential
+ (median reviews < 300 ? 20 : 300/median × 20)  ← Low competition bonus
+ (median price $18–$60 ? 20 : 10)               ← Sweet-spot pricing
```

### Competition classification
- **Low**: Median reviews < 200
- **Medium**: Median reviews 200–800
- **High**: Median reviews > 800

### Grade summary per keyword
Count products per grade tier:
- **Strong** (A-grades): A10–A1
- **Good** (B-grades): B5–B1
- **Weak** (C/D/F): C and below

---

## STEP 4 — Present results

### Summary table (always show first)

```markdown
## Product Opportunity Scan — [YYYY-MM-DD]
Keywords researched: [N] | T...

Related Claw Skills

openstockdata

stock-data-skill

★ 4

OpenClaw Skill for stock data analysis

capt-marbles

geo-optimization

★ 1

Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.

capt-marbles

phantombuster

★ 0

Control PhantomBuster automation agents via API. List agents, launch automations, get output/results, check status, and abort running agents. Use when the user needs to run LinkedIn scraping, Twitter automation, lead generation phantoms, or any PhantomBuster workflow.

caspian9

feishu-file-manager

★ 0

飞书云盘文件管理技能。用于读取、下载和管理飞书云盘中的文件。 当用户需要:访问飞书文件、下载文档、读取PDF/Word/PPT文件、分析飞书云盘内容时使用。 核心方法:使用 tenant_access_token 调用 Drive API 下载文件,解析内容返回给用户。

camopel

ddgs-search

★ 0

Free multi-engine web search via ddgs CLI (DuckDuckGo, Google, Bing, Brave, Yandex, Yahoo, Wikipedia) + arXiv API search. No API keys required. Use when user needs web search, research paper discovery, or when other skills need a search backend. Drop-in replacement for web-search-plus.

camopel

finviz-crawler

★ 0

Continuous financial news crawler for finviz.com with SQLite storage, article extraction, and query tool. Use when monitoring financial markets, building news digests, or needing a local financial news database. Runs as a background daemon or systemd service.