← 返回 Skills 市场
403
总下载
0
收藏
1
当前安装
6
版本数
在 OpenClaw 中安装
/install nini-workspace-planning
功能描述
Use this skill for project schedule management — tracking modules, milestones, and delivery phases stored in YAML. Invoke whenever the user asks about: proje...
安全使用建议
This skill appears to do what it claims: manage YAML-based project schedules and link OpenSpec changes. Before installing/using it, be aware that the included CLI will create a Python virtual environment at ~/.cache/claude-skills/workspace-planning/venv and will install PyYAML from PyPI the first time it runs. The script reads and (for update/link operations) identifies source files under planning/schedules and openspec/changes in your workspace — ensure those paths don't contain unrelated sensitive data you don't want the skill to read. If you rely on a private network policy, note the one network action is pip installing PyYAML from PyPI. If you plan to use the Yunxiao sync feature, install/configure the yunxiao skill separately as documented.
功能分析
Type: OpenClaw Skill
Name: nini-workspace-planning
Version: 0.3.0
The skill is designed for project schedule management using YAML files and includes a Python script (scripts/planning.py) for data validation and status tracking. While the script contains a self-bootstrapping mechanism that creates a virtual environment and installs 'pyyaml' via pip, this behavior is transparently implemented to manage dependencies and is aligned with the skill's stated purpose. The implementation uses security best practices like 'yaml.safe_load' and lacks any indicators of malicious intent, data exfiltration, or harmful prompt injection.
能力评估
Purpose & Capability
Name/description (project schedule management over YAML) matches the provided CLI script and schema. The code reads/writes schedule YAML under planning/schedules and references openspec/changes for linking — these are coherent with the stated purpose. The yunxiao mention is scoped to an optional sync step (the SKILL.md says yunxiao skill is required for sync-only).
Instruction Scope
SKILL.md instructs the agent to run the provided deterministic CLI commands and to edit or create schedule YAMLs. The script only reads workspace YAMLs (planning/schedules, module_files, openspec/changes) and produces JSON; it does not access unrelated system files or environment variables. Interactive 'init' steps are handled by the LLM as described, which is expected for an assistant-driven workflow.
Install Mechanism
No install spec in the registry; the included script bootstraps a Python venv in ~/.cache/claude-skills/workspace-planning/venv and runs pip install pyyaml from PyPI if PyYAML isn't available. Installing PyYAML from PyPI is standard for Python tools but does perform network access to PyPI and writes a persistent venv directory in the user's home — this is proportionate to the script's needs.
Credentials
The skill requests no environment variables or credentials. The script only accesses files beneath the workspace (planning/schedules, referenced module_files, openspec/changes). There are no secret-looking env var reads or unrelated credential requests.
Persistence & Privilege
always:false and no cross-skill configuration changes. The script will create a persistent venv under the user's home cache and re-exec into it; this is local persistence necessary for dependency isolation but is the main persistent side-effect to be aware of.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install nini-workspace-planning - 安装完成后,直接呼叫该 Skill 的名称或使用
/nini-workspace-planning触发 - 根据 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 Planning 是什么?
Use this skill for project schedule management — tracking modules, milestones, and delivery phases stored in YAML. Invoke whenever the user asks about: proje... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 403 次。
如何安装 Workspace Planning?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install nini-workspace-planning」即可一键安装,无需额外配置。
Workspace Planning 是免费的吗?
是的,Workspace Planning 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Workspace Planning 支持哪些平台?
Workspace Planning 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Workspace Planning?
由 Niracler(@niracler)开发并维护,当前版本 v0.3.0。
推荐 Skills