← 返回 Skills 市场
ttjsndx

Code Project Auto Analyzer

作者 ttjsndx · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
548
总下载
1
收藏
5
当前安装
1
版本数
在 OpenClaw 中安装
/install code-project-analyzer
功能描述
自动分析任意代码目录的结构与内容,识别项目主要功能、模块划分、技术栈,自动生成规范的项目介绍文档,包含基础功能、应用场景、实现原理三个核心部分。使用当需要快速了解陌生项目结构、生成项目README/介绍文档、梳理代码架构时触发。
使用说明 (SKILL.md)

代码项目分析助手

功能说明

扫描指定代码目录,自动完成:

  1. 识别项目技术栈、依赖、核心入口文件
  2. 分析模块划分与目录结构职责
  3. 提炼项目核心功能、应用场景
  4. 总结核心实现原理与架构特点
  5. 输出标准化的项目介绍文档(支持Markdown格式)

触发关键词

  • "分析这个项目"
  • "生成项目介绍文档"
  • "梳理代码结构"
  • "这个项目是干啥的"
  • "帮我看下这个代码库的架构"

使用方法

分析代码目录 \x3C本地路径>
生成项目介绍文档到 \x3C输出路径>
梳理 \x3C路径> 的代码架构

支持的项目类型

  • 前端项目(JS/TS/Vue/React等)
  • 后端项目(Node.js/Python/Go/Java等)
  • 工具类项目、脚本项目

依赖

  • Node.js 18+
  • 本地文件读取权限
安全使用建议
This skill appears coherent and implements exactly what it claims: scanning a local project directory and producing a Markdown introduction. Before installing or running it, consider: (1) it requires Node.js and filesystem read/write access — avoid pointing it at sensitive system or credential directories; (2) the README suggests cloning from a third‑party Git host (gitcode.com) — verify the source and integrity of the repository you install; (3) review the included index.js (present here) yourself if you have concerns — it performs only reads/writes and contains no network calls or shell execution. If you want extra caution, run it on a copy of the repository or in an isolated environment.
功能分析
Type: OpenClaw Skill Name: code-project-analyzer Version: 1.0.0 The code-project-analyzer skill is a legitimate utility designed to scan local directories, identify technology stacks, and generate project documentation. Analysis of index.js shows standard file system operations (fs.promises) used to read configuration files (like package.json) and directory structures, with no evidence of network exfiltration, shell execution, or obfuscation. The behavior is entirely consistent with the stated purpose in SKILL.md.
能力评估
Purpose & Capability
Name/description claim to analyze local code projects and produce documentation, and the included index.js implements exactly that: scanning files, detecting common manifest files, summarizing directories, and generating a Markdown report. No unrelated credentials, remote APIs, or unrelated binaries are requested.
Instruction Scope
SKILL.md instructs the agent to scan a specified local path and generate a doc. The implementation only reads project files (package.json, README.md, manifests) and directory entries (skips node_modules/venv and dotfiles), limits recursion depth, and optionally writes an output file. It does not instruct the agent to read unrelated system files, environment variables, or transmit data externally.
Install Mechanism
There is no automated install spec in the registry entry (instruction-only skill). README suggests cloning from a Git host, but that is a user-facing install hint rather than an automated download step. No archives or remote installers are executed by the skill itself.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. The code only needs local filesystem access (Node.js runtime), which is proportionate to the stated functionality.
Persistence & Privilege
Skill flags show default behavior (always: false) and allow user invocation. It does not request permanent presence, nor does it modify other skills or system-wide settings. Autonomous invocation is allowed by platform default but is not combined with other red flags here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install code-project-analyzer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /code-project-analyzer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Auto scan any code directory, recognize tech stack, directory structure responsibilities, extract core functions and application scenarios, and generate standardized project introduction Markdown documents automatically.
元数据
Slug code-project-analyzer
版本 1.0.0
许可证
累计安装 5
当前安装数 5
历史版本数 1
常见问题

Code Project Auto Analyzer 是什么?

自动分析任意代码目录的结构与内容,识别项目主要功能、模块划分、技术栈,自动生成规范的项目介绍文档,包含基础功能、应用场景、实现原理三个核心部分。使用当需要快速了解陌生项目结构、生成项目README/介绍文档、梳理代码架构时触发。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 548 次。

如何安装 Code Project Auto Analyzer?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install code-project-analyzer」即可一键安装,无需额外配置。

Code Project Auto Analyzer 是免费的吗?

是的,Code Project Auto Analyzer 完全免费(开源免费),可自由下载、安装和使用。

Code Project Auto Analyzer 支持哪些平台?

Code Project Auto Analyzer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Code Project Auto Analyzer?

由 ttjsndx(@ttjsndx)开发并维护,当前版本 v1.0.0。

💬 留言讨论