competitor-intel

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Competitor Intelligence

竞品情报

Automated competitor monitoring and intelligence gathering system.
Important: Before running any competitor intel commands, ask the user which competitors they want to track. Do not assume or hardcode competitor names.
自动化竞品监控与情报收集系统。
重要提示: 在运行任何竞品情报命令之前,请询问用户想要追踪哪些竞品。请勿自行假设或硬编码竞品名称。

Quick Start

快速开始

One-Time: Research a New Competitor

一次性:调研新竞品

bash
undefined
bash
undefined

Create a new competitor profile (agent-driven research)

创建新的竞品档案(由Agent驱动调研)

python3 competitor-intel/scripts/setup_competitor.py --name "CompanyName" --website https://example.com --slug companyname

Then run an agent research session to populate the profile.
python3 competitor-intel/scripts/setup_competitor.py --name "CompanyName" --website https://example.com --slug companyname

然后运行Agent调研会话来完善档案内容。

Daily: Reddit + Twitter Monitoring

每日:Reddit + Twitter监控

bash
undefined
bash
undefined

Run daily signals collection (automated via cron)

运行每日信号收集(通过cron自动化执行)

python3 competitor-intel/scripts/run_daily.py
python3 competitor-intel/scripts/run_daily.py

Or for a specific competitor

或者针对特定竞品

python3 competitor-intel/scripts/run_daily.py --competitor <competitor-slug>
undefined
python3 competitor-intel/scripts/run_daily.py --competitor <competitor-slug>
undefined

Weekly: Deep Dive + LinkedIn

每周:深度调研 + LinkedIn追踪

bash
undefined
bash
undefined

Run weekly deep dive (Monday mornings)

运行每周深度调研(周一上午)

python3 competitor-intel/scripts/run_weekly.py
undefined
python3 competitor-intel/scripts/run_weekly.py
undefined

Generate Report

生成报告

bash
undefined
bash
undefined

Generate daily or weekly report

生成每日或每周报告

python3 competitor-intel/scripts/generate_report.py --type daily --date 2026-02-21 python3 competitor-intel/scripts/generate_report.py --type weekly --date 2026-02-21
undefined
python3 competitor-intel/scripts/generate_report.py --type daily --date 2026-02-21 python3 competitor-intel/scripts/generate_report.py --type weekly --date 2026-02-21
undefined

Data Structure

数据结构

  • competitor-intel/competitors/[slug]/profile.md
    - Deep research profile per competitor
  • competitor-intel/competitors/[slug]/snapshots/
    - Point-in-time weekly snapshots
  • competitor-intel/reports/
    - Daily and weekly digest reports
  • competitor-intel/raw-data/
    - Raw JSON from Reddit/Twitter scrapes
  • competitor-intel/config.json
    - Global configuration
  • competitor-intel/competitors/[slug]/profile.md
    - 每个竞品的深度调研档案
  • competitor-intel/competitors/[slug]/snapshots/
    - 每周时间点快照
  • competitor-intel/reports/
    - 每日和每周摘要报告
  • competitor-intel/raw-data/
    - 来自Reddit/Twitter抓取的原始JSON数据
  • competitor-intel/config.json
    - 全局配置文件

Tracked Competitors

追踪的竞品

Competitors are configured per-project. Ask the user which competitors to track, then add them here:
CompetitorSlugStatus
(ask user)
竞品按项目配置。请询问用户想要追踪哪些竞品,然后添加到此处:
竞品Slug状态
(询问用户)

Automation

自动化设置

  • Daily (8 AM PT): Reddit + Twitter scrape → daily report → email
  • Weekly (Monday 9 AM PT): Deep dive + LinkedIn + weekly report → email
  • 每日(太平洋时间上午8点):Reddit + Twitter数据抓取 → 生成每日报告 → 邮件发送
  • 每周(太平洋时间周一上午9点):深度调研 + LinkedIn数据追踪 + 生成每周报告 → 邮件发送

Dependencies

依赖项

  • Apify API (Reddit + Twitter scraping) - token in config.json
  • Web search (LinkedIn founder tracking, one-time research)
  • AgentMail (report delivery)
  • Apify API(Reddit + Twitter数据抓取)- 令牌存储在config.json中
  • 网页搜索(LinkedIn创始人追踪、一次性调研)
  • AgentMail(报告交付)