← Back to Skills Marketplace
208
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install workspace-hygiene-publish
Description
Audit and maintain workspace file structure, memory quality, and project documentation. Use when: cleaning up the workspace, running a file audit, checking m...
Usage Guidance
This skill appears to do what it says: audit and (optionally) perform low-risk fixes inside the workspace path you supply. Before installing or running it: 1) review scripts/hygiene.py locally (it is included) to confirm behavior; 2) run it in read-only/report mode first (use --report-only) to see what it would change; 3) back up the workspace or test in a copy before using --fix; 4) avoid running as privileged users (don't run as root); 5) note it will write a report to projects/system/hygiene-YYYY-MM-DD.md and may merge memory files (it does not delete sources but does append contents), so inspect results before removing originals; and 6) if you do not want the agent to autonomously run hygiene audits, disable autonomous invocation via your agent policy (the skill itself does not require this).
Capability Analysis
Type: OpenClaw Skill
Name: workspace-hygiene-publish
Version: 0.1.0
The workspace-hygiene skill bundle is a maintenance utility designed to audit and organize OpenClaw agent workspaces. The core logic in scripts/hygiene.py performs file system checks to ensure adherence to a canonical structure, validates memory log formats, and generates markdown reports. While the script has file write capabilities (used for consolidating timestamped logs and writing reports), it is restricted to the user-provided workspace path and lacks any indicators of malicious intent such as network exfiltration, shell execution, or credential theft. The documentation (SKILL.md, audit.md) is consistent with the code's behavior and contains no prompt injection attempts.
Capability Assessment
Purpose & Capability
Name/description match the included assets: SKILL.md, audit.md, memory-format.md, rag-index.md, and a Python script that performs the described audits. Required binary is only python3, which is appropriate for a Python audit script.
Instruction Scope
Runtime instructions are localized to the provided workspace path. The script reads many workspace files and directories, reports issues, writes a health report to projects/system/hygiene-YYYY-MM-DD.md, and — if invoked with --fix — will perform low-risk fixes such as appending contents from timestamped memory files into date files. This is expected but means the tool will modify files when run with fixes enabled; use --report-only to avoid modifications.
Install Mechanism
Instruction-only skill with an included Python script and no install spec. No external downloads or package installations are requested. This is low-risk and consistent with the stated purpose.
Credentials
No environment variables, credentials, or external endpoints are requested or referenced. The script uses only standard library imports and operates on the filesystem under the workspace path, which aligns with the stated functionality.
Persistence & Privilege
always is false and the skill does not request permanent platform-level privileges. It writes reports and may modify files inside the provided workspace path when run with --fix, which is appropriate for a hygiene/cleanup tool.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install workspace-hygiene-publish - After installation, invoke the skill by name or use
/workspace-hygiene-publish - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release of workspace-hygiene skill.
- Audits workspace file structure, agent memory, and project documentation.
- Checks for improper file placement, memory log issues, and missing project READMEs.
- Validates tagged memory entry formats for recent logs.
- Generates a detailed hygiene report with violations and recommended actions.
- Automatically consolidates timestamped memory files; other issues flagged for manual review.
Metadata
Frequently Asked Questions
What is Workspace Hygiene Publish?
Audit and maintain workspace file structure, memory quality, and project documentation. Use when: cleaning up the workspace, running a file audit, checking m... It is an AI Agent Skill for Claude Code / OpenClaw, with 208 downloads so far.
How do I install Workspace Hygiene Publish?
Run "/install workspace-hygiene-publish" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Workspace Hygiene Publish free?
Yes, Workspace Hygiene Publish is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Workspace Hygiene Publish support?
Workspace Hygiene Publish is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin).
Who created Workspace Hygiene Publish?
It is built and maintained by Steve (@stevemichael001); the current version is v0.1.0.
More Skills