# Client Onboarding Proposal > Construye una propuesta de onboarding de cliente basada en datos, combinando un audit SEO + búsqueda IA de SE Ranking con un análisis en Planable del rendimiento social actual del cliente. Fuente: https://skillsagentes.com/skills/seranking/seo-skills/client-onboarding-proposal Markdown: https://skillsagentes.com/skills/seranking/seo-skills/client-onboarding-proposal.md Repositorio: https://github.com/seranking/seo-skills Autor: seranking Licencia: MIT Actualizado: hace 2 meses Coste de contexto: 197 tok instalada, 1.9k tok al activarse, 1.9k tok con todos los archivos del bundle Bundle: 1 archivo, 7 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 seranking/seo-skills --skill client-onboarding-proposal --agent claude-code # Cursor npx -y skills add seranking/seo-skills --skill client-onboarding-proposal --agent cursor # Codex npx -y skills add seranking/seo-skills --skill client-onboarding-proposal --agent codex # Gemini CLI npx -y skills add seranking/seo-skills --skill client-onboarding-proposal --agent gemini # Windsurf npx -y skills add seranking/seo-skills --skill client-onboarding-proposal --agent windsurf # Cline npx -y skills add seranking/seo-skills --skill client-onboarding-proposal --agent cline ``` ## Qué hace - Combina un audit SEO + IA de SE Ranking con un análisis de rendimiento social en Planable para crear una propuesta de onboarding de cliente - Separa hallazgos SEO en quick wins y strategic plays, y presenta un baseline social con cadencia, engagement y brechas - Estructura el documento en: dónde estás, la oportunidad, nuestro plan, primeros 90 días y cómo lo mediremos - Genera un proposal.md por defecto, o usa las skills docx/pptx para un deliverable formal o pitch deck ## Cuándo usarla - El usuario pide construir una propuesta de onboarding para un cliente nuevo o por firmar - Se pide combinar análisis SEO + IA con baseline social usando SE Ranking y Planable - Frases como 'build an onboarding proposal for [client]' o 'scope a SEO + AI + social engagement' ## Cuándo no - No es para crear o publicar contenido; para eso usar seo-gaps-to-social-campaign o site-audit-to-social-distribution - No es un pitch en frío, sino una propuesta de inicio de engagement con acceso ya concedido a las páginas sociales del cliente ## Qué la activa - "Construye una propuesta de onboarding para el cliente Acme con SEO y análisis social" - "Estamos empezando con [cliente], armemos el análisis SEO + social" - "Crea una propuesta de cliente con audit y baseline social" - "Muéstrale al cliente sus oportunidades y nuestro plan" ## Antes de instalar - Requiere el SE Ranking MCP y el Planable MCP conectados, con el workspace del cliente y sus páginas sociales ya vinculadas en Planable. ## Archivos - SKILL.md — 7 KB ## SKILL.md Reproducido tal cual desde seranking/seo-skills bajo MIT. Esta sección es el documento original y está en inglés. # Client onboarding proposal Produce the document an agency brings to the start of a client relationship: an honest read of where the client stands across SEO, AI search, and social — and a clear, scoped plan for what the agency will do. It pairs SE Ranking analysis (organic + AI visibility, competitive gaps, site health) with Planable's view of the client's current social performance. > **Positioning.** This is an **onboarding / early-engagement proposal**, not a cold pitch. It assumes the client's social pages are already connected in the Planable workspace so their real performance can be analysed. (Without that access, the social section can't be produced from data — only the SE Ranking side.) ## Prerequisites - **SE Ranking MCP** connected (Data API for research + audit; a project is optional, and an existing finished audit can be reused via `PROJECT_listAudits` instead of crawling). - **Planable MCP** connected, with the **client's workspace and connected social pages** available. - The user provides: client domain + brand, market/country (default `us`), 2–4 competitors, and the Planable workspace. Optionally the engagement goals (e.g. lead gen, brand, local). ## Connector health check Before doing anything else, verify both MCPs are reachable: - **SE Ranking:** call `DATA_getSubscription`. If it fails or returns an auth error, stop immediately and tell the user: > "The SE Ranking connector isn't responding — please reconnect it before we continue. Setup guide: https://seranking.com/api/integrations/mcp/" - **Planable:** call `list_workspaces`. If it fails or returns an auth error, stop immediately and tell the user: > "The Planable connector isn't responding — please reconnect it before we continue. Setup guide: https://help.planable.io/hc/en-us/articles/27538577098780-How-to-connect-Planable-MCP-to-your-AI-tools" Only continue to the process steps below once both calls return a successful response. ## Process ### 1. Scope the proposal Confirm the client domain, competitors, the Planable workspace, and what the engagement is meant to achieve. Verify the workspace actually has the client's pages connected (`list_pages`) and check `get_workspace_details` for `hasAnalytics` — this gates the social section. ### 2. SEO + AI-search analysis (SE Ranking) - **Organic footprint:** `DATA_getDomainOverviewWorldwide` + `DATA_getDomainKeywords` — traffic, top terms, trajectory. Highlight **striking-distance** terms (high volume, position 11–30) — they're the fastest wins. - **Competitive gaps:** `DATA_getDomainCompetitors` + `DATA_getDomainKeywordsComparison` — what competitors capture that the client doesn't (discard junk/off-brand terms). - **Site health:** reuse an existing audit (`PROJECT_listAudits` → `getAuditReport`) or run `DATA_createStandardAudit` → `DATA_getAuditReport` — health score and the issues holding pages back. - **AI visibility:** `DATA_getAiSearchBrand` to resolve the brand, then `DATA_getAiSearchOverview` and `DATA_getAiSearchLeaderboard` vs competitors (query the leaderboard narrowly — see the ai-search skill's timeout note). - **Demand for content:** `DATA_getKeywordQuestions` + `DATA_getRelatedKeywords` — proof there's an audience to win. - Separate findings into **quick wins** (low effort, near-term) and **strategic plays** (higher effort, compounding). ### 3. Social baseline (Planable) - `list_pages(workspaceId)` — the connected channels. - `get_page_metrics_summary(workspaceId, pageIds, startDate, endDate)` — **account-level** reach: audience (followers), total page impressions, and engagement rate. This is the size-of-presence number. - `get_post_metrics_summary(workspaceId, pageIds, startDate, endDate)` — **published-content** performance in the window (impressions/engagement *of the posts*). These two impression figures are different scopes (page reach vs post reach) — report them separately and don't add or conflate them. - `get_post_metrics(workspaceId, pageIds, ..., limit: 5)` — current top posts (what already resonates). - `list_posts(workspaceId, ...)` — current cadence and how much is actually scheduled vs idle. - Read it as a baseline: cadence, engagement rate, platform mix, and the obvious gaps. ### 4. Synthesise the proposal Structure it as: **Where you are** (SEO health + AI visibility + social baseline, with real numbers) → **The opportunity** (competitor gaps, AI gaps, under-used channels, content demand) → **Our plan** (scope across SEO, AI-search optimisation, and social-media management run in Planable) → **First 90 days** (a concrete, sequenced starter plan) → **How we'll measure it** (the metrics to revisit). Keep claims tied to the data pulled — this is what makes an onboarding proposal land. ### 5. Produce the document Default to a clean `proposal.md` in the outputs folder. If the user wants a presentation-ready deliverable, build it with the `docx` skill (formal document) or `pptx` skill (pitch deck) — read that skill, then format the synthesised content into it. ## Output A client-ready proposal containing: 1. **Executive summary** — the three or four findings that matter most. 2. **Current state** — SEO health, AI-search visibility, and social baseline, with numbers. 3. **Opportunities** — competitor/keyword/AI gaps and social headroom. 4. **Proposed scope** — SEO + AI + SMM, with how Planable runs the social workflow (planning, approvals, publishing). 5. **First 90 days** and **measurement plan**. ## Tips - Be honest about weak spots — a credible baseline (including unflattering numbers) builds more trust than an inflated one, and it makes future wins measurable. - Tie every recommendation to a finding. "Competitor X ranks for 240 commercial terms you don't" beats "improve your SEO". - Don't fabricate metrics. If SE Ranking or Planable returns nulls/empties, mark them unknown rather than guessing. ## Edge cases & limits - **Social section needs connected pages.** If the client's pages aren't in the Planable workspace yet, produce the SE Ranking side and clearly mark the social baseline as pending access (frame it as an onboarding step). - **Limited page-level analytics:** several platforms don't return page-level analytics via the connector — commonly **Twitter/X, Pinterest, Threads, and Google Business Profile**. They appear under `unsupportedPages`; list them as "data not available" rather than zero, and base totals on the supported channels. - **Audit needs crawl budget** from the plan; reuse a recent audit when one exists, and scope `max_pages` for large sites. - This skill analyses and proposes; it does not create or publish content (use `seo-gaps-to-social-campaign` or `site-audit-to-social-distribution` once the engagement starts). ## 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: [seranking](https://skillsagentes.com/creators/seranking.md) — 32 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 - [Local Gmb Visibility](https://skillsagentes.com/skills/seranking/seo-skills/local-gmb-visibility.md): Combina el seguimiento de rankings por ciudad de SE Ranking con contenido social local en Planable, incluyendo publicaciones de Google Business Profile. - [Seo Ai Social Report](https://skillsagentes.com/skills/seranking/seo-skills/seo-ai-social-report.md): Genera un único reporte de rendimiento que une rankings SEO, visibilidad en búsquedas IA (SE Ranking) y engagement social (Planable): resumen en el chat más un informe HTML interactivo autónomo. - [Ai Search Gaps To Social Campaign](https://skillsagentes.com/skills/seranking/seo-skills/ai-search-gaps-to-social-campaign.md): Encuentra los prompts y temas de búsqueda con IA donde una marca es invisible o pierde frente a competidores en SE Ranking, y convierte esos vacíos en una campaña social en Planable con seguimiento antes/después. - [Site Audit To Social Distribution](https://skillsagentes.com/skills/seranking/seo-skills/site-audit-to-social-distribution.md): Detecta páginas débiles y brechas de contenido en SE Ranking, y coordina la corrección en Planable: redacta el copy reescrito para revisión y aprobación, y programa la distribución social. - [Seo Api](https://skillsagentes.com/skills/seranking/seo-skills/seo-api.md): Arquitecto de integración con la API de SE Ranking: cubre la Data API y la Project API, responde cualquier duda de endpoints, credit cost o auth, y genera recetas cURL/Python/TypeScript/MCP. --- Skills Agentes · [Índice de páginas en markdown](https://skillsagentes.com/sitemap.md) · [Inicio](https://skillsagentes.com/index.md)