跳到主要内容
知仓学习社ZHICANG

launchfast-ppc-research

|

不碰外部(只输出文字)无严重或高危命中hashgraph-online/awesome-codex-plugins

它会碰到什么

扫了多少1 个文本文件,3 KB
它会碰到什么不碰外部(只输出文字)
命中总数0 处
命中统计严重 0 · 高 0 · 中 0 · 低 0

这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。

技能内容

LaunchFast PPC Research

Inputs

If needed, ask once for:

  • 1-15 ASINs
  • optional campaign name
  • optional default CPC bid
  • optional daily budget
  • optional output path

Defaults:

  • campaign name: LaunchFast-PPC-[YYYY-MM-DD]
  • default bid: 0.75
  • daily budget: 25
  • output path: ./artifacts/launchfast/ppc/launchfast-ppc-[YYYY-MM-DD].tsv

Workflow

1. Run keyword research

Run one keyword-research call across all ASINs when possible:

amazon_keyword_research(asins=[...], limit=50)

If the ASIN set is too large or results are unwieldy, batch them, but do not require delegation.

2. Normalize and tier keywords

For each keyword:

  • deduplicate across ASIN overlaps
  • keep overlap count
  • capture search volume, CPC, purchase rate, relevance, and ranking coverage

Tiering:

  • Tier 1: high-value terms with strong overlap or standout volume and conversion
  • Tier 2: mid-volume growth terms
  • Tier 3: discovery and long-tail terms

Match mapping:

  • Exact: Tier 1
  • Phrase: Tier 1 and Tier 2
  • Broad: Tier 2 and Tier 3

Bid guidance:

  • Exact: default bid * 1.2
  • Phrase: default bid * 1.0
  • Broad: default bid * 0.7

3. Present a preview

Show:

  • ASINs analyzed
  • unique keywords found
  • tier breakdown
  • top 15 keywords preview
  • negative keywords or exclusions if obvious

4. Generate the bulk file

If the user wants the export, create the parent directory and write a TSV.

Use a deterministic writer such as Python csv.writer with a tab delimiter.

Required output:

  • one campaign
  • ad groups split by tier and match type
  • keyword rows with bids

Default to this exact tab-separated header and column order:

Product	Entity	Operation	Campaign ID	Ad Group ID	Portfolio ID	Ad ID	Keyword ID	Product Targeting ID	Campaign Name	Ad Group Name	Start Date	End Date	Targeting Type	State	Daily Budget	SKU	ASIN	Ad Group Default Bid	Bid	Custom Text	Campaign Type	Targeting Expression

Deterministic campaign structure:

  • Tier1-Exact: Tier 1 keywords as Exact
  • Tier1-Phrase: Tier 1 keywords as Phrase
  • Tier2-Phrase: Tier 2 keywords as Phrase
  • Tier3-Broad: Tier 2 and Tier 3 keywords as Broad

Generate three row types only:

  • Campaign row: one per campaign
  • Ad Group row: one per ad group
  • Keyword row: one per keyword and match-type pair

Use:

  • Start Date: current date in YYYYMMDD
  • Targeting Type: Manual
  • State: enabled
  • Campaign Type: Sponsored Products

If the user requests a different Amazon bulk format, switch only with explicit confirmation.

Output

Default answer structure:

  • short summary of keyword landscape
  • preview table
  • export path and row count if a file was written

If no export is requested, stop after the preview and recommendations.

想直接用这个技能?

本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。

它属于哪个仓库

星标★ 1,027
本站分层T1
该仓技能数1910
原文件路径plugins/BlockchainHB/launchfast_codex_plugin/skills/launchfast-ppc-research/SKILL.md

同一个仓库里的其他技能

看这个仓库的全部 1910 个技能