← Back to Skills Marketplace
403
Downloads
0
Stars
1
Active Installs
6
Versions
Install in OpenClaw
/install nini-workspace-planning
Description
Use this skill for project schedule management — tracking modules, milestones, and delivery phases stored in YAML. Invoke whenever the user asks about: proje...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install nini-workspace-planning - After installation, invoke the skill by name or use
/nini-workspace-planning - Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 403 downloads so far.
How do I install Workspace Planning?
Run "/install nini-workspace-planning" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Workspace Planning free?
Yes, Workspace Planning is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Workspace Planning support?
Workspace Planning is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Workspace Planning?
It is built and maintained by Niracler (@niracler); the current version is v0.3.0.
More Skills