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: Code files

Browse skills that use this input.

  • debug-agent - Evidence-based Code Debugging Agent
    debuggingloggingruntimecode-analysis

    ★ 1 · Updated 2026-06-30

    Debug code using runtime logs and evidence-based hypothesis testing

    ⚙ Generate hypotheses⚙ Instrument code with logs⚙ Guide reproduction steps
  • security-auditor - Security Vulnerability Scanner
    securityvulnerability scanningOWASPcode security

    ★ 49 · Updated 2026-03-20

    Continuous security vulnerability scanning for OWASP Top 10, common vulnerabilities, and insecure patterns

    ⚙ Scan for SQL injection⚙ Scan for XSS vulnerabilities⚙ Scan for authentication issues
  • cleanup - Clean up code and remove unwanted patterns
    code cleanupcode qualityrefactoringtesting

    ★ 602 · Updated 2026-03-19

    Review and clean up code by removing unnecessary comments, simplifying docstrings, and parameterizing tests.

    ⚙ Remove unnecessary comments⚙ Simplify docstrings⚙ Parameterize tests
  • docs-architect - Technical documentation architect for codebase analysis and comprehensive manuals
    documentationtechnical-writingarchitecturecode-analysis

    ★ 0 · Updated 2026-03-09

    Creates comprehensive technical documentation from existing codebases

    ⚙ Analyze codebase structure⚙ Identify design patterns⚙ Map data flows
  • solid-generic - SOLID Principles for TypeScript, Bun and Node.js Projects
    TypeScriptSOLIDCode QualityArchitecture

    ★ 57 · Updated 2026-03-09

    Enforces SOLID principles in TypeScript, Bun, and Node.js projects with file size limits, interface separation, and JSDoc requirements.

    ⚙ Enforce file size limits⚙ Separate interfaces from implementations⚙ Require JSDoc documentation
  • async-operations - Async Operations Best Practices for Readable Code
    coding-standardsasync-programmingcode-reviewbest-practices

    ★ 57 · Updated 2026-03-09

    Specifies the preferred syntax for asynchronous operations using async/await and onMount for component initialization

    ⚙ Review code for guideline compliance⚙ Suggest improvements based on best practices⚙ Explain why certain patterns are preferred
  • dev-tools-skills-guide - Development and Code Tools Skills for Document Processing, Testing, and Automation
    developmentautomationtestingdocument-processing

    ★ 48 · Updated 2026-02-24

    Skills for working with development tools including document processing, browser automation, testing frameworks, and code quality tools

    ⚙ Create Office documents⚙ Extract PDF content⚙ Automate browser testing
  • code-reviewer - Professional Code Reviewer for Pull Requests and Quality Audits
    code reviewqualitysecuritypull request

    ★ 0 · Updated 2026-02-17

    Reviews pull requests, conducts code quality audits, and identifies security vulnerabilities.

    ⚙ Review pull requests⚙ Conduct code quality audits⚙ Identify security vulnerabilities
  • tailwind-class-optimizer - Tailwind Class Optimizer for Frontend Development
    frontendtailwindoptimizationcss

    ★ 2,781 · Updated 2026-02-12

    Automated assistance for Tailwind class optimization tasks

    ⚙ Provide step-by-step guidance⚙ Follow industry best practices⚙ Generate production-ready code
  • code-assistant - Expert Coding Assistant for Multiple Programming Languages
    codingprogrammingcode-reviewdebugging

    ★ 3 · Updated 2026-02-12

    Assists with writing, reviewing, debugging, and explaining code across multiple programming languages

    ⚙ Write code⚙ Review code⚙ Debug code
  • code-formatter - Code Formatter: Automatically format code files with Prettier and ESLint
    code formattinglintingprettiereslint

    ★ 816 · Updated 2026-02-10

    Formats code files using prettier and eslint

    ⚙ Format JavaScript with Prettier⚙ Format TypeScript with Prettier⚙ Fix ESLint issues