← 返回 Skills 市场
stevemichael001

Workspace Hygiene Publish

作者 Steve · GitHub ↗ · v0.1.0 · MIT-0
linuxdarwin ✓ 安全检测通过
252
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install workspace-hygiene
功能描述
Audit and maintain workspace file structure, memory quality, and project documentation. Use when: cleaning up the workspace, running a file audit, checking m...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install workspace-hygiene
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /workspace-hygiene 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug workspace-hygiene
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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

如何安装 Workspace Hygiene Publish?

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

Workspace Hygiene Publish 是免费的吗?

是的,Workspace Hygiene Publish 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Workspace Hygiene Publish 支持哪些平台?

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

谁开发了 Workspace Hygiene Publish?

由 Steve(@stevemichael001)开发并维护,当前版本 v0.1.0。

💬 留言讨论