ab-test-setup
Design, plan, and analyze A/B tests with statistical rigor. Use when the user asks about A/B testing, split testing, experiment design, statistical…
Build an interactive competitive-traffic report for any company and its rivals — monthly visits (SimilarWeb), organic search traffic and Domain Rating (Ahrefs) — as one self-contained HTML page with ranked charts, a three-month trend, a multi-year overlay and a data table. Use
$ npx -y skills add openclaudia/openclaudia-skills --skill competitor-traffic-report --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/competitor-traffic-reportContext preview
The summary Claude sees to decide when to auto-load this skill.
Build an interactive competitive-traffic report for any company and its rivals — monthly visits (SimilarWeb), organic search traffic and Domain Rating (Ahrefs) — as one self-contained HTML page with ranked charts, a three-month trend, a multi-year overlay and a data table. Use
name: competitor-traffic-report description: Build an interactive competitive-traffic report for any company and its rivals — monthly visits (SimilarWeb), organic search traffic and Domain Rating (Ahrefs) — as one self-contained HTML page with ranked charts, a three-month trend, a multi-year overlay and a data table. Use when asked to benchmark a product against competitors, size up a market, answer "how much traffic does X get compared to Y", build a competitive landscape, or produce a traffic/authority comparison deck or page.
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:
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.
script paces at 15s and still misses on a long list — rerun to fill gaps, or spread a 40-domain set across two sessions. The `X-Extension-Version` header is mandatory; a browser User-Agent alone returns 403.
drops those from the charts rather than ranking a live site last. For a domain you own, read Search Console instead.
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](https://ahrefs.com/)* 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:
direct is the thin part.
the most actionable gap, because it is a content problem, not a link-building one.
moment spend stops.
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.
77 open-source marketing skills for Claude Code, Codex, and other AI coding agents. SEO, content, email, ads, analytics, and growth.
Repo: openclaudia/openclaudia-skills
Design, plan, and analyze A/B tests with statistical rigor. Use when the user asks about A/B testing, split testing, experiment design, statistical…
Build and manage an affiliate marketing program. Use when the user says "affiliate program", "affiliate marketing", "affiliate partners", "referral…
Manages Ahrefs API usage in Python using `ahrefs-python` library. Use when working with SEO / marketing related tasks or with data including backlinks,…
Generate an AI Citations Report (GEO) for a domain — which AI-search prompts cite the site across Google AI Overview and ChatGPT, plus organic-traffic context…
Generate images using AI (OpenAI GPT Image or Stability AI). Use when the user asks to generate an image, create an AI image, make an illustration, or produce…
Research and enrich B2B leads using the Apollo.io API. Use when the user says "find leads", "prospect research", "company enrichment", "find decision makers",…