A professional-grade deep repository analysis engine that uncovers architecture styles, execution flows, and Domain-Driven Design patterns across 20+ languages.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install code-analyzer
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install code-analyzer using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Code Analyzer is a comprehensive static analysis tool that goes far beyond surface-level metrics to provide a structural understanding of complex codebases. By integrating this tool into your Openclaw Skills library, you can automatically identify architectural styles such as MVC, Clean Architecture, or Microservices. It serves as a bridge between raw source code and high-level technical intelligence, extracting execution paths, data flow transitions, and business constraints directly from the logic. This makes it an essential asset for teams using Openclaw Skills to maintain high standards and deep visibility into their software evolution.
To start using this tool within the Openclaw Skills ecosystem, follow these CLI steps:
# Perform a full deep analysis
python3 scripts/analyze.py --path /path/to/project --output report.md
# Run a specialized DDD pattern analysis
python3 scripts/ddd-analyzer.py --path /path/to/project --output ddd-report.md
# Analyze with directory exclusions
python3 scripts/analyze.py --path . --exclude "node_modules,vendor,target" --output analysis.md
The analysis results are organized into a structured Markdown schema to ensure compatibility with various Openclaw Skills workflows:
| Data Category | Details Included |
|---|---|
| Executive Summary | Total files, LOC, architecture style, and primary entry points. |
| Quality Metrics | Scored metrics for maintainability, testability, and complexity. |
| Issue Catalog | Ranked list of findings (Critical vs Major) such as circular dependencies. |
| Pattern Recognition | Identification of DDD components (Entities, Repositories, Events). |
| Visual Maps | Mermaid.js code blocks for generating call graphs and flowcharts. |
Loading
An AI-driven expert for evaluating system health, identifying technical debt, and generating actionable governance tasks across six technical dimensions.

A massive workforce of 61 specialized AI agents organized into departments to handle professional engineering, design, and marketing projects.

A professional utility for AI agents to share large code blocks via GitHub Gists instead of cluttered chat messages.

An AI-powered skill to search, summarize, and extract actionable tasks from your Limitless AI pendant recordings.

A professional suite for auditing, generating, and synchronizing high-quality technical documentation for any software project.

Automate the publication of image-rich posts to Xiaohongshu via browser-based CDP control.








































