← ClaudeAtlas

broken-backlinkslisted

Monthly cron — finds pages on the open web that link to defunct competitor URLs where the site has a live replacement page, queues outreach to pitch the site's URL as the broken-link replacement. Pulls broken-backlink data from SEMrush (or Ahrefs/Moz as fallback) for each top-5 competitor, cross-references with the site's published content, surfaces high-probability "replacement-ready" opportunities. Highest-conversion outreach type — link reclamation pitches convert ~10× higher than cold-pitches because the publisher already has a broken link to fix. Use when the user types `/broken-backlinks` or when the monthly cron fires.
mkreindel/seo-toolkit-template · ★ 0 · Data & Documents · score 68
Install: claude install-skill mkreindel/seo-toolkit-template
# `/broken-backlinks` — Broken-backlink replacement opportunity finder Captures the highest-conversion backlink-acquisition opportunity on the web: publishers with a known-broken outbound link who need a replacement. Conversion rates on broken-link outreach run 8–15% (vs. 0.5–2% for cold-pitch outreach) because you're solving the publisher's problem, not asking for a favor. This skill does NOT auto-send outreach. It queues opportunities for user review + approval. Pitches are drafted by `/outreach` (see `templates/outreach/` once built). ## Inputs Required (asked at start if not given): - **Site** — must match a folder under `sites/[name]/`. Optional (per-run overrides): - **Keyword tool** — overrides the site's default. Source for broken-backlink reports. SEMrush is the default (preferred for sites with active SEMrush subscriptions); Ahrefs and Moz are supported via API plug-ins. - **`--min-da=N`** — minimum DA of source page to include (default 30; below 30 = low-leverage links). - **`--max-opportunities=N`** — cap opportunities per run (default 25; below cap, may surface < 25 if competitors haven't lost many links this month). - **`--competitor=domain.com`** — restrict to one competitor's backlink graph this run. ## Workflow ### Step 0 — Cron-mode detection (if invoked with `--cron`) Cron mode is the DEFAULT for this skill — monthly cadence is the right frequency (broken-backlink opportunities don't materialize overnight). Required behavior per the standard contrac