katana-links

Enumerate hyperlinks from a target URL into a clipboard-ready list.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/RyoMa99/dotfiles --skill katana-links
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: katana-links
Source: https://github.com/RyoMa99/dotfiles/tree/main/dot_claude/skills/katana-links
Command: npx skills add https://github.com/RyoMa99/dotfiles --skill katana-links

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly extracting all hyperlinks from a website can be time-consuming and error-prone when done manually; this Skill automates link discovery and delivers results directly to the clipboard for quick reuse.

Core Features & Use Cases

  • Automatic Link Enumeration: Run a headless crawl of a target URL and collect internal and external links.
  • Configurable Crawl Options: Adjust crawl depth and enable JS rendering to discover links generated dynamically.
  • Use Case: Security researchers or content auditors can gather link inventories for reconnaissance, sitemap validation, or content migration checks.

Quick Start

Enumerate all links from https://example.com using katana and copy the results to the clipboard.

Frequently Asked Questions about katana-links

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

FAQPage Schema
How do I enumerate all hyperlinks from a website for reconnaissance?

Enumerate website links by running a headless crawl of a target URL to collect both internal and external links. This Skill automates link discovery and delivers the results directly to the clipboard for quick reuse during reconnaissance.

Can I discover dynamically generated links during web crawling?

Yes, you can discover dynamically generated links during web crawling by enabling JavaScript rendering. This allows the crawler to execute page scripts and capture hyperlinks created client-side.

How do I copy extracted website links directly to the clipboard?

Extracted website links are copied directly to the clipboard using command-line output redirection. This automates link discovery and delivers a clipboard-ready list for immediate reuse in other applications.

Do I need katana installed to enumerate website links?

Yes, you need katana installed to enumerate website links because this Skill relies on its command-line options. It uses katana to control crawl depth, manage headless rendering, and redirect output to the system clipboard.

What is the best way to audit website content and validate sitemaps?

The best way to audit content and validate sitemaps is to automatically enumerate all hyperlinks from a target URL. Configurable crawl depth and headless rendering gather a complete link inventory for migration checks or auditing.

Can I adjust crawl depth when extracting hyperlinks from a target URL?

Yes, you can adjust crawl depth when extracting hyperlinks from a target URL. Configurable crawl options allow you to specify depth and enable JavaScript rendering to ensure comprehensive link discovery.