← 返回 Skills 市场
121
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install nm-attune-project-init
功能描述
Interactive project initialization with git setup, workflows, hooks, and build configuration. project setup, initialization, scaffold, bootstrap, new project.
安全使用建议
This skill is coherent with a project-init utility, but it will run filesystem and git commands and expects a local script at plugins/attune/scripts/attune_init.py (which is not included in the skill bundle). Before using it: (1) run it from a safe/clean directory or a disposable branch; (2) back up or commit existing work because files may be created/overwritten; (3) inspect any referenced scripts/templates (plugins/attune/...) to ensure they come from a trusted source; (4) ensure required tools (python3, git, make, pytest) are installed; (5) decline overwrites or use merge mode when unsure. If you want the agent to run autonomously, be aware it can modify your repo — only allow that for trusted projects.
功能分析
Type: OpenClaw Skill
Name: nm-attune-project-init
Version: 1.0.0
The skill bundle provides a standard interactive workflow for initializing software projects (Python, Rust, TypeScript). It uses shell commands to detect environment settings (git config, python version) and runs a local initialization script (attune_init.py) to render templates. All actions are consistent with the stated purpose of project scaffolding, and no indicators of data exfiltration, persistence, or malicious intent were found in SKILL.md or the supporting modules.
能力评估
Purpose & Capability
Name and description match the actions the skill instructs: detecting language, collecting metadata, rendering templates, initializing git, and running make/test commands. No unrelated services, binaries, or credentials are requested.
Instruction Scope
Instructions focus on repository-local operations (ls, find, git, make, pytest, rendering templates, running a local Python init script). They do read local files (e.g., git config, source files) which is expected for project initialization and are scoped to the project directory. The docs explicitly warn about missing scripts and ask for user confirmation before overwrites.
Install Mechanism
No install spec is provided (instruction-only skill). Nothing is downloaded or written by the skill bundle itself, minimizing install-time risk.
Credentials
The skill requests no environment variables or credentials. It attempts to infer user.name and user.email from git config — reasonable and proportionate for project metadata collection.
Persistence & Privilege
The skill is not always-enabled and is user-invocable. Model invocation is allowed (normal default). Because it can run commands that modify the working directory and git state, grant it only when you intend the agent to perform local repo changes.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install nm-attune-project-init - 安装完成后,直接呼叫该 Skill 的名称或使用
/nm-attune-project-init触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the project-init skill for interactive project setup.
- Guides users through new project initialization: language detection, metadata collection, template rendering, and git setup.
- Supports Python, Rust, and TypeScript projects.
- Handles existing files with overwrite, merge, and confirmation options.
- Sets up development workflows, hooks, Makefile, and build configuration.
- Provides verification steps and troubleshooting guidance for smooth onboarding.
元数据
常见问题
Nm Attune Project Init 是什么?
Interactive project initialization with git setup, workflows, hooks, and build configuration. project setup, initialization, scaffold, bootstrap, new project. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 121 次。
如何安装 Nm Attune Project Init?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install nm-attune-project-init」即可一键安装,无需额外配置。
Nm Attune Project Init 是免费的吗?
是的,Nm Attune Project Init 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Nm Attune Project Init 支持哪些平台?
Nm Attune Project Init 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Nm Attune Project Init?
由 athola(@athola)开发并维护,当前版本 v1.0.0。
推荐 Skills