ElasticFlow
HubTodos los SkillsPor DepartamentoPor RolPor HerramientaPor MétricaMCPsPublishers
Sitio principalIniciar sesiónRegistrarse
ElasticFlow

Transforma tu negocio con automatización de workflows impulsada por IA. Una plataforma unificada para todas tus necesidades empresariales.

Síguenos

Plataforma

  • Funciones
  • Beneficios
  • Casos de uso
  • Biblioteca de workflows

Casos de uso

  • Ventas
  • Marketing
  • Finanzas y Legal
  • RR. HH.

Catálogo

  • Departamentos
  • Roles
  • Herramientas
  • Métricas
  • Plataformas

Crecimiento

  • Programa de referidos
  • Socios

Legal

  • Política de privacidad
  • Términos de servicio
  • Política de cookies
  • Uso aceptable
  • Seguridad
  • SLA

© 2026 ElasticFlow. Todos los derechos reservados.

ElasticFlow
HubTodos los SkillsPor DepartamentoPor RolPor HerramientaPor MétricaMCPsPublishers
Sitio principalIniciar sesiónRegistrarse
ElasticFlow

Transforma tu negocio con automatización de workflows impulsada por IA. Una plataforma unificada para todas tus necesidades empresariales.

Síguenos

Plataforma

  • Funciones
  • Beneficios
  • Casos de uso
  • Biblioteca de workflows

Casos de uso

  • Ventas
  • Marketing
  • Finanzas y Legal
  • RR. HH.

Catálogo

  • Departamentos
  • Roles
  • Herramientas
  • Métricas
  • Plataformas

Crecimiento

  • Programa de referidos
  • Socios

Legal

  • Política de privacidad
  • Términos de servicio
  • Política de cookies
  • Uso aceptable
  • Seguridad
  • SLA

© 2026 ElasticFlow. Todos los derechos reservados.

ElasticFlow
HubTodos los SkillsPor DepartamentoPor RolPor HerramientaPor MétricaMCPsPublishers
Sitio principalIniciar sesiónRegistrarse
  1. Inicio
  2. Skills
  3. Competitor Content Tracker
Skill de IARun DigestMarketing

Competitor Content Tracker — weekly competitive content digest — Claude Skill

Un Skill de Claude para Claude Code por Gooseworks — ejecutar /competitor-content-tracker en Claude·Actualizado el 10 abr 2026

Compatible conClaude·ChatGPT·OpenClaw

Weekly digest of what competitors are publishing on blog, LinkedIn, and X

  • Tracks competitor blog, LinkedIn, and Twitter/X activity
  • Surfaces top posts by engagement per channel
  • Identifies trending themes across competitors
  • Maps content gaps you can own
  • Outputs weekly digest with action recommendations

Para quién es

Content Marketer

You plan content calendars, write for SEO, and measure what works. These skills handle strategy, copywriting, editing, and social distribution.

Ver skills para este rol

Qué hace

Stay ahead of competitor content moves

Catch new content directions while they're still emerging instead of finding out months later.

Find content gaps to own

Identify topics multiple competitors are missing that match your audience.

Benchmark engagement

Understand what's actually working in your category before investing in new content formats.

Cómo funciona

1

Take competitor blog URLs and social handles as input

2

Scrape blog posts, LinkedIn posts, and X posts for the period

3

Identify top-performing content by engagement

4

Cross-analyze themes and gaps

5

Output a structured weekly digest

Métricas que mejora

Engagement
Higher engagement by adopting topics and formats already validated in your category
Marketing

Funciona con

LinkedIn
API

Source competitor founder LinkedIn posts

Skills similares

Sugeridos automáticamente por coincidencia de atributos. La comparación lado a lado muestra las diferencias.

Comparar los 4 →

Copywriting

por Corey Haines
↳blog-post, linkedin-post +1vslanding-page, blog-post +1(Content format)·thought-leadershipvslead-generation, brand-building(Content purpose)·text, urlvstext(What you provide)

Content Strategy

por Corey Haines
↳blog-post, linkedin-post +1vsblog-post, landing-page +2(Content format)·thought-leadershipvsseo-traffic, thought-leadership +1(Content purpose)·text, urlvstext(What you provide)

Copy Editing

por Corey Haines
↳blog-post, linkedin-post +1vsblog-post, landing-page(Content format)·thought-leadershipvsbrand-building(Content purpose)·text, urlvstext(What you provide)
Ordenados por coincidencia de atributos × diferenciación. Competitor Content Tracker comparte 21+ atributos con cada uno.

¿Quieres usar Competitor Content Tracker?

Elige cómo empezar.

Ejecutar en Claude Code
Gratis. Código abierto.

Instala y ejecuta este skill localmente en tu computadora.

1
Instalar Claude Code

Abre una terminal en tu computadora y pega este comando:

2
Instalar el skill

Esto descarga el skill con todos sus archivos en tu computadora:

Añade -g al final para tenerlo disponible en todos tus proyectos.

3
Ejecútalo

Inicia Claude Code, luego escribe el comando:

luego
Ver código en GitHub
Usar en ElasticFlow
Funciones de equipo y colaboración

Ejecuta skills desde tu navegador. Comparte resultados, gestiona accesos, colabora con tu equipo. Sin terminal.

Prueba gratuita de 14 días. Cancela cuando quieras.

View on GitHub

Competitor Content Tracker

Monitor competitor content activity across three channels — blog, LinkedIn, Twitter/X — and produce a consolidated digest highlighting what's new, what's getting traction, and where you have a content gap.

