Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器clawhub未标认证来源可访问clear审计提醒

deep-accessibility-analyzer深度可达性分析器

Agent Skill

用于辅助无障碍访问检查、页面可用性审计和前端可访问性改进。它适合让 Agent 检查语义标签、键盘操作、颜色对比、ARIA 属性和自动化检测结果。使用时需要结合真实页面和浏览器验证,不应只依赖静态文本判断;涉及修复建议时,应兼顾设计系统、组件复用和 WCAG 等通用无障碍规范。

总安装

3,515

周安装

145

GitHub Stars

公开资料未说明

下载量

1,148
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:deep-accessibility-analyzer(深度可达性分析器)
来源仓库:https://github.com/sarperarikan/deep-accessibility-analyzer
安装命令:
openclaw skills install deep-accessibility-analyzer
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install deep-accessibility-analyzer

简介

执行企业级 WCAG 2.2 可访问性审核,模拟 VoiceOver 与颜色对比检测。

  • 分析语义标签、键盘操作与 ARIA 属性合规性。
  • 提供详细修复建议并兼容主流前端框架。
  • 使用时需结合真实页面验证,避免仅依赖静态文本判断。
  • deep-accessibility-analyzer 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

🌍 Universal Deep Accessibility Analyzer Skill

Skill Definition

Name: deep-accessibility-analyzer Version: 2.0.0 Description: Enterprise-grade WCAG 2.2 deep analysis with VoiceOver simulation, visual analysis, screenshot-based color detection, semantic analysis, and multi-page crawling (40+ pages)

Capabilities

1. VoiceOver Deep Simulation

  • Real macOS VoiceOver integration via Guidepup
  • Keyboard navigation testing (Tab, Shift+Tab, Arrow keys)
  • Landmark navigation (R, C, F, H keys)
  • Heading hierarchy navigation (1-6 keys)
  • Form interaction testing
  • Modal dialog testing
  • Focus trap detection
  • Screen reader announcements validation

2. Visual Analysis (Full-Page Screenshot)

  • Full-page color screenshot capture (not grayscale)
  • Color contrast analysis (WCAG 1.4.3)
  • Visual hierarchy detection
  • Layout breakage detection at different viewports
  • Text clipping/overflow detection
  • Interactive element visibility check
  • Focus indicator visibility validation

3. Semantic & Meaning Analysis

  • Content meaning coherence
  • Link context appropriateness
  • Image alt text relevance (AI-powered)
  • Form label clarity
  • Error message helpfulness
  • Navigation logic flow
  • Cognitive load assessment

4. Multi-Disability Coverage

  • Blind users: Screen reader compatibility, keyboard navigation
  • Low vision: Color contrast, zoom 200%/400%, text spacing
  • Motor impairments: Keyboard accessibility, timing adjustments
  • Cognitive: Clear language, consistent navigation, error prevention
  • Hearing: Captions, transcripts, visual alternatives

5. Intelligent Multi-Page Crawling

  • Minimum 40 pages per scan
  • Same-domain only (no external links)
  • Depth-first + breadth-first hybrid
  • Loop prevention with visited set
  • Dynamic route discovery (SPA support)
  • Priority pages: Forms, Products, Checkout, Navigation
  • Rate limiting: 3-5 seconds between pages (human-like)

6. Security Stealth Mode

  • Human-like browsing patterns
  • Random delays between actions
  • Natural scroll behavior
  • Realistic mouse movements
  • Proper User-Agent rotation
  • No automation detection flags
  • Cloudflare/WAF bypass

7. AI Strategy (Gemini 2.5 Flash)

  • Token-efficient analysis
  • Smart batching (group similar issues)
  • Progressive analysis (critical first)
  • Context-aware prompting
  • No full DOM sending (snippets only)
  • Cache results to avoid re-analysis
  • Limit: ~50,000 tokens per page max

Output Requirements

Detailed Issue Reports (NOT summaries)

