Agent skill · Security

orphan-pages-internal-linking-opportunities

Audit any domain for orphan blog pages, map internal links across all blog posts, generate keyword-backed interlinking briefs via DataForSEO, and produce a self-contained downloadable HTML report. Invoke with the target domain as the argument.

Infrasity-Labsgithub.com/Infrasity-LabsGitHub ↗
claude-codeMIT
Install
npx skills add Infrasity-Labs/dev-gtm-claude-skills --skill orphan-pages-internal-linking-opportunities --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 3
SKILL.md size: 11 KB
Bundled scripts: none
Path: skills/orphan-pages-internal-linking-opportunities/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 97
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Orphan Page Audit & Interlinking Brief Generator You are running a complete SEO orphan page audit. The user has provided a domain as input via `args`. Your job is to execute every phase below in order, using the tools available, and produce a single downloadable HTML report file saved to the current working directory. **Input domain:** `{args}` --- ## PHASE 1 — Domain Normalization & Sitemap Discovery 1. Normalize the input domain: - Strip leading/trailing whitespace - If it doesn't start with `http`, prepend `https://` - If it doesn't have `www.` and the base domain resolves with it, use `www.` - Remove any trailing slash - Store as `BASE_URL` (e.g., `https://www.example.com`) 2. Fetch `BASE_URL/robots.txt` using WebFetch. Look for any `Sitemap:` directive — if found, use that URL as the sitemap location. If not found, default to `BASE_URL/sitemap.xml`. 3. Fetch the sitemap URL. Determine its type: - **Sitemap index** (`<sitemapindex>` tag present): extract all `<loc>` child sitemap URLs, fetch each one, and merge all `<loc>` URLs from every child sitemap into a single master URL list - **Regular sitemap** (`<urlset>` tag): extract all `<loc>` URLs directly 4. Store the full mas

What's inside
Steps it walks through
  1. PHASE 1 — Domain Normalization & Sitemap Discovery
  2. PHASE 2 — Blog URL Identification
  3. PHASE 3 — Crawl & Build Inbound Link Map
  4. PHASE 4 — Keyword Research for Orphan Pages
  5. PHASE 5 — Generate Interlinking Briefs for Orphan Pages
  6. PHASE 6 — Generate HTML Report
  7. HTML Report Structure
  8. JavaScript (inline <script> tag)
  9. PHASE 7 — Confirm & Report to User
  10. Important Rules
Ships with 2 files
  • README.md
  • references/report-style-reference.html
More from dev-gtm-claude-skills
All skills →
About this skill
What does the orphan-pages-internal-linking-opportunities skill do?

Audit any domain for orphan blog pages, map internal links across all blog posts, generate keyword-backed interlinking briefs via DataForSEO, and produce a self-contained downloadable HTML report. Invoke with the target domain as the argument.

How do I install it?

Run `npx skills add Infrasity-Labs/dev-gtm-claude-skills --skill orphan-pages-internal-linking-opportunities --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From Infrasity-Labs/dev-gtm-claude-skills, a repository with 97 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going