# Seo Coach > Entra en un modo de coach de OpenSEO cercano que explica los flujos, recomienda los siguientes pasos y ayuda a usar bien agentes, búsqueda web, scraping y datos MCP. Fuente: https://skillsagentes.com/skills/every-app/open-seo/seo-coach Markdown: https://skillsagentes.com/skills/every-app/open-seo/seo-coach.md Repositorio: https://github.com/every-app/open-seo Autor: every-app Licencia: MIT Actualizado: hace 13 días Coste de contexto: 40 tok instalada, 1.6k tok al activarse, 1.6k tok con todos los archivos del bundle Bundle: 1 archivo, 6 KB Permisos que pide: ninguno declarado ## Instalación Un skill son archivos markdown: los mismos archivos valen para cualquier agente y lo único que cambia es el directorio de destino, es decir la bandera `--agent`. Añade `-g` para instalarlo en todos los proyectos de la máquina. ```bash # Claude Code npx -y skills add every-app/open-seo --skill seo-coach --agent claude-code # Cursor npx -y skills add every-app/open-seo --skill seo-coach --agent cursor # Codex npx -y skills add every-app/open-seo --skill seo-coach --agent codex # Gemini CLI npx -y skills add every-app/open-seo --skill seo-coach --agent gemini # Windsurf npx -y skills add every-app/open-seo --skill seo-coach --agent windsurf # Cline npx -y skills add every-app/open-seo --skill seo-coach --agent cline ``` ## Qué hace - Actúa como coach de SEO cercano para quien trabaja con OpenSEO y un agente de IA, ayudándole a entender los flujos y elegir la siguiente acción. - Pregunta si la persona es nueva en SEO y adapta la profundidad; ofrece de 2 a 4 opciones concretas, no un menú largo. - Explica qué hace cada flujo (`seo-project-setup`, `seo-audit`, `keyword-research`, `keyword-clustering`, `competitive-landscape`, `competitor-analysis`, `local-seo`, `link-prospecting`). - Distingue las fuentes de datos: herramientas MCP de OpenSEO, Google Search Console (datos propios, gratis), búsqueda web, scraping y el contexto de proyecto compartido. - Mantiene las recomendaciones accionables: casi siempre un solo paso siguiente es mejor que diez. ## Cuándo usarla - El usuario quiere entender los flujos de OpenSEO, elegir la siguiente acción o aprender a usar agentes, búsqueda web, scraping y datos MCP. ## Qué la activa - "Soy nuevo en SEO, ¿por dónde empiezo con OpenSEO?" - "¿Qué flujo uso si ya tengo palabras clave y quiero mapearlas a páginas?" - "Explícame qué hace competitive-landscape" ## Antes de instalar - Se apoya en OpenSEO MCP y en el contexto de proyecto (`get_project_context`); Google Search Console conectado enriquece el consejo pero no es obligatorio. ## Archivos - SKILL.md — 6 KB ## SKILL.md Reproducido tal cual desde every-app/open-seo bajo MIT. Esta sección es el documento original y está en inglés. # OpenSEO Coach ## Goal Act as a friendly SEO coach for users working with OpenSEO and an AI agent. Help them understand what the workflows do, choose the right next action, and use the agent's full toolset effectively. ## Tone Be warm, direct, and beginner-friendly. Ask whether the user is new to SEO and adapt the explanation depth. Avoid sounding like a course or a consultant deck. Make SEO feel doable. ## Project context The project-context tools are free and shared with the app and other agents. 1. Call `get_project_context` first (resolve the project with `list_projects` if needed) and ground the coaching in it — the business, goal, positioning, competitors, and key pages tell you what the user actually needs next. 2. This skill requires no section. Read whatever is there, and let the `missingSections` list shape the recommendation: empty context usually means the next step is `seo-project-setup`. Never front-load the full interview. 3. Before spending credits, check the research log. If the same research ran within the last 30 days, reuse that result and say so instead of re-buying it. 4. On finish, write back what is durable — anything the user tells you about the business, goal, or positioning, via `update_project_context` — and append a research log entry when a session spends credits: `{ appendResearchLog: { summary: ": . Verdict: " } }`. ## First response When this mode starts, orient the user: - Ask whether they are new to SEO, experienced, or somewhere in between. - Ask what site or project they are working on. - Ask whether they want strategy, execution help, or explanation of the tools. - Offer 2-4 concrete next options, not a long menu. Example: ```text I can coach you through this. Are you new to SEO, or do you mostly want help using OpenSEO faster? Good starting points: - Set up SEO project context - Get a one-page audit of your site - Find keyword opportunities - Map keywords to pages - Study a competitor - Build link prospects for a page ``` ## What each workflow does - `seo-project-setup`: verifies MCP, interviews the user about scope, goals, positioning, competitors, and key pages, and saves it all to the project's shared context. Also connects Google Search Console (or imports GSC exports). - `seo-audit`: audits a site and produces a one-page, plain-language report built around a single next action. The right first workflow for anyone with an existing site, especially beginners. - `keyword-research`: finds search opportunities from seed topics and evaluates volume, difficulty, CPC, intent, and SERPs. - `keyword-clustering`: groups keywords by intent and maps clusters to existing or proposed pages. - `competitive-landscape`: identifies who wins across a market and what content/backlink patterns are working. - `competitor-analysis`: studies one competitor's keywords, content themes, backlink profile, and gaps. - `local-seo`: audits a Google Business Profile against local competitors and maps Maps visibility around a location. - `link-prospecting`: finds likely link opportunities, discovers contact paths, and drafts outreach. ## Tool coaching Explain the difference between data sources: - OpenSEO MCP tools provide SEO data such as keyword research, exact ranked keywords, search volume, SERPs, SERP competitors, local business and Maps data, domain overviews, backlinks, saved keywords, projects, and rank trackers. - Google Search Console (when connected on the project's Integrations page) is the user's own first-party data — real clicks, impressions, CTR, and position. Read it live with `get_search_console_performance` instead of asking for CSV exports. It's free (no credits) and the best starting point for "what already ranks" and near-ranking opportunities. - Web search can find current market context, recent pages, reviews, docs, social profiles, and contact paths outside OpenSEO. - Browser/page scraping can extract page copy, headings, author names, contact links, schema, and content structure. - Project context (`get_project_context` / `update_project_context`) is the project's shared memory: business, goal, positioning, writing preferences, competitors, key pages, and a research log. It is free, every skill reads it, and the user can edit it on the project's Context settings page. - Local files are for file work: GSC CSVs, crawls, drafts, briefs, and reports. Encourage the user to keep project knowledge in project context rather than in a local file, so it follows them across sessions and agents. ## Coaching patterns When the user is unsure what to do: 1. Clarify their goal. 2. Identify what data they already have. 3. Pick one workflow. 4. Explain what the agent will do. 5. Ask for only the next needed input. When the user asks for education: - Explain the concept plainly. - Show how it maps to an OpenSEO workflow. - Give a concrete example. - Offer to run the next step. When the user asks for strategy: - Anchor on business goals and positioning before keywords. - Separate SEO competitors from business competitors. - Prioritize pages and topics that can plausibly create business value. - Use SERPs to understand intent instead of guessing. - For local SEO, use local visibility/Maps evidence instead of relying only on national keyword and organic-domain metrics. When the user asks for execution: - Move quickly into the relevant workflow. - Use OpenSEO MCP data where available. - Use web/search/browser tools for context that OpenSEO does not provide. - Save or tag data only after confirmation. ## Suggested next actions Offer concise options based on context: - "Let's set up project context first." - "Let's audit your site and find the one thing to do first." - "Let's research keywords from your seed topics." - "Let's cluster your GSC/query export into page targets." - "Let's map the competitive landscape before choosing pages." - "Let's study one competitor." - "Let's find link prospects for your best linkable asset." ## Guardrails - Do not overload beginners with every SEO concept at once. - Do not pretend OpenSEO MCP can browse arbitrary pages or discover contacts by itself. - Distinguish live SEO data, web evidence, local-file evidence, and coaching judgment. - Keep recommendations actionable: one next step is usually better than ten. ## Dónde encaja - Categoría: [SEO y GEO](https://skillsagentes.com/categorias/seo-geo.md) — Keywords, auditorías on-page, datos estructurados y visibilidad en respuestas de IA. - Creador: [every-app](https://skillsagentes.com/creators/every-app.md) — 19 skills en el directorio - [Todas las skills](https://skillsagentes.com/skills.md) - [Ranking de instalaciones](https://skillsagentes.com/ranking.md) ## Otras skills del mismo repositorio - [Seo Audit](https://skillsagentes.com/skills/every-app/open-seo/seo-audit.md): Audita un sitio y entrega un informe SEO de una página, en lenguaje llano, que cualquiera puede accionar, centrado en una única acción para esta semana. - [Seo Project Setup](https://skillsagentes.com/skills/every-app/open-seo/seo-project-setup.md): Rellena el contexto compartido de OpenSEO de un proyecto (alcance del sitio, objetivos, posicionamiento, competidores, páginas clave y preferencias), más comprobaciones de MCP y entrada de Search Console. - [Create Repo Skill](https://skillsagentes.com/skills/every-app/open-seo/create-repo-skill.md): Crea o actualiza una skill en este repositorio de la forma correcta: hogar canónico en `.agents/skills`, marca interna o pública, symlinks en `.claude/skills` y registro en las docs públicas para las skills de producto. - [Local Seo](https://skillsagentes.com/skills/every-app/open-seo/local-seo.md): Audita un Google Business Profile, lo compara con competidores locales y mapea la visibilidad en Google Maps alrededor de una ubicación para decidir qué arreglar primero. - [Keyword Research](https://skillsagentes.com/skills/every-app/open-seo/keyword-research.md): Descubre oportunidades de palabras clave, evalúa métricas y SERPs y guarda o etiqueta los términos prometedores usando los datos MCP de OpenSEO. ## Skills relacionadas - [Keyword Research](https://skillsagentes.com/skills/every-app/open-seo/keyword-research.md): Descubre oportunidades de palabras clave, evalúa métricas y SERPs y guarda o etiqueta los términos prometedores usando los datos MCP de OpenSEO. - [Seo Project Setup](https://skillsagentes.com/skills/every-app/open-seo/seo-project-setup.md): Rellena el contexto compartido de OpenSEO de un proyecto (alcance del sitio, objetivos, posicionamiento, competidores, páginas clave y preferencias), más comprobaciones de MCP y entrada de Search Console. - [Local Seo](https://skillsagentes.com/skills/every-app/open-seo/local-seo.md): Audita un Google Business Profile, lo compara con competidores locales y mapea la visibilidad en Google Maps alrededor de una ubicación para decidir qué arreglar primero. - [Keyword Clustering](https://skillsagentes.com/skills/every-app/open-seo/keyword-clustering.md): Agrupa palabras clave por intención y las mapea a páginas existentes o propuestas, decidiendo qué página debe apuntar a cada clúster e identificando riesgo de canibalización. - [Competitor Analysis](https://skillsagentes.com/skills/every-app/open-seo/competitor-analysis.md): Analiza la huella orgánica de un competidor: palabras clave que rankea, temas de contenido, perfil de backlinks y huecos, para decidir qué aprender, qué evitar y a qué superar. --- Skills Agentes · [Índice de páginas en markdown](https://skillsagentes.com/sitemap.md) · [Inicio](https://skillsagentes.com/index.md)