← Back to Skills Marketplace
stevemichael001

Workspace Hygiene Publish

by Steve · GitHub ↗ · v0.1.0 · MIT-0
linuxdarwin ✓ Security Clean
252
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install workspace-hygiene
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 coherent: it reads and writes files only inside the provided workspace and does not contact external services or request credentials. Before installing or running: (1) review the hygiene.py source yourself or run it with --report-only to inspect findings without applying fixes; (2) back up the workspace (or run against a copied workspace) before using --fix, since the fix mode may merge timestamped memory files into date files and write a report at projects/system/hygiene-YYYY-MM-DD.md; (3) avoid running it against workspaces containing secrets you don't want scanned or modified; and (4) if you plan to install globally, be aware the script will be available to any agent that can run it—use normal least-privilege practices. Overall: coherent and appears safe for local use with standard precautions.
Capability Analysis
Type: OpenClaw Skill Name: workspace-hygiene Version: 0.1.0 The 'workspace-hygiene' skill is a legitimate utility designed to audit and maintain the file structure and memory logs of an OpenClaw workspace. The core logic in 'scripts/hygiene.py' performs read-only checks on file names, folder structures, and memory tagging, with a limited 'fix' capability that safely merges timestamped memory files. There is no evidence of data exfiltration, malicious execution, or prompt injection; the skill operates strictly within the provided workspace path to generate markdown reports.
Capability Assessment
Purpose & Capability
The name/description match the included Python audit script and documentation: the skill scans workspace structure, memory files, and project READMEs and can produce/modify local hygiene reports. Required binary (python3) and no credentials are proportionate to the stated task.
Instruction Scope
SKILL.md and audit.md explicitly describe filesystem checks and the script implements those checks. The instructions limit actions to the workspace directory (reading files, flagging issues, writing a report, and optionally merging timestamped memory files). There are no instructions to read unrelated system config, secret stores, or to send data externally.
Install Mechanism
No install spec (instruction-only + bundled script). That minimizes install-time risk; the only runtime action is executing the included hygiene.py with python3.
Credentials
No environment variables, credentials, or external endpoints are requested. The script operates on files within the specified workspace path only, which is appropriate for a workspace hygiene tool.
Persistence & Privilege
always is false and the skill is user-invocable; the SKILL.md suggests installing into skills/ but that is normal for a tool intended to run per-workspace. The tool writes reports and (with --fix) can merge memory files, but it does not modify other skills or global agent configs.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install workspace-hygiene
  3. After installation, invoke the skill by name or use /workspace-hygiene
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release of workspace-hygiene. - Audits and maintains workspace file structure, memory quality, and project documentation. - Checks for structure violations, memory health (formats, gaps, bloat), and missing project READMEs. - Validates recent memory entries for required RAG-friendly tagging. - Generates a health report highlighting violations and suggested actions. - Auto-consolidates timestamped memory files; flags other issues for manual review. - Designed for on-demand or weekly (Monday) execution per agent or globally.
Metadata
Slug workspace-hygiene
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
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 252 downloads so far.

How do I install Workspace Hygiene Publish?

Run "/install workspace-hygiene" 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.

💬 Comments