TopRank Skills

Home / Claw Skills / Others / code-stats
Official OpenClaw rules 15%

code-stats

Visualizes repository complexity by counting files, lines of code, and grouping by extension. Use to assess project size or growth.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 code-stats 技能。 若已安装,则直接安装 code-stats 技能。

Overview

Skill Key
autogame-17/code-stats
Author
autogame-17
Source Repo
openclaw/skills
Version
-
Source Path
skills/autogame-17/code-stats
Latest Commit SHA
9d18d24b0c948d0c55b9087f099e4f5e35c73b73

Extracted Content

SKILL.md excerpt

# Code Stats

Analyzes the current workspace to provide development metrics.

## Usage

```bash
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.

Related Claw Skills