Install
openclaw skills install codebase-radarScan codebase for dependency graph, tech debt hotspots, and module health scores
openclaw skills install codebase-radarFull-spectrum static analysis for any codebase: dependency graphs, module health scoring, tech debt detection, dead code, and visualization in Mermaid/D2.
graph TD) or D2 format.codebase-radar scan --path ./my-project --format json > report.jsoncodebase-radar scan --path ./my-project --visual mermaid --output deps.mdcodebase-radar health --path ./my-project --score-only --jsoncodebase-radar deadcode --path ./src --exclude tests/--max-files limit to avoid memory issues.