marketing-seo-contenido

marketing-seo-contenido is a skill for Claude Code, Codex from victorperez22/marketing-claude-code. It costs 0 tokens per session (4,832 once invoked), scanned A, original, MIT.

A Spanish-language SEO audit skill for reviewing a page or website. SEO is the work of improving how easily search engines understand and rank web pages.

In plain words
What is it for?
Checking titles, descriptions, headings, links, images, structured data, mobile setup, canonical tags, tracking scripts, content quality, and keyword opportunities.
Why use it?
It combines automated checks with manual review to reveal problems in page content, search terms, technical setup, and search-result presentation.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python3 scripts/analizar_pagina.py <url>.

Good fit Checking titles, descriptions, headings, links, images, structured data, mobile setup, canonical tags, tracking scripts, content quality, and keyword opportunities.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/victorperez22/marketing-claude-code
agentmods
npx agentmods add skills/victorperez22/marketing-claude-code/marketing-seo-contenido

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for marketing-seo-contenido

README.md
[![agentmods](https://agentmods.dev/badge/skills/victorperez22/marketing-claude-code/marketing-seo-contenido/github.svg)](https://agentmods.dev/skills/victorperez22/marketing-claude-code/marketing-seo-contenido)
Your own site
<a href="https://agentmods.dev/skills/victorperez22/marketing-claude-code/marketing-seo-contenido"><img src="https://agentmods.dev/badge/skills/victorperez22/marketing-claude-code/marketing-seo-contenido/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for marketing-seo-contenido

Your own site · 80×15
<a href="https://agentmods.dev/skills/victorperez22/marketing-claude-code/marketing-seo-contenido"><img src="https://agentmods.dev/badge/skills/victorperez22/marketing-claude-code/marketing-seo-contenido.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,832 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.04832
Opus 5 $0.00000 $0.02416
Sonnet 5 $0.00000 $0.00966
Haiku 4.5 $0.00000 $0.00483

Measured 12d ago against content hash a52a5b36f0dd, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

marketing-seo-contenido scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/marketing-seo-contenido/SKILL.md · 540 lines

How it starts

The opening of the file, as written. The whole thing — 540 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Auditoria SEO de Contenido

Proposito de la skill

Auditar SEO de una pagina o web a fondo, cubriendo SEO on-page, calidad de contenido (E-E-A-T), analisis de keywords, SEO tecnico y estrategia de contenido. Combina analisis automatico via scripts/analizar_pagina.py con revision experta manual para producir una auditoria SEO accionable.

Cuando usarla

  • El usuario facilita una URL y pide analisis SEO, auditoria o recomendaciones
  • El usuario quiere mejorar rankings y trafico organico
  • El usuario pregunta por SEO on-page, meta tags, calidad de contenido o SEO tecnico
  • El usuario quiere analisis de gaps de contenido o recomendaciones de estrategia
  • Se activa con /marketing seo <url> o /marketing seo

Como ejecutarla

Paso 1: Ejecutar el analisis automatico

Usa el script Python para obtener la data base:

python3 scripts/analizar_pagina.py <url>

Extrae:

  • Title tag y meta description
  • Open Graph tags
  • Jerarquia de headings (H1-H6)
  • Enlaces (internos y externos)
  • Imagenes y estado de alt text
  • Formularios y CTAs
  • Schema / structured data
  • Social links
  • Scripts de tracking
  • Viewport meta (indicador mobile-friendly)
  • Canonical tag
  • Directivas de robots meta

Captura el JSON y usalo como base del analisis manual.

Paso 2: Checklist SEO on-page

Evalua cada elemento como Pass, A mejorar o Fail.

Title Tag
Criterio Best practice Resultado
Existe Cada pagina debe tener title unico Pass/Fail
Longitud 50-60 caracteres (no se corta en SERPs) Pass/Amejorar/Fail
Keyword principal Incluye la keyword target Pass/Amejorar/Fail
Posicion del keyword Al principio del title Pass/Amejorar/Fail
Marca Incluye nombre de marca (normalmente al final, separado por pipe o guion) Pass/Amejorar/Fail
Unico Distinto al de otras paginas Pass/Fail
Atractivo Querria el usuario hacer click? Pass/Amejorar/Fail

Read the full file on GitHub · 540 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 540 lines · 0 tokens per session scan A a52a5b36f0dd

Subscribe to this mod's changes

marketing-seo-contenido is a skill published in the GitHub repository victorperez22/marketing-claude-code (9 stars, last pushed 5mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 4,832 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

icp-research

Scrapes case studies, testimonials, and solutions pages from a target website to build structured ICP documentation. Produces TAM analysis, firmographic segments, champion and economic buyer personas, use case mapping, customer proof points, and voice-of-customer synthesis with normalized attributes. Requires website…

growthack88/growth-marketing-os · 95 tokens

cod-operations-analyst

COD (cash-on-delivery) e-commerce operations skill. Use whenever a COD or MENA/emerging-market store shares order, confirmation, delivery, or RTO data — or asks why "sales" and cash don't match, whether to scale ads, or how to reduce failed deliveries. Extends funnel analysis past checkout: computes real revenue…

growthack88/growth-marketing-os · 115 tokens

launch-tier-framework

Classify product launches into defensible tiers and turn roadmap inputs into a season-of-launch plan that aligns Product, Campaigns, PR/AR, Sales, and customer-facing teams.

growthack88/growth-marketing-os · 40 tokens

win-loss-analysis

Win/loss analysis for B2B SaaS. Analyzes sales call transcripts across 6 dimensions (product, messaging, GTM/sales, pricing, competition, customer context) to extract why deals are won, lost, retained, or churned. Produces aggregate patterns with verbatim-quote evidence, frequency counts, confidence levels, and…

growthack88/growth-marketing-os · 100 tokens

battlecards

Creates competitive battlecards for sales deal conversations. Produces win themes, landmines to plant, objection handlers, and competitive positioning per competitor. Outputs a structured markdown battlecard with quick-reference sections for live sales calls. Depends on competitor-research for competitive intelligence…

growthack88/growth-marketing-os · 114 tokens

positioning-messaging-framework

Create sharp B2B positioning and messaging from customer truth, segmentation choices, real alternatives, differentiated value, and proof.

growthack88/growth-marketing-os · 30 tokens