← 返回
数据分析 中文

Competitor Price Monitor

Automatically track competitor prices, product updates, and features, sending alerts and weekly reports to benchmark your market positioning.
自动追踪竞品价格、更新及功能,发送提醒与周报,助力市场定位对标。
merjua14
数据分析 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 603
下载
💾 9
安装
1
版本
#latest

概述

Competitor Price Monitor Skill

Track competitor pricing, product changes, and market positioning automatically.

What This Skill Does

  1. Track Pricing — Monitor competitor websites for price changes
  2. Detect Changes — Alert when competitors add/remove products, change copy, or update pricing
  3. Benchmark — Compare your pricing against the market
  4. Report — Weekly competitive intelligence summaries

Usage

Add Competitors

Monitor these competitors: [URL1], [URL2], [URL3]
Track their pricing pages and product listings

Get Report

Generate competitive pricing report for this week

Workflow

Step 1: Competitor Discovery

  • Input competitor URLs or search by industry/niche
  • Identify pricing pages, product listings, and feature pages
  • Store baseline snapshots

Step 2: Monitoring

On each check cycle:

  1. Fetch current page content via web scraping
  2. Compare against stored baseline
  3. Detect changes in:
    • Prices (increases, decreases, new tiers)
    • Products (added, removed, renamed)
    • Features (new capabilities, deprecated items)
    • Messaging (positioning, value props, CTAs)

Step 3: Change Detection

// Pseudo-code for price change detection
const changes = [];
for (const competitor of competitors) {
  const current = await scrapePrice(competitor.url);
  const baseline = await getBaseline(competitor.id);
  
  if (current.price !== baseline.price) {
    changes.push({
      competitor: competitor.name,
      product: current.product,
      oldPrice: baseline.price,
      newPrice: current.price,
      change: ((current.price - baseline.price) / baseline.price * 100).toFixed(1) + '%'
    });
  }
}

Step 4: Alerting

When significant changes detected:

  • Price decrease >10% → "Competitor [X] dropped [product] price by [Y]%"
  • New product launched → "Competitor [X] launched [new product] at $[Z]"
  • Feature added → "Competitor [X] now offers [feature]"

Step 5: Weekly Report

## Competitive Intelligence Report — Week of [date]

### Price Changes
| Competitor | Product | Old Price | New Price | Change |
|-----------|---------|-----------|-----------|--------|
| Acme Corp | Pro Plan | $49/mo | $39/mo | -20% |

### New Products/Features
- **Acme Corp** launched "Enterprise Plan" at $199/mo
- **Beta Inc** added AI chatbot feature to all tiers

### Market Positioning
- Average market price for [category]: $X/mo
- Your price: $Y/mo (Z% above/below market)

### Recommendations
- Consider matching Acme's price cut on Pro tier
- Beta's new AI feature is a competitive threat — prioritize similar feature

Configuration

{
  "competitors": [
    { "name": "Competitor A", "url": "https://competitor-a.com/pricing", "check_frequency": "daily" }
  ],
  "alert_channels": ["telegram", "email"],
  "report_frequency": "weekly",
  "report_day": "monday"
}

Requirements

  • Brave Search API or web fetch capability
  • OpenClaw with scheduled tasks (cron/heartbeat)
  • Storage for baseline snapshots

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-19 18:26 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

communication-collaboration

Cold Email Outreach

merjua14
使用Resend API的自动化冷邮件外联流程,从政府数据库或网络抓取构建潜在客户列表,补充联系信息并发送邮件。
★ 0 📥 1,729
data-analysis

A股量化 AkShare

mbpz
A股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
★ 165 📥 60,093
data-analysis

Data Analysis

ivangdavila
{"answer":"数据分析与可视化。查询数据库、生成报告、自动化电子表格,将原始数据转化为清晰可行的见解。适用于:(1) 您……"}
★ 198 📥 65,171