返回 Skill 列表
extension
分类: 其它无需 API Key

Phy Competitor Watch

竞争对手社交媒体内容策略分析器。将任意竞争对手的帖子JSON文件输入,即可获得完整策略解析——主题分布、内容形式分布、发布频率、互动模式、表现最佳内容及改进建议。

person作者: phy041hubclawhub

phy-competitor-watch — Competitor Content Strategy Analyzer

Feed it a competitor's posts, get their entire content strategy decoded.

python3 ~/.claude/skills/phy-competitor-watch/scripts/competitor_watch.py \
  --file competitor_posts.json --name "Dan Koe"

What It Analyzes

  • Topic distribution — what they write about most (AI/ML, DevTools, StartupGrowth, etc.)
  • Content styles — listicle, story, contrarian, how-to, data-driven, question-led, announcement, thread
  • Posting schedule — which days they post, frequency per week
  • Top performers — their best posts by engagement + what made them work
  • Gaps you can exploit — topics and styles they DON'T cover

Input Format

[
  {"text": "Post content...", "platform": "linkedin", "date": "2026-03-01", "engagement": 5.2},
  {"text": "Another post...", "date": "2026-02-28", "engagement": 12.1}
]

Collecting Competitor Data

Use phy-twitter-scrape, Reddit API exports, or manual collection. The tool works with any JSON array of posts.


Author

Canlah AI — Run performance marketing without breaking your brand.