← 返回 Skills 市场
133
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install repo
功能描述
Project initialization toolkit. contributing - auto-generate CONTRIBUTING.md from project structure [contributing.md]. "init", "project init", "initialize pr...
安全使用建议
This skill appears coherent and low-risk: it reads project files and produces a CONTRIBUTING.md. Before using it, (1) ensure you run it in a repository you trust and that no sensitive secrets reside in package.json or other scanned files; (2) back up any existing CONTRIBUTING.md (the skill says it will confirm before overwriting, but a manual backup is prudent); (3) ensure required local tooling (e.g., jq) is available if running the example commands; (4) be aware the skill runs local file-read/write actions — if you run agents with broad filesystem or network permissions, consider running this in a sandbox or limiting the agent's repository access. No network exfiltration or credential access is requested by the skill as provided.
功能分析
Type: OpenClaw Skill
Name: repo
Version: 0.1.0
The skill bundle is a project initialization toolkit designed to automate the generation of a CONTRIBUTING.md file by analyzing local project structures and configuration files (e.g., package.json, .editorconfig). The operations described in SKILL.md and contributing.md are limited to standard file system inspection and local file creation, with explicit instructions to seek user confirmation before overwriting existing files. No indicators of data exfiltration, malicious execution, or unauthorized access were found.
能力评估
Purpose & Capability
Name and description (generate CONTRIBUTING.md from project structure) match the instructions: the SKILL.md enumerates reading package.json, .editorconfig, lint configs, monorepo files, and producing a CONTRIBUTING.md. There are no unrelated environment variables, binaries, or install steps requested.
Instruction Scope
The SKILL.md explicitly instructs shell actions (ls, cat, jq, writing ./CONTRIBUTING.md) and to inspect repo paths (.editorconfig, package.json, .husky/, tsconfig.json, src/, packages/). This is consistent with the stated goal. Note: it assumes local file access and tools like jq; it will read project files (which is expected) and will write ./CONTRIBUTING.md but includes a confirmation step before overwriting.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is downloaded or written by an installer. Low install risk.
Credentials
No environment variables, credentials, or config paths are requested. The files the instructions read are repository-local and appropriate for generating a contributing guide.
Persistence & Privilege
always is false and the skill is user-invocable. disable-model-invocation is false (normal default), so the agent could invoke the skill autonomously — but there are no other privileged or persistent behaviors requested by the skill.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install repo - 安装完成后,直接呼叫该 Skill 的名称或使用
/repo触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release
元数据
常见问题
Project Init 是什么?
Project initialization toolkit. contributing - auto-generate CONTRIBUTING.md from project structure [contributing.md]. "init", "project init", "initialize pr... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 133 次。
如何安装 Project Init?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install repo」即可一键安装,无需额外配置。
Project Init 是免费的吗?
是的,Project Init 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Project Init 支持哪些平台?
Project Init 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Project Init?
由 es6kr(@drumrobot)开发并维护,当前版本 v0.1.0。
推荐 Skills