Code Stats OpenClaw Plugin & Skill | ClawHub
Looking to integrate Code Stats into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate browser & automation tasks instantly, without having to write custom tools from scratch.
What this skill does
Visualizes repository complexity by counting files, lines of code, and grouping by extension. Use to assess project size or growth.
Install
openclaw skills install @autogame-17/code-statsnpx clawhub@latest install code-statsFull SKILL.md
Open original| name | description |
|---|---|
| code-stats | Visualizes repository complexity by counting files, lines of code, and grouping by extension. Use to assess project size or growth. |
SKILL.md content below is scrollable.
Code Stats
Analyzes the current workspace to provide development metrics.
Usage
node skills/code-stats/index.js [path]
Defaults to current working directory if path is omitted.
Output
JSON object with:
files: Total file count.lines: Total line count (approximate).byExt: Breakdown by file extension.