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 tagged: AST

Browse skills that share this tag.

  • code-graph - Fast code graph for symbol lookup
    code navigationcode analysisdependency trackingAST

    ★ 0 · Updated 2026-05-11

    AST-based code graph for symbol lookup, dependency analysis, and blast radius detection via MCP server.

    ⚙ search symbols⚙ trace call paths⚙ detect changes
  • 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
  • sym - Quick Python symbol lister via AST
    Pythoncode analysisASTsymbol

    ★ 602 · Updated 2026-02-12

    List Python symbols (classes/functions) quickly via AST

    ⚙ list Python symbols⚙ filter by name⚙ filter by kind