← Back to Skills Marketplace
donovanpankratz-del

Workspace Organization - Automated Health Checks

by dp-del · GitHub ↗ · v1.0.0
linuxdarwin ✓ Security Clean
382
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install workspace-organization
Description
Automated workspace health checks and entropy prevention for OpenClaw. Detects broken symlinks, empty dirs, large files, malformed names. Maintenance audit s...
Usage Guidance
This skill is a local filesystem auditing tool: it will read and list files, directories, sizes, recent changes, and run git status if a repo exists. It does not contact external services or request secrets. Before installing or scheduling automated runs: (1) review the two scripts locally (they are short and readable) and run them once manually to inspect output, (2) back up any irreplaceable files if you plan to act on cleanup recommendations, (3) be aware the tool will report full paths and sizes (avoid running on directories that contain sensitive data you don't want listed), and (4) if you prefer a different workspace location, either pass a path to the scripts or set OPENCLAW_WORKSPACE. The only minor inconsistency: the scripts make optional use of OPENCLAW_WORKSPACE even though no env vars are declared in the registry metadata — this is benign but worth noting.
Capability Analysis
Type: OpenClaw Skill Name: workspace-organization Version: 1.0.0 The skill bundle provides scripts for workspace organization and health checks. All shell scripts (`maintenance-audit.sh`, `setup.sh`) use standard Unix utilities (`find`, `du`, `grep`, `mkdir`, `cat`, `git`) for system introspection and directory setup. Paths are consistently quoted, mitigating shell injection risks. No evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the agent was found in `SKILL.md`. The operations are read-only or involve creating benign directory structures and placeholder files, aligning perfectly with the stated purpose.
Capability Assessment
Purpose & Capability
Name/description (workspace health checks) matches what the package does: shell scripts that scan the workspace for broken symlinks, empty dirs, large files, malformed names, disk usage and optional git status. Required binaries (bash, find, du) are appropriate and proportional.
Instruction Scope
Runtime instructions are limited to running the provided scripts and scheduling cron jobs. The scripts operate locally (file system scans, du, find, optional git status). Minor note: the scripts read an optional OPENCLAW_WORKSPACE env var to locate the workspace, but the skill metadata lists no required env vars — this is optional behavior, not a security red flag.
Install Mechanism
No install spec; the skill is instruction- and script-based only (no downloaded or extracted remote code). This is the lowest-risk install model.
Credentials
The skill requests no credentials or config paths and only needs filesystem access to the workspace. The scripts optionally consult OPENCLAW_WORKSPACE and check for a local .git repo — both are reasonable for their purpose.
Persistence & Privilege
always:false (not force-installed). The skill can be invoked by the agent (normal). It does not request persistent elevated privileges or modify other skills/configs.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install workspace-organization
  3. After installation, invoke the skill by name or use /workspace-organization
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of workspace-organization skill: - Provides automated workspace maintenance audit script (maintenance-audit.sh) to detect broken symlinks, empty directories, large files, and malformed names. - Adds setup script (setup.sh) to initialize standard directory structure for OpenClaw workspaces. - Includes documentation on organization standards, file naming conventions, and cleanup policies. - Supports cron-based scheduled audits and agent-driven usage. - Helps keep deployments clean, structured, and free from common workspace issues.
Metadata
Slug workspace-organization
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Workspace Organization - Automated Health Checks?

Automated workspace health checks and entropy prevention for OpenClaw. Detects broken symlinks, empty dirs, large files, malformed names. Maintenance audit s... It is an AI Agent Skill for Claude Code / OpenClaw, with 382 downloads so far.

How do I install Workspace Organization - Automated Health Checks?

Run "/install workspace-organization" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Workspace Organization - Automated Health Checks free?

Yes, Workspace Organization - Automated Health Checks is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Workspace Organization - Automated Health Checks support?

Workspace Organization - Automated Health Checks is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin).

Who created Workspace Organization - Automated Health Checks?

It is built and maintained by dp-del (@donovanpankratz-del); the current version is v1.0.0.

💬 Comments