LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

Skills with input: JavaScript source code

Browse skills that use this input.

  • accessibility - Audit and Improve Web Accessibility per WCAG 2.1
    accessibilityWCAG 2.1a11yweb quality

    ★ 58 · Updated 2026-06-30

    Audit and improve web accessibility following WCAG 2.1 guidelines, covering text alternatives, color contrast, keyboard navigation, ARIA usage, and form labels.

    ⚙ audit color contrast ratios⚙ check keyboard navigation support⚙ verify ARIA roles and attributes
  • code-testing - Generate and run Python and JavaScript tests
    unit testingintegration testingpytestjest

    ★ 18 · Updated 2026-03-23

    Generate and run unit and integration tests with pytest or Jest using fixtures, mocks, and async support

    ⚙ generate unit tests⚙ run integration tests⚙ create fixtures
  • mcp-js-reverse-playbook - MCP Frontend JavaScript Reverse Engineering Playbook
    reverse-engineeringjavascriptmcp-methodologyast-analysis

    ★ 1,017 · Updated 2026-03-09

    Standardized workflow for frontend JavaScript reverse engineering using MCP methodology

    ⚙ locate API signature chains⚙ perform page observation forensics⚙ reconstruct local execution environment
  • vitest - Vitest - Fast unit testing framework powered by Vite
    testingunit-testingvitejavascript

    ★ 1 · Updated 2026-02-18

    A testing framework for writing and running unit tests with Vite

    ⚙ write tests⚙ mock functions⚙ run tests in parallel
  • JavaScript Language Patterns - Modern JavaScript Patterns for Clean Code
    javascriptes6modern-jscode-quality

    ★ 602 · Updated 2026-02-12

    Provides modern JavaScript patterns and best practices for writing clean, maintainable code.

    ⚙ Analyze JavaScript code patterns⚙ Detect JavaScript anti-patterns⚙ Suggest modern syntax alternatives