competitor-intel
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseCompetitor 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
undefinedbash
undefinedCreate 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
undefinedbash
undefinedRun 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>
undefinedpython3 competitor-intel/scripts/run_daily.py --competitor <competitor-slug>
undefinedWeekly: Deep Dive + LinkedIn
每周:深度调研 + LinkedIn追踪
bash
undefinedbash
undefinedRun weekly deep dive (Monday mornings)
运行每周深度调研(周一上午)
python3 competitor-intel/scripts/run_weekly.py
undefinedpython3 competitor-intel/scripts/run_weekly.py
undefinedGenerate Report
生成报告
bash
undefinedbash
undefinedGenerate 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
undefinedpython3 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
undefinedData Structure
数据结构
- - Deep research profile per competitor
competitor-intel/competitors/[slug]/profile.md - - Point-in-time weekly snapshots
competitor-intel/competitors/[slug]/snapshots/ - - Daily and weekly digest reports
competitor-intel/reports/ - - Raw JSON from Reddit/Twitter scrapes
competitor-intel/raw-data/ - - Global configuration
competitor-intel/config.json
- - 每个竞品的深度调研档案
competitor-intel/competitors/[slug]/profile.md - - 每周时间点快照
competitor-intel/competitors/[slug]/snapshots/ - - 每日和每周摘要报告
competitor-intel/reports/ - - 来自Reddit/Twitter抓取的原始JSON数据
competitor-intel/raw-data/ - - 全局配置文件
competitor-intel/config.json
Tracked Competitors
追踪的竞品
Competitors are configured per-project. Ask the user which competitors to track, then add them here:
| Competitor | Slug | Status |
|---|---|---|
| (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(报告交付)