← Back to Skills Marketplace
Workspace Maintenance
by
Juici Frameworks
· GitHub ↗
· v1.0.0
729
Downloads
0
Stars
5
Active Installs
1
Versions
Install in OpenClaw
/install workspace-maintenance
Description
Maintain workspace documentation hygiene and discoverability. Use when organizing markdown sprawl, updating doc indexes, archiving stale progress/status snap...
Usage Guidance
This skill is not clearly malicious, but it has red flags you should address before installing or running it. The bundled script is hard-coded to /Users/ineluxx/... which makes it specific to one environment — change the script to accept a configurable workspace root (or use an environment variable) and test on a disposable copy first. Be cautious because SKILL.md allows broad file-moving steps that are not implemented in code; ensure any automated 'move' actions are explicit, reversible (keep manifests), and reviewed by a human. Run the dry-run output and inspect it before performing any moves; restrict the agent's permissions so it cannot modify unrelated system or other users' files. If you don't control the script source, ask the author why paths are hard-coded and request a configurable version or remove the script entirely.
Capability Analysis
Type: OpenClaw Skill
Name: workspace-maintenance
Version: 1.0.0
The skill bundle is designed for non-destructive workspace maintenance, generating dry-run reports of files for review. The `SKILL.md` explicitly states constraints like 'Never delete files automatically' and 'Always produce a dry-run candidate report'. The `scripts/archive-retention-audit.sh` script adheres to this by using `find` to list files older than 30 days and writing them to a local `DELETE-DRYRUN-*.txt` file, explicitly stating 'NO DELETE EXECUTED'. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the agent. Hardcoded paths in the script are specific to the developer's environment but do not pose a security risk.
Capability Assessment
Purpose & Capability
The skill claims generic workspace maintenance but the bundled script uses a hard-coded path (/Users/ineluxx/.openclaw/workspace/...), binding it to a specific user's environment. A generic maintenance skill would normally accept a configurable workspace root rather than a fixed home path.
Instruction Scope
SKILL.md gives broad, partially manual instructions (e.g., 'Move stale snapshot... to archive buckets', 'Regenerate or refresh docs index') but only the dry-run script is provided. The agent could be instructed to perform file moves and index updates across the workspace; those actions are not codified or constrained, giving the agent wide discretion over filesystem changes.
Install Mechanism
No install spec (instruction-only plus a small local script). Nothing is downloaded or written during installation by the skill itself.
Credentials
The skill requests no environment variables or credentials, which is appropriate. However, the script references absolute filesystem paths tied to a particular user and also lists other absolute legacy paths; that is unexpected for a generic skill and could cause it to read or write files outside the intended workspace if executed on a host where those paths exist.
Persistence & Privilege
always is false, no install-time persistence is requested, and the skill does not attempt to modify other skills or global settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install workspace-maintenance - After installation, invoke the skill by name or use
/workspace-maintenance - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: docs maintenance skill with archive dry-run workflow
Metadata
Frequently Asked Questions
What is Workspace Maintenance?
Maintain workspace documentation hygiene and discoverability. Use when organizing markdown sprawl, updating doc indexes, archiving stale progress/status snap... It is an AI Agent Skill for Claude Code / OpenClaw, with 729 downloads so far.
How do I install Workspace Maintenance?
Run "/install workspace-maintenance" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Workspace Maintenance free?
Yes, Workspace Maintenance is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Workspace Maintenance support?
Workspace Maintenance is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Workspace Maintenance?
It is built and maintained by Juici Frameworks (@houseofjuici); the current version is v1.0.0.
More Skills