Back to Registry
View Author Profile
Official Verified
Walter Competitor Monitor
Skill by beyondbright
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/beyondbright/walter-competitor-monitorOr
name: walter-competitor-monitor version: 1.0.0 description: "亚马逊竞品监控 - 回答"竞品在做什么"的问题。自动发现竞品、分析流量词、挖掘VOC、追踪动态,输出竞品情报报告。"
亚马逊竞品监控
核心问题
"我的竞品在做什么?"
用户交互
输入
用户: "监控 CRZ YOGA"
用户: "分析 ASIN B071WV2SRC"
用户: "关注这几个竞品: B071WV2SRC, B08KHQY9DV"
用户: "竞争对手分析"
输出
[竞品监控报告]
Target: CRZ YOGA
├─ 基础情报
│ ASIN: B071WV2SRC
│ 月销量: ~3,200 units
│ 月收入: ~$92,800
│ 价格: $28.99 | 评分: 4.5
│
├─ 流量词 (Top 5)
│ beach shorts women (12%)
│ summer shorts (8%)
│ ...
│
├─ VOC分析
│ 赞美: "buttery soft", "fits true to size"
│ 痛点: "pills after 3 washes", "waistband rolls"
│
└─ 行动建议
攻击点: pilling问题 (23%差评)
策略: 主打"anti-pilling"差异化
分析流程
Step 1: 解析竞品标识
- ASIN识别 (10位字母数字)
- 品牌名识别
- 批量处理支持
Step 2: 获取基础情报
- 销量/价格/评分/BSR
- 月收入估算
- 上市时间
Step 3: 流量词分析
- 核心流量词排名
- 流量词类型 (Search/AC/Sponsored)
- 竞品流量词对比
Step 4: VOC分析
- 赞美点提取
- 痛点提取
- 差评关键词
Step 5: 行动建议
- 攻击点识别
- 差异化策略
- 投放建议
技术实现
class CompetitorMonitor:
def analyze(self, user_input: str) -> Dict:
"""
竞品监控完整流程
"""
# 1. 解析竞品
targets = self.parse_targets(user_input)
# 2. 获取情报
intelligence = []
for target in targets:
intel = self.get_intel(target)
intelligence.append(intel)
# 3. 流量词分析
keywords = self.analyze_keywords(intelligence)
# 4. VOC分析
voc = self.analyze_voc(intelligence)
# 5. 行动建议
actions = self.generate_actions(keywords, voc)
return {
'targets': targets,
'intelligence': intelligence,
'keywords': keywords,
'voc': voc,
'actions': actions
}
依赖
unified_data_layer_v2.py- 统一数据层sellersprite_mcp.py- MCP客户端- SellerSprite API access
版本
V1 - 2026-04-13
- 第一版发布
- 场景: 竞品监控
Metadata
AI Skill Finder
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 skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-beyondbright-walter-competitor-monitor": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.
Related Skills
walter-competitor
亚马逊竞品流量攻防智能分析。自动发现竞品、分析流量结构、识别弱点、生成攻击矩阵。无需手动提供ASIN,全自动竞品情报获取。
beyondbright 4473
walter-info
获取全球五大洲主要城市天气预报与跨境电商热点资讯,并生成格式化Markdown文档和JSON数据文件。当用户需要查询天气、跨境电商资讯,或要求生成报告时触发。
beyondbright 4473
agent-factory
创建新的 OpenClaw Agent 并自动配置飞书机器人。当用户说"帮我创建 Agent"、"新建机器人"、"添加新 agent"、"配置新机器人"时触发。用户提供:agent 名称、飞书 appId、appSecret、角色定位。执行完毕后汇报结果。
beyondbright 4473
Walter Product Research
Skill by beyondbright
beyondbright 4473
baikexia
蜗牛公司百科虾技能包。为员工解答公司相关问题(制度、福利、流程、组织架构等)。当用户询问公司相关问题时触发。知识库没有的问题一律不答,不编造,不联网搜索。
beyondbright 4473