AI Agent Hub
Back to plugins
🧰

dsh-wcag

Web Tools Updated 2026.08.19

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-wcag

Paste the following prompt into your AI chat to install this plugin:

Install this plugin in DeepSeek Harness by running dsh plugin install uckkk/dsh-wcag; the source repository is https://github.com/uckkk/dsh-wcag

About this plugin

Checking a single WCAG guideline usually means opening a browser, navigating through several pages, and losing your flow mid-task. dsh-wcag brings that lookup right into your DeepSeek session. It is built purely with Node.js, requires no network access and no external services, and once registered as a tool you can query WCAG accessibility standard content directly from the conversation.

Because everything runs locally, there is no API key to manage, no network requests to fail, and no dependency on a third-party service staying up. For developers working on ARIA attributes, color contrast, or semantic markup for screen readers, eliminating that extra page hop means less context switching.

If you are a frontend or full-stack developer who frequently needs to cross-reference WCAG guidelines, or you are in the middle of an accessibility audit checking compliance item by item, dsh-wcag keeps the lookup friction as close to zero as possible.

Use Cases

  • Quickly verify specific WCAG clause requirements while writing ARIA attributes
  • Cross-check compliance baselines item by item during an accessibility audit
  • Look up exact contrast ratio values when adjusting color schemes

Best For

  • Frontend or full-stack developers who frequently reference WCAG standards
  • Product and engineering teams running accessibility compliance audits
  • Developers who prefer locally running tools with no external dependencies