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: source code file

Browse skills that use this input.

  • code-comment - Add bilingual code comments to source code
    code commentsdocumentationbilingualcode formatting

    ★ 0 · Updated 2026-03-26

    Add bilingual (Chinese & English) comments following consistent formatting rules

    ⚙ add file-level docstring⚙ add function docstring⚙ add inline comments
  • code-simplifier - Code Simplification and Refactoring
    code processingrefactoringcode qualitycode cleanup

    ★ 0 · Updated 2026-03-23

    Analyze code to extract functions, remove redundancies, and apply refactoring techniques

    ⚙ extract functions⚙ remove dead code⚙ apply idiomatic patterns