internal-link-finder

Identifies topically related same-domain pages that can link to a target URL.

Updated May 23, 2026
One-click install
npx skills add https://github.com/TheGraphicKing/skott-canvas --skill internal-link-finder-thegraphicking
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: internal-link-finder
Source: https://github.com/TheGraphicKing/skott-canvas/tree/main/skills/internal-link-finder
Command: npx skills add https://github.com/TheGraphicKing/skott-canvas --skill internal-link-finder-thegraphicking

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Finding the right pages to add internal links from is slow and error-prone when done manually across a large site. This Skill scans a domain's page corpus and ranks candidate source pages so you know exactly where to place internal links pointing to a target URL. ## Core Features & Use Cases - Candidate Discovery: Scans all same-domain pages and filters out ineligible ones such as pages already linking to the target, noindexed pages, and orphan pages. - Scoring Model: Ranks candidates using topical relevance, link equity potential, and context availability scores, flagging pages above 70 as high priority. - Use Case: When publishing a new article on a content pillar, run this Skill to find the 15 best existing pages that should link to it, complete with the paragraph most likely to hold a natural anchor text. ## Quick Start Find internal link source candidates for https://example.com/blog/new-guide targeting the keyword "content strategy" on example.com.

Frequently Asked Questions about internal-link-finder

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find pages that should link to a target URL?▼

Provide the target URL, its primary keyword, and the domain. The Skill scans all same-domain pages, filters out ineligible ones, and returns ranked candidates with scores and suggested anchor text contexts.

How are internal link candidates scored?▼

Each candidate receives a score from three components: topical relevance (0-50) based on entity overlap, link equity potential (0-30) from traffic and inbound links, and context availability (0-20) from natural anchor text opportunities.

Which pages are excluded from internal link candidates?▼

Pages are excluded if they are the target itself, already link to the target, are noindexed or non-canonical, are navigation or archive pages, or have zero traffic and zero inbound links. Exclusions are reported with reasons.

Can I limit the number of link candidates returned?▼

Yes, set the max_candidates parameter to control how many results are returned. The default is 15, and candidates are sorted by descending candidate score before the cap is applied.

What makes a candidate high priority for internal linking?▼

Any candidate with a total score above 70 is flagged as high_priority. These pages combine strong topical alignment, meaningful link equity, and natural anchor text contexts, so they should be processed first.