← 返回 Skills 市场
fratua

Project Summary

作者 Fratua · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
805
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install project-summary
功能描述
Generate an instant codebase overview — language, framework, architecture, entry points, and key files
安全使用建议
This skill is coherent and lightweight: it simply inspects files in a repository to produce a summary and does not request credentials or install anything. Before running it, ensure the repository doesn't contain secrets or private credentials you don't want inspected or summarized (for example .env files or keys committed to the repo). Review the generated summary before sharing it externally. If you rely on a private framework-detection table referenced in the doc ('readme-generator'), ask where that logic lives if you need exact framework-matching behavior.
功能分析
Type: OpenClaw Skill Name: project-summary Version: 1.0.0 The skill bundle aims to generate a project summary, which is a benign purpose. However, the `SKILL.md` file contains direct `bash` and `powershell` commands (`find`, `ls`, `grep`) embedded within the instructions for the AI agent. While these commands are used for legitimate information gathering (e.g., detecting languages, entry points, test files) and are read-only in nature, their direct inclusion as executable instructions for an AI agent represents a potential shell injection vulnerability. If the agent executes these commands without robust sandboxing or input sanitization, a malicious project could craft file names or content to exploit this capability, even though the commands provided in this skill are not themselves malicious.
能力评估
Purpose & Capability
The name/description match the runtime instructions: the SKILL.md describes scanning repository manifests, configs, source directories, CI files, and tests to produce a summary. It declares no binaries, env vars, or installs that would be unrelated to summarizing a codebase.
Instruction Scope
The instructions direct the agent to read many repo files and to run local shell commands (find, grep, sed, ls, PowerShell equivalents) which is appropriate for codebase analysis. It does not instruct data transmission to external endpoints. Caution: reading the whole repository can surface secrets or sensitive files if present; the skill notes skip patterns for common generated dirs but will still read root and config files (CI, Dockerfile, etc.). It also references an external 'readme-generator' skill for framework detection, which is an external dependency in logic but not code.
Install Mechanism
No install spec and no code files are present (instruction-only). Nothing is written to disk or downloaded by the skill itself, which minimizes install-time risk.
Credentials
The skill requires no environment variables, credentials, or config paths. Its only I/O is reading repository files and running local inspection commands, which is proportionate to the stated goal.
Persistence & Privilege
always:false and there are no instructions to modify agent or system configuration. The skill can be invoked autonomously by agents (platform default) but that is not combined here with additional privileges or credential access.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install project-summary
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /project-summary 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Instantly generate a structured codebase summary for fast onboarding and AI context. - Scans project root files for language, framework, and architecture patterns - Detects entry points, key files, and directory structure - Summarizes test setup and CI/CD pipeline if present - Catalogs top dependencies and their purpose - Handles edge cases (monorepos, large/multi-language repos, missing manifests) - Outputs a concise Markdown summary suitable for developers or agents
元数据
Slug project-summary
版本 1.0.0
许可证
累计安装 2
当前安装数 0
历史版本数 1
常见问题

Project Summary 是什么?

Generate an instant codebase overview — language, framework, architecture, entry points, and key files. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 805 次。

如何安装 Project Summary?

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

Project Summary 是免费的吗?

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

Project Summary 支持哪些平台?

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

谁开发了 Project Summary?

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

💬 留言讨论