Brand Dev
688Obtiene 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
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.
en todo el repo
0–100, la ruta de este skill
último commit aquí
últimos 90 días
123 tok en reposo
32 KB
Funciona con cualquier agente que lea SKILL.md
npx -y skills add OpenClaudia/openclaudia-skills --skill competitor-traffic-report --agent claude-codeSe instala solo en este repositorio.
Este skill makes network requests, needs API credentials.
Di cualquiera de estas frases y el agente debería cargar este skill.
Three metrics, three different questions. Do not average them or treat one as a proxy for another:
| Metric | Source | Answers |
|---|---|---|
| Monthly visits | SimilarWeb | total demand, every channel |
| Organic traffic | Ahrefs | how much of it search is producing |
| Domain Rating | Ahrefs | backlink authority — the structural position |
Visits and organic move on a single viral page. DR does not, which is why a gap in DR says more about where a company actually sits than a good traffic month does.
export AHREFS_API_KEY=... # required
export BRANDDEV_API_KEY=... # optional, for logos
S=skills/competitor-traffic-report/scripts
node $S/fetch-traffic.js acme.com rival1.com,rival2.com,rival3.com --out /tmp/data.json
node $S/build-report.js /tmp/data.json "AI presentation tools, ranked" --out /tmp/report.html
Open the HTML, or publish it with the Artifact tool. It is self-contained — logos inlined as data URIs, no external requests — so it survives a strict CSP.
The focus domain is coloured orange and ranked in every chart; competitors take a five-step blue ramp ordered by rank, so colour carries magnitude instead of being decoration.
Whoever asked usually names three or four. Fill the set out to 20–40 before running: a five-company chart cannot show where anyone sits, and the interesting findings (how much of the market one player holds, how many are shrinking) need the tail. Sources for names, cheapest first:
X alternatives / best X tools SERP, read deep enough to reach the top 100;competitors_overview for domains ranking on the same keywords.Drop anything that is not a real peer: a general-purpose giant (Adobe, Google) dominates every chart while competing for none of the same buyers, and its presence compresses everyone else into the bottom decile. Same for a friendly company the requester does not consider a rival — ask.
Subdomains are already counted. SimilarWeb's root-domain figure includes them, so listing both
acme.com and app.acme.com double-counts and buries the real number. (Verified: wikipedia.org
3.53B vs en.wikipedia.org 0.88B.) List the root only.
X-Extension-Version header is mandatory; a browser User-Agent
alone returns 403.0 means "below SimilarWeb's detection floor", not "no traffic". The template
drops those from the charts rather than ranking a live site last. For a domain you own, read
Search Console instead.mode=subdomains. Domain mode silently excludes the www. host, which
reads as an empty site for anyone whose canonical is www..The Ahrefs licence (ahrefs.com/legal/domain-rating-license) grants a royalty-free right to
display and publish DR data provided the attribution Domain Rating by Ahrefs
appears next to it with a live link. The template ships that line; do not remove it. The same
licence prohibits reselling the data or using it to build something that competes with Ahrefs.
The report shows position. The story is usually in a gap between two of the three metrics:
brand.app at DR 87 vs brand.com.ai at 38)
is a copycat domain, not a competitor.State the denominator and the window beside any figure taken from this report. Both sources are modelled estimates, least reliable exactly where it matters most — the small end.
Reproducido de OpenClaudia/openclaudia-skills bajo licencia MIT. Leer esta página en markdown.
4 archivos en el paquete. Solo se lee SKILL.md al activarse — las referencias se cargan si el skill decide que las necesita.
Requiere la variable AHREFS_API_KEY (obligatoria) y opcionalmente BRANDDEV_API_KEY para los logos.
Necesita en el PATH:node
Variables de entorno:AHREFS_API_KEYBRANDDEV_API_KEYDOMAINSJSON
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
Obtiene datos de marca (nombre, descripción, logos, industria) desde la API de brand.dev y guarda los logos localmente.
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).
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.
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.
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.
Ejecuta un análisis GEO/SEO completo de un dominio vía la API externa de Enception: inicia el análisis, consulta su estado y descarga el PDF con visibilidad en IA, investigación de mercado y competidores.
Ú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.).
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).
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.