batch-product-research
|
它会碰到什么
扫了多少1 个文本文件,2 KB
它会碰到什么不碰外部(只输出文字)
命中总数0 处
命中统计严重 0 · 高 0 · 中 0 · 低 0
这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。
技能内容
Batch Product Research
Use this skill for 1-20 keywords.
Inputs
Accept:
- comma-separated keywords
- numbered lists
- a local file path containing keywords
Defaults:
- maximum 20 keywords per run
- report path:
./artifacts/launchfast/batch-research/report-[YYYY-MM-DD].html - csv path:
./artifacts/launchfast/batch-research/report-[YYYY-MM-DD].csv
Workflow
1. Normalize input
- trim whitespace
- deduplicate case-insensitively
- if there are more than 20 keywords, split into chunks of 20 and process chunk-by-chunk
2. Run balanced product research
- run
research_productsfor every keyword - prefer parallel tool calls where practical
- do not require delegation
3. Score each keyword
For each keyword compute:
- search volume
- total niche revenue
- average price
- average reviews
- average revenue per seller
- top-seller dominance
- estimated margin using conservative assumptions
- opportunity score and verdict
Use verdicts:
- VIABLE
- MARGINAL
- NOT RECOMMENDED
- ERROR
4. Optional deeper passes
For VIABLE or MARGINAL keywords only:
- run
research_products(... focus="financial") - optionally run
amazon_keyword_researchon the top 2-3 ASINs if keyword depth matters for the user’s goal
5. Present ranked results
Always include a comparison table first.
Then provide concise cards or sections for the strongest keywords.
6. Write artifacts when useful
If the user asked for files, or a file materially improves the result:
- write an HTML report
- write a CSV export
Keep the file generation deterministic. Prefer Python for CSV writing.
Output
At minimum return:
- number of keywords processed
- ranking table
- top recommendations
- artifact paths when files were written
想直接用这个技能?
本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。
它属于哪个仓库
星标★ 1,027
本站分层T1
该仓技能数1910
原文件路径
plugins/BlockchainHB/launchfast_codex_plugin/skills/batch-product-research/SKILL.md