web-scanning

Crawl websites and generate page inventories for accessibility audits.

387|42|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/Community-Access/accessibility-agents --skill web-scanning-community-access
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-scanning
Source: https://github.com/Community-Access/accessibility-agents/tree/main/.gemini/extensions/a11y-agents/skills/web-scanning
Command: npx skills add https://github.com/Community-Access/accessibility-agents --skill web-scanning-community-access

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of discovering web pages, crawling websites, and creating inventories of pages for comprehensive accessibility audits.

Core Features & Use Cases

  • URL Crawling: Scans single pages or crawls entire websites to identify all relevant pages for an audit.
  • Accessibility Scanning: Integrates with tools like axe-core CLI to perform runtime scans against WCAG standards.
  • Screenshot Capture: Generates screenshots of web pages for visual inspection and documentation.
  • Use Case: When starting a large website accessibility audit, use this Skill to discover all pages and then run automated scans on each to identify potential issues.

Quick Start

Use the web-scanning skill to crawl the website at https://example.com and save a list of all discovered pages.

Frequently Asked Questions about web-scanning

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

FAQPage Schema
How do I crawl a website for an accessibility audit?

Website crawling for an accessibility audit discovers all relevant pages by scanning single URLs or entire domains to generate a complete page inventory for subsequent WCAG compliance scanning.

Can I run automated axe-core scans against WCAG standards during web page discovery?

Yes, automated accessibility scanning integrates axe-core CLI to perform runtime scans against WCAG standards directly during the web page discovery and crawling process.

What is the best way to generate a page inventory for a large web accessibility audit?

Generating a page inventory for a large web accessibility audit requires crawling the entire website to discover all relevant pages, then running automated scans on each identified URL.

Does web crawling for accessibility audits support screenshot capture for visual inspection?

Yes, web crawling for accessibility audits supports screenshot capture using capture-website-cli or Playwright to generate page screenshots for visual inspection and documentation.

Can I detect web frameworks and source code patterns during an accessibility scan?

Yes, accessibility scanning detects web frameworks and identifies source code file patterns during the crawl, providing actionable targets for code review alongside automated WCAG scans.

Do I need Playwright to capture screenshots during website accessibility scanning?

Playwright is one supported option for screenshot capture during website accessibility scanning; capture-website-cli is also supported, giving you flexible tooling for visual page documentation.