← 返回 Skills 市场
stevemichael001

Workspace Hygiene Publish

作者 Steve · GitHub ↗ · v0.1.0 · MIT-0
linuxdarwin ✓ 安全检测通过
208
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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).
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install workspace-hygiene-publish
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /workspace-hygiene-publish 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug workspace-hygiene-publish
版本 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 插件,目前累计下载 208 次。

如何安装 Workspace Hygiene Publish?

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

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。

💬 留言讨论