Jump to related tools in the same category or review the original source on GitHub.

Browser & Automation @wanng-ide Updated 7/16/2026 3,374 downloads 0 stars Security: Pass

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

ClawHub CLI
openclaw skills install @wanng-ide/code-stats
Node.js (npx)
npx clawhub@latest install code-stats

Full SKILL.md

Open original
Metadata table.
namedescription
code-statsVisualizes 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.
ClawHub Registry URL: https://clawhub.ai/wanng-ide/skills/code-stats

Related skills

If this matches your use case, these are close alternatives in the same category.