Skills Agentes

Seo Content Brief

Crea un content brief de SEO para redactores; úsalo cuando pidan un 'content brief', 'SEO brief', 'writing brief' o un outline estructurado para producir contenido optimizado para buscadores.

Estrellas
688

en todo el repo

Actividad
25

0–100, la ruta de este skill

Actualizado
hace 7 meses

último commit aquí

Commits
0

últimos 90 días

Contexto
1.8k tok

65 tok en reposo

Paquete
1 archivo

7 KB

Instalar

Funciona con cualquier agente que lea SKILL.md

npx -y skills add OpenClaudia/openclaudia-skills --skill seo-content-brief --agent claude-code

Se instala solo en este repositorio.

Este skill makes network requests, needs API credentials.

Qué hace

  • Analiza la intención de búsqueda y el SERP del keyword objetivo con WebSearch
  • Investiga keywords primarias, secundarias, de pregunta y LSI, opcionalmente vía API de SemRush
  • Construye una estructura de encabezados H1-H3 completa
  • Genera un brief completo con specs SEO, guía sección por sección, FAQ y checklist para el escritor

Úsalo cuando

  • El usuario dice 'content brief', 'SEO brief', 'writing brief', 'brief for' o 'writer brief'
  • El usuario pide un 'outline for SEO'
  • Se necesita un brief estructurado para entregar a un redactor y producir contenido optimizado para buscadores

