← 返回 Skills 市场
houseofjuici

Workspace Maintenance

作者 Juici Frameworks · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
729
总下载
0
收藏
5
当前安装
1
版本数
在 OpenClaw 中安装
/install workspace-maintenance
功能描述
Maintain workspace documentation hygiene and discoverability. Use when organizing markdown sprawl, updating doc indexes, archiving stale progress/status snap...
安全使用建议
This skill is not clearly malicious, but it has red flags you should address before installing or running it. The bundled script is hard-coded to /Users/ineluxx/... which makes it specific to one environment — change the script to accept a configurable workspace root (or use an environment variable) and test on a disposable copy first. Be cautious because SKILL.md allows broad file-moving steps that are not implemented in code; ensure any automated 'move' actions are explicit, reversible (keep manifests), and reviewed by a human. Run the dry-run output and inspect it before performing any moves; restrict the agent's permissions so it cannot modify unrelated system or other users' files. If you don't control the script source, ask the author why paths are hard-coded and request a configurable version or remove the script entirely.
功能分析
Type: OpenClaw Skill Name: workspace-maintenance Version: 1.0.0 The skill bundle is designed for non-destructive workspace maintenance, generating dry-run reports of files for review. The `SKILL.md` explicitly states constraints like 'Never delete files automatically' and 'Always produce a dry-run candidate report'. The `scripts/archive-retention-audit.sh` script adheres to this by using `find` to list files older than 30 days and writing them to a local `DELETE-DRYRUN-*.txt` file, explicitly stating 'NO DELETE EXECUTED'. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the agent. Hardcoded paths in the script are specific to the developer's environment but do not pose a security risk.
能力评估
Purpose & Capability
The skill claims generic workspace maintenance but the bundled script uses a hard-coded path (/Users/ineluxx/.openclaw/workspace/...), binding it to a specific user's environment. A generic maintenance skill would normally accept a configurable workspace root rather than a fixed home path.
Instruction Scope
SKILL.md gives broad, partially manual instructions (e.g., 'Move stale snapshot... to archive buckets', 'Regenerate or refresh docs index') but only the dry-run script is provided. The agent could be instructed to perform file moves and index updates across the workspace; those actions are not codified or constrained, giving the agent wide discretion over filesystem changes.
Install Mechanism
No install spec (instruction-only plus a small local script). Nothing is downloaded or written during installation by the skill itself.
Credentials
The skill requests no environment variables or credentials, which is appropriate. However, the script references absolute filesystem paths tied to a particular user and also lists other absolute legacy paths; that is unexpected for a generic skill and could cause it to read or write files outside the intended workspace if executed on a host where those paths exist.
Persistence & Privilege
always is false, no install-time persistence is requested, and the skill does not attempt to modify other skills or global settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install workspace-maintenance
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /workspace-maintenance 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: docs maintenance skill with archive dry-run workflow
元数据
Slug workspace-maintenance
版本 1.0.0
许可证
累计安装 6
当前安装数 5
历史版本数 1
常见问题

Workspace Maintenance 是什么?

Maintain workspace documentation hygiene and discoverability. Use when organizing markdown sprawl, updating doc indexes, archiving stale progress/status snap... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 729 次。

如何安装 Workspace Maintenance?

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

Workspace Maintenance 是免费的吗?

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

Workspace Maintenance 支持哪些平台?

Workspace Maintenance 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Workspace Maintenance?

由 Juici Frameworks(@houseofjuici)开发并维护,当前版本 v1.0.0。

💬 留言讨论