For EACH issue:

  1. Exact location: URL + CSS selector + XPath
  2. Screenshot: Annotated with issue highlighted
  3. Code snippet: Actual HTML from page
  4. WCAG mapping: Criterion + Level + Success/Failure
  5. Disability impact: Which user groups affected
  6. Root cause: Why this fails
  7. Technical solution: Copy-paste ready code fix
  8. Priority: Critical/Serious/Moderate/Minor
  9. Effort estimate: Dev hours to fix
  10. Business impact: Legal/UX/SEO impact

Process Analysis

  • Scan timeline (start/end per page)
  • Pages discovered vs scanned
  • Issues per page breakdown
  • Trend analysis (improving/worsening)
  • Comparison with industry benchmarks

Final Deliverables

  1. HTML Report: Professional, accessible, with charts
  2. JSON Report: Machine-readable, API-ready
  3. Markdown Report: Human-readable summary
  4. Jira Tickets: One per issue, ready to import
  5. CSV Export: For Excel analysis
  6. Screenshots Folder: Annotated images per issue

Technical Stack

  • Browser: Playwright (Chromium + WebKit for Safari simulation)
  • Screen Reader: Guidepup (macOS VoiceOver)
  • AI: Gemini 2.5 Flash (Google AI Studio)
  • Screenshots: Playwright full-page + element screenshots
  • Color Analysis: node-color-contrast + custom algorithms
  • Crawling: Custom BFS/DFS hybrid with priority queue
  • Storage: Local filesystem + optional S3

Performance Targets

  • Pages per hour: 40-60 (with deep analysis)
  • Token usage: <100k tokens per 10 pages average
  • False positive rate: <5%
  • Issue detection accuracy: >95%
  • Report generation: <2 minutes after scan complete

Error Handling

  • Retry failed pages (max 3 attempts)
  • Skip inaccessible pages (log reason)
  • Continue on AI API errors (use deterministic fallback)
  • Graceful degradation (partial reports OK)
  • Detailed error logging for debugging

Usage Example

# Full deep scan (40+ pages)
node deep-accessibility-analyzer.js https://www.arcelik.com.tr --pages=40 --depth=5

# Quick scan (10 pages)
node deep-accessibility-analyzer.js https://example.com --pages=10

# Single page deep dive
node deep-accessibility-analyzer.js https://example.com/product/123 --single

# With VoiceOver (requires macOS)
node deep-accessibility-analyzer.js https://example.com --voiceover

# Export formats
node deep-accessibility-analyzer.js https://example.com --format=html,json,md,jira,csv

Configuration

const CONFIG = {
  // Scan settings
  minPages: 40,
  maxPages: 100,
  maxDepth: 5,
  timeout: 60000,
  delayBetweenPages: 4000,
  
  // AI settings
  geminiModel: 'gemini-2.5-flash',
  maxTokensPerPage: 50000,
  tokenBudget: 500000, // Total per scan
  
  // Screenshot settings
  fullPageScreenshot: true,
  elementScreenshots: true,
  annotateIssues: true,
  
  // VoiceOver settings
  enableVoiceOver: true, // macOS only
  voiceOverRate: 300, // Words per minute
  
  // Output
  outputDir: './audits',
  formats: ['html', 'json', 'md', 'jira', 'csv'],
  
  // Stealth
  stealthMode: true,
  randomDelays: true,
  humanScrolling: true
};

Success Criteria

✅ Minimum 40 pages scanned ✅ Full-page color screenshots for all pages ✅ VoiceOver simulation completed ✅ Color contrast analysis for all text elements ✅ Semantic coherence validated by AI ✅ No security triggers (WAF/Cloudflare bypassed) ✅ Detailed issue reports (not summaries) ✅ Copy-paste ready code fixes ✅ Jira tickets generated ✅ Process timeline documented ✅ Under token budget


This skill replaces all previous WCAG scanning scripts. Default behavior: Deep, comprehensive, production-ready analysis.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

85.76%
按下载量换算985

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills