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.

leindex-code - Token-efficient code analysis with 82% savings

Analyzes code using 5-layer stack (AST, Call Graph, CFG, DFG, PDG) with high token efficiency

Tags

Updated: 2026-02-17

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • analyze abstract syntax trees
  • generate call graphs
  • create control flow graphs
  • build data flow graphs
  • perform program dependence analysis
  • extract code context
  • search code semantically
  • measure token savings
  • analyze imports

Inputs

  • source code files
  • Python project path
  • analysis mode parameter
  • semantic search query

Outputs

  • code analysis results
  • token savings report
  • semantic search results
  • quality assessment
  • context extraction data

Requirements

  • Python environment
  • Bash tool access
  • source code access
  • analyzer dependencies

Source

  • Spec: SKILL.md
code analysis
token efficiency
semantic search
program structure
debugging
refactoring
analyze abstract syntax trees
generate call graphs
create control flow graphs
build data flow graphs
source code files
Python project path
analysis mode parameter
code analysis results
token savings report
semantic search results