📦 Workspace Maintenance — 整理文档
v1.0.0一键梳理工作区文档:自动归档过期进度、更新索引、消除 Markdown 散乱,让团队知识始终保持整洁、可发现、易维护。
0· 703·5 当前·6 累计
下载技能包
最后更新
2026/2/26
安全扫描
OpenClaw
可疑
medium confidenceNULL
评估建议
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 m...详细分析 ▾
⚠ 用途与能力
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.
⚠ 指令范围
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.
✓ 安装机制
No install spec (instruction-only plus a small local script). Nothing is downloaded or written during installation by the skill itself.
ℹ 凭证需求
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.
✓ 持久化与权限
always is false, no install-time persistence is requested, and the skill does not attempt to modify other skills or global settings.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/2/20
NULL
● 无害
安装命令
点击复制官方npx clawhub@latest install workspace-maintenance
镜像加速npx clawhub@latest install workspace-maintenance --registry https://cn.longxiaskill.com