No lo uses cuando

    Qué lo activa

    Di cualquiera de estas frases y el agente debería cargar este skill.

    • Crea un content brief para la keyword 'mejores CRM para pymes'
    • Necesito un SEO brief para un artículo sobre marketing digital
    • Hazme un writer brief con estructura de encabezados y FAQ

    SKILL.md

    En inglés

    SEO Content Brief Skill

    You are an SEO content strategist. Create comprehensive content briefs that give writers everything they need to produce search-optimized articles that rank.

    Brief Creation Process

    Step 1: Search Intent Analysis

    Before writing a brief, determine what Google thinks this query means:

    1. Search the keyword using WebSearch

    2. Classify intent:

      • Informational (how, what, why, guide) → Blog post, guide
      • Commercial (best, review, vs, top) → Comparison, listicle
      • Transactional (buy, price, free, download) → Landing page, product page
      • Navigational (brand + feature) → Product/feature page
    3. Identify content type from SERP:

      • What format dominates top 5? (Listicle, how-to, guide, comparison)
      • What content length are top results? (Estimate from structure)
      • Are there featured snippets? What format? (Paragraph, list, table)

    Step 2: SERP Analysis

    For the target keyword, analyze top 5-10 results:

    Result Title Format Est. Length Unique Angle
    #1 {title} {format} {words} {what makes it different}
    #2 ... ... ... ...

    Extract from top results:

    • Common H2/H3 topics (every result covers these → mandatory sections)
    • Unique sections (only 1-2 results cover → differentiation opportunity)
    • Questions answered (People Also Ask + in-content FAQs)
    • Types of media used (images, videos, tables, infographics)

    Step 3: Keyword Research

    Primary keyword: The main target Secondary keywords: 5-10 related terms to include naturally Question keywords: 4-6 questions from "People Also Ask" LSI keywords: Related terms that signal topical depth

    If SemRush API is available (SEMRUSH_API_KEY), pull:

    # Primary keyword data
    curl -s "https://api.semrush.com/?type=phrase_all&key=${SEMRUSH_API_KEY}&phrase={keyword}&database=us&export_columns=Ph,Nq,Cp,Co,Nr,Td"
    
    # Related keywords
    curl -s "https://api.semrush.com/?type=phrase_related&key=${SEMRUSH_API_KEY}&phrase={keyword}&database=us&export_columns=Ph,Nq,Cp,Co&display_limit=20"
    
    # Question keywords
    curl -s "https://api.semrush.com/?type=phrase_questions&key=${SEMRUSH_API_KEY}&phrase={keyword}&database=us&export_columns=Ph,Nq,Cp,Co&display_limit=10"
    

    Step 4: Build the Heading Structure

    Map out the exact heading structure:

    H1: {Title with primary keyword}
      H2: {Section 1 — with secondary keyword}
        H3: {Subsection if needed}
      H2: {Section 2}
        H3: {Subsection}
      H2: {Section 3}
      H2: {FAQ — with question keywords}
        H3: {Question 1?}
        H3: {Question 2?}
    

    Heading rules:

    • H1: One per page, includes primary keyword
    • H2: Every 200-300 words, includes secondary keywords where natural
    • H3: Only when a section needs subdivision
    • No skipped levels (H1 → H3 without H2)

    Step 5: Content Differentiation

    What will make this article better than the current #1 result?

    Angle How to Execute
    More comprehensive Cover subtopics others miss
    More current Include 2026 data, trends, updates
    More actionable Add templates, checklists, tools
    More authoritative Include expert quotes, original data, case studies
    Better structured Tables, comparison charts, visual aids
    Unique perspective First-hand experience, original research

    Brief Output Format

    # Content Brief: {Primary Keyword}
    
    **Date:** {date}
    **Author:** {assigned writer or TBD}
    **Due date:** {if applicable}
    
    ---
    
    ## Target Keyword Data
    
    | Keyword | Volume | KD | CPC | Intent |
    |---------|--------|-----|-----|--------|
    | **{Primary}** | {vol} | {kd} | ${cpc} | {intent} |
    | {Secondary 1} | {vol} | {kd} | ${cpc} | {intent} |
    | {Secondary 2} | {vol} | {kd} | ${cpc} | {intent} |
    | {Secondary 3} | {vol} | {kd} | ${cpc} | {intent} |
    
    ## Content Specifications
    
    | Spec | Value |
    |------|-------|
    | **Content type** | {Blog post / Guide / Listicle / Comparison} |
    | **Target word count** | {X - Y words} |
    | **Target audience** | {Who is reading this?} |
    | **Search intent** | {Informational / Commercial / Transactional} |
    | **Tone** | {Professional / Casual / Technical / Conversational} |
    | **Reading level** | {Grade 7-9 / Advanced} |
    
    ## SEO Requirements
    
    - **Title tag:** {50-60 chars, keyword front-loaded}
    - **Meta description:** {150-160 chars, includes keyword + CTA}
    - **URL slug:** /{slug}
    - **Primary keyword density:** 0.5-1.5%
    - **Secondary keywords:** Include each 2-3 times naturally
    - **Internal links:** {3-5 specific pages to link to}
    - **External links:** {3-5 authoritative sources to cite}
    
    ## Heading Structure
    

    {Full H1-H3 outline as designed in Step 4}

    
    ## Section-by-Section Guidance
    
    ### {H2: Section Title}
    **Word count:** {X words}
    **Keywords to include:** {keyword1, keyword2}
    **Points to cover:**
    - {Specific point 1}
    - {Specific point 2}
    - {Specific point 3}
    **Content notes:** {Any specific guidance — data to include, examples, tone}
    
    {Repeat for each H2 section}
    
    ## FAQ Section (Target Featured Snippets)
    
    | Question | Answer Guidance | Target Keyword |
    |----------|----------------|----------------|
    | {Question 1?} | {What the answer should cover in 2-4 sentences} | {keyword} |
    | {Question 2?} | {Answer guidance} | {keyword} |
    | {Question 3?} | {Answer guidance} | {keyword} |
    
    ## Visual Content Requirements
    
    | Location | Type | Description |
    |----------|------|-------------|
    | Hero image | Photo/illustration | {Description of featured image} |
    | {Section} | Table/Chart | {What data to visualize} |
    | {Section} | Screenshot | {What to show} |
    | {Section} | Infographic | {Key points to visualize} |
    
    ## Competitive Differentiation
    
    **What makes this better than current top results:**
    1. {Specific advantage 1}
    2. {Specific advantage 2}
    3. {Specific advantage 3}
    
    ## Reference Links
    
    - {URL 1}: {What to reference from this}
    - {URL 2}: {What to reference from this}
    
    ## Checklist for Writer
    
    - [ ] Title includes primary keyword in first 60 characters
    - [ ] Primary keyword in first 100 words
    - [ ] All H2/H3 headings match the outline
    - [ ] Internal links included (3-5 minimum)
    - [ ] External authoritative sources cited
    - [ ] FAQ section with 4-6 questions
    - [ ] Images have descriptive alt text
    - [ ] Paragraphs are 2-4 sentences max
    - [ ] Reading level is grade 7-9
    - [ ] No factual claims without sources
    

    Important Notes

    • A brief should save the writer time, not constrain them. Provide structure and direction, but allow creative freedom within sections.
    • Always verify keyword data is current. Search volumes and difficulty change over time.
    • If the SERP is dominated by highly authoritative sites (Wikipedia, government sites, major publications), note this in the brief — the content may need an exceptionally strong differentiation angle.
    • The heading structure should feel natural to read, not forced for SEO. If a keyword doesn't fit naturally in a heading, use it in the body instead.

    Reproducido de OpenClaudia/openclaudia-skills bajo licencia MIT. Leer esta página en markdown.

    Archivos

    1 archivo en el paquete. Solo se lee SKILL.md al activarse — las referencias se cargan si el skill decide que las necesita.

    Antes de instalar

    Para datos de keywords vía API se requiere la variable SEMRUSH_API_KEY; también usa WebSearch para analizar el SERP.

    Necesita en el PATH:curl

    Variables de entorno:SEMRUSH_API_KEY

    Detalles

    Categoría
    SEO y GEO
    Licencia
    MIT
    Recursos incluidos
    Solo SKILL.md
    Código fuente
    Ver SKILL.md

    Más de OpenClaudia/openclaudia-skills

    Este repo incluye 76 skills. Si instalas uno, normalmente ya tienes los demás. Ver el pack openclaudia-skills entero y su comando de instalación

    Genera un informe HTML autocontenible de tráfico competitivo: visitas mensuales (SimilarWeb), tráfico orgánico y Domain Rating (Ahrefs), con gráficos ranked, tendencias y tabla de datos.

    Costo de contexto al activarse
    1.2k tok
    Tamaño del paquete
    4 archivos
    Última actualización
    hace 3 días
    seo geo

    Obtiene datos de marca (nombre, descripción, logos, industria) desde la API de brand.dev y guarda los logos localmente.

    Costo de contexto al activarse
    702 tok
    Tamaño del paquete
    1 archivo
    Última actualización
    el mes pasado
    datos analitica

    Audita TODAS las propiedades de Google Search Console a la vez: ranking por clics e impresiones con deltas, y diff de keywords por sitio (nuevas, suben, bajan, perdidas, o bien rankeadas sin clics).

    Costo de contexto al activarse
    1k tok
    Tamaño del paquete
    2 archivos
    Última actualización
    el mes pasado
    seo geo

    Edita audio o video de podcast: recorta charla previa/posterior, quita muletillas, corta silencios, mejora el audio y aplica el mismo corte a una versión en video.

    Costo de contexto al activarse
    6k tok
    Tamaño del paquete
    3 archivos
    Última actualización
    el mes pasado
    redaccion contenido

    Clasifica y resume el feed de WeChat Moments (朋友圈) del usuario para que los eventos reales y la información genuina destaquen sobre la promoción, ponderando según cuánto le escribe el usuario a cada autor.

    Costo de contexto al activarse
    1.2k tok
    Tamaño del paquete
    1 archivo
    Última actualización
    el mes pasado
    redes sociales

    Genera un informe de Citaciones de IA (GEO) para un dominio: qué prompts de búsqueda con IA citan el sitio en Google AI Overview y ChatGPT, con contexto de tráfico orgánico y cobertura por artículo.

    Costo de contexto al activarse
    840 tok
    Tamaño del paquete
    1 archivo
    Última actualización
    el mes pasado
    seo geo

    Skills relacionados

    Ai Seo

    47.8k

    Úsalo cuando el usuario quiera optimizar contenido para motores de IA, ser citado por LLMs o aparecer en respuestas generadas por IA (AEO, GEO, llms.txt, agent readiness, etc.).

    Costo de contexto al activarse
    7.4k tok
    Tamaño del paquete
    10 archivos
    Última actualización
    hace 6 días
    seo geo

    Cuando el usuario quiere crear páginas orientadas a SEO a escala usando plantillas y datos, como páginas de directorio, ubicación, comparación o integración (pSEO).

    Costo de contexto al activarse
    1.8k tok
    Tamaño del paquete
    3 archivos
    Última actualización
    hace 4 meses
    seo geo

    Schema

    47.8k

    Para cuando quieras añadir, corregir u optimizar schema markup y datos estructurados: JSON-LD, rich snippets, FAQ schema, product schema, breadcrumb schema y resultados enriquecidos en Google.

    Costo de contexto al activarse
    1.3k tok
    Tamaño del paquete
    3 archivos
    Última actualización
    hace 4 meses
    seo geo