← 返回 Skills 市场
donovanpankratz-del

Workspace Organization - Automated Health Checks

作者 dp-del · GitHub ↗ · v1.0.0
linuxdarwin ✓ 安全检测通过
382
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install workspace-organization
功能描述
Automated workspace health checks and entropy prevention for OpenClaw. Detects broken symlinks, empty dirs, large files, malformed names. Maintenance audit s...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install workspace-organization
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /workspace-organization 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug workspace-organization
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 382 次。

如何安装 Workspace Organization - Automated Health Checks?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install workspace-organization」即可一键安装,无需额外配置。

Workspace Organization - Automated Health Checks 是免费的吗?

是的,Workspace Organization - Automated Health Checks 完全免费(开源免费),可自由下载、安装和使用。

Workspace Organization - Automated Health Checks 支持哪些平台?

Workspace Organization - Automated Health Checks 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin)。

谁开发了 Workspace Organization - Automated Health Checks?

由 dp-del(@donovanpankratz-del)开发并维护,当前版本 v1.0.0。

💬 留言讨论