When to Use

  • "Track what [competitor] is publishing"
  • "Show me what my competitors posted this week"
  • "What topics are competitors winning on?"
  • "I want a weekly competitor content digest"

Phase 0: Intake

Competitors to Track

  1. List of competitor company names + blog URLs (e.g., https://clay.com/blog)
  2. LinkedIn profile URLs of competitor founders/CMOs to track (optional but high-value)
  3. Twitter/X handles of the competitors or their founders (optional)

Scope

  1. How far back? (default: 7 days for weekly digest, 30 days for first run)
  2. Any topics/keywords you care most about? (used to surface relevant posts first)

Output

  1. Format preference: full digest (everything) or highlights only (top 3-5 per competitor)?

Save config to clients/<client-name>/configs/competitor-content-tracker.json.

{
  "competitors": [
    {
      "name": "Clay",
      "blog_url": "https://clay.com/blog",
      "linkedin_profiles": ["https://www.linkedin.com/in/kareem-amin/"],
      "twitter_handles": ["@clay_hq", "@kareemamin"]
    }
  ],
  "days_back": 7,
  "keywords": ["GTM", "outbound", "AI agents", "growth"],
  "output_mode": "highlights"
}

Phase 1: Scrape Blog Content

Run blog-scraper for each competitor blog URL:

python3 skills/blog-scraper/scripts/scrape_blogs.py \
  --urls "<competitor_blog_url>" \
  --days <days_back> \
  --keywords "<keywords>" \
  --output summary

Collect: post title, publish date, URL, excerpt.

Phase 2: Scrape LinkedIn Posts

Run linkedin-profile-post-scraper for each tracked founder/executive LinkedIn URL:

python3 skills/linkedin-profile-post-scraper/scripts/scrape_linkedin_posts.py \
  --profiles "<linkedin_url_1>,<linkedin_url_2>" \
  --days <days_back> \
  --max-posts 20 \
  --output summary

Collect: post text preview, date, reactions, comments, post URL.

Phase 3: Scrape Twitter/X

Run twitter-scraper for each handle:

python3 skills/twitter-scraper/scripts/search_twitter.py \
  --query "from:<handle>" \
  --since <YYYY-MM-DD> \
  --until <YYYY-MM-DD> \
  --max-tweets 20 \
  --output summary

Collect: tweet text, date, likes, retweets, URL.

Phase 4: Analyze & Synthesize

After collecting raw data, synthesize across all channels:

For each competitor, identify:

  • New blog posts — titles, dates, topics
  • Top LinkedIn post — by engagement (reactions + comments), topic, key message
  • Top tweet — by likes, topic
  • Recurring themes — what topics did they post about most this period?
  • Content format patterns — are they doing listicles, opinion pieces, case studies?

Cross-competitor analysis:

  • Shared trending topics — what are multiple competitors writing about?
  • Coverage gaps — topics they're covering that you're not
  • Topics you own — where you're publishing and they're not
  • Engagement benchmarks — average likes/reactions across competitors (context for your own performance)

Phase 5: Output Format

Produce a structured markdown digest:

# Competitor Content Digest — Week of [DATE]

## Summary
- [N] new blog posts tracked across [N] competitors
- Top trending topic: [topic]
- Biggest content gap for you: [topic]

---

## [Competitor Name]

### Blog
- [Post Title] — [Date] — [URL]
  > [One-sentence summary]

### LinkedIn (top post)
> "[Post preview...]"
— [Author], [Date] | [Reactions] reactions, [Comments] comments
[URL]

### Twitter/X (top tweet)
> "[Tweet text]"
— [@handle], [Date] | [Likes] likes
[URL]

### Themes this week: [tag1], [tag2], [tag3]

---

## Content Gap Analysis

| Topic | Competitors covering | You covering |
|-------|---------------------|--------------|
| [topic] | Clay, Apollo | ❌ No |
| [topic] | Nobody | ✅ Yes |

## Recommended Actions
1. [Specific content opportunity to act on this week]
2. [Topic to consider writing a response/alternative take on]

Save digest to clients/<client-name>/intelligence/competitor-content-[YYYY-MM-DD].md.

Scheduling

This skill is designed to run weekly (Mondays recommended). Set up a cron job:

# Every Monday at 8am
0 8 * * 1 python3 run_skill.py competitor-content-tracker --client <client-name>

Cost

ComponentCost
Blog scraping (RSS mode)Free
LinkedIn post scraping~$0.05-0.20/profile (Apify)
Twitter scraping~$0.01-0.05 per run
Total per weekly run~$0.10-0.50 depending on scope

Tools Required

  • Apify API token — APIFY_API_TOKEN env var
  • Upstream skills: blog-scraper, linkedin-profile-post-scraper, twitter-scraper

Trigger Phrases

  • "Run competitor content tracker for [client]"
  • "What did my competitors publish this week?"
  • "Give me a competitor content digest"
  • "What's [competitor] writing about?"
ElasticFlow

Transforma tu negocio con automatización de workflows impulsada por IA. Una plataforma unificada para todas tus necesidades empresariales.

Síguenos

Plataforma

  • Funciones
  • Beneficios
  • Casos de uso
  • Biblioteca de workflows

Casos de uso

  • Ventas
  • Marketing
  • Finanzas y Legal
  • RR. HH.

Catálogo

  • Departamentos
  • Roles
  • Herramientas
  • Métricas
  • Plataformas

Crecimiento

  • Programa de referidos
  • Socios

Legal

  • Política de privacidad
  • Términos de servicio
  • Política de cookies
  • Uso aceptable
  • Seguridad
  • SLA

© 2026 ElasticFlow. Todos los derechos reservados.