← 返回 Skills 市场
395
总下载
0
收藏
0
当前安装
6
版本数
在 OpenClaw 中安装
/install nini-workspace-init
功能描述
Use this skill to initialize or update a multi-repo workspace created from dev-config-template. Invoke whenever the user wants to: set up a fresh workspace c...
安全使用建议
This skill appears to do exactly what it says (scaffold and sync a multi-repo workspace). Before running it: 1) confirm you trust the repository you created from dev-config-template; 2) inspect ./script/setup (in your workspace) before executing — it will run commands and may perform network activity; 3) be aware openspec is required (SKILL.md suggests `npm install -g openspec`) though the registry metadata doesn't list that install step; 4) expect git to use your existing SSH/git credentials when cloning private repos. If you want an extra safety step, run the phases manually (create repos.json, template substitutions, then run cloning) rather than allowing an automated run that executes ./script/setup automatically.
功能分析
Type: OpenClaw Skill
Name: nini-workspace-init
Version: 0.3.0
The workspace-init skill is a legitimate utility designed to automate the setup of multi-repository development environments based on the dev-config-template. It performs standard initialization tasks such as cloning repositories, configuring Python virtual environments, installing Node.js dependencies, and generating configuration files (CLAUDE.md, repos.json). While it executes shell commands and interacts with the GitHub API (gh api) to track template versions, these actions are transparently documented and strictly aligned with the skill's stated purpose. No evidence of data exfiltration, malicious persistence, or harmful prompt injection was found in SKILL.md or the accompanying scripts/validate.py.
能力评估
Purpose & Capability
Name/description (initialize/update a dev-config-template workspace) align with required binaries (git, jq) and actions (write repos.json, fill CLAUDE.md, clone sub-repos, initialize OpenSpec). The included validate.py and config template are appropriate for verification and OpenSpec config generation.
Instruction Scope
SKILL.md stays within workspace-init scope (collects user info, writes repos.json, replaces placeholders, clones repos via ./script/setup, runs OpenSpec initialization). Note: it instructs running ./script/setup in the workspace — that script is part of the user’s repo and may execute arbitrary commands or network activity, so users should inspect that repository script before running. The skill does not request unrelated files or environment variables.
Install Mechanism
This is an instruction-only skill (no install spec) which is low-risk. SKILL.md and its embedded metadata require openspec (npm package) and instruct `npm install -g openspec`, but the registry-level install spec is absent—minor inconsistency. No downloads from untrusted URLs or archive extraction are present in the package itself.
Credentials
No environment variables or credentials are requested by the skill. Cloning repositories may use the user's existing git/SSH credentials, which is expected for this purpose.
Persistence & Privilege
always is false and the skill does not request persistent/system-wide configuration changes beyond writing files in the workspace. It does not modify other skills or require elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install nini-workspace-init - 安装完成后,直接呼叫该 Skill 的名称或使用
/nini-workspace-init触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.3.0
Release v0.3.0 — see https://github.com/niracler/skill/releases/tag/v0.3.0
v0.2.1
Release v0.2.1 — see https://github.com/niracler/skill/releases/tag/v0.2.1
v0.2.0
Release v0.2.0 — see https://github.com/niracler/skill/releases/tag/v0.2.0
v0.1.2
Release v0.1.2 — see https://github.com/niracler/skill/releases/tag/v0.1.2
v0.1.1
Release v0.1.1 — see https://github.com/niracler/skill/releases/tag/v0.1.1
v0.1.0
Initial release
元数据
常见问题
Workspace Init 是什么?
Use this skill to initialize or update a multi-repo workspace created from dev-config-template. Invoke whenever the user wants to: set up a fresh workspace c... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 395 次。
如何安装 Workspace Init?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install nini-workspace-init」即可一键安装,无需额外配置。
Workspace Init 是免费的吗?
是的,Workspace Init 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Workspace Init 支持哪些平台?
Workspace Init 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Workspace Init?
由 Niracler(@niracler)开发并维护,当前版本 v0.3.0。
推荐 Skills