← 返回 Skills 市场
theagentwire

Workspace Audit

作者 The Agent Wire · GitHub ↗ · v1.1.0
cross-platform ✓ 安全检测通过
298
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install workspace-audit
功能描述
Audit your OpenClaw workspace for drift — stale paths, duplicate content, oversized files, secret leaks, and 1Password vault mismatches. Zero deps. By The Ag...
安全使用建议
This skill appears to do what it says — scan your local OpenClaw workspace for drift and optionally compare TOOLS.md to your 1Password vault. Before running it: - Review the scripts locally (they're included) and run them interactively first so you can inspect outputs. - Ensure bash and python3 are available; the 1Password check requires the official op CLI and valid authentication (OP_SERVICE_ACCOUNT_TOKEN or op signin) if you want that audit. - Be aware outputs (vault item titles, matching/missing filenames, and detected 'possible secrets') are printed to stdout and could end up in logs, cron emails, or monitoring systems — avoid running in environments where logs are exposed to untrusted parties. - If you schedule it (cron/agent automation), restrict the execution environment and do not expose OP tokens or other secrets to shared runners. Review audit.conf to tune size limits. - If you need stricter privacy, skip the 1Password audit or run the scripts with op disconnected so network calls to 1Password are avoided.
功能分析
Type: OpenClaw Skill Name: workspace-audit Version: 1.1.0 The workspace-audit skill is a legitimate utility designed to maintain the integrity of an OpenClaw workspace by checking for broken paths, duplicate content, and file size limits. It includes security-enhancing features such as scanning for leaked secrets in memory files (audit-structure.sh) and ensuring credentials are confined to specific files (audit-duplication.sh). While it interacts with the 1Password CLI (audit-1password.sh), it does so locally to verify documentation alignment and shows no evidence of data exfiltration or malicious intent.
能力评估
Purpose & Capability
The name/description match the included scripts: structure/size checks, duplication detection, path verification, and an optional 1Password vault cross-check. The declared 'zero deps' claim is accurate in spirit (bash + Python stdlib; 1Password CLI and git are optional). No unrelated credentials or remote services are requested.
Instruction Scope
Scripts operate on local workspace files, run grep/find/git/python, and optionally call the 1Password CLI (op) to list item titles. They do not fetch or transmit file contents to arbitrary external endpoints. Caveat: audit-1password.sh will invoke the user's configured op CLI which will contact 1Password to list items (expected for a vault audit). The scripts also print matching/missing items and file names to stdout — these outputs can surface sensitive metadata (item titles, filenames) into logs or cron emails.
Install Mechanism
No install specification; this is an instruction-and-script bundle. No downloads or archive extraction. The runtime relies on standard system tools (bash, python3) and optionally on op and git if present — all documented in SKILL.md.
Credentials
The skill declares no required env vars and only uses reasonable, optional environment variables (WS, TOOLS_MD, OP_VAULT, AUDIT_CONFIG). It suggests OP_SERVICE_ACCOUNT_TOKEN for 1Password authentication but does not require unrelated secrets or cloud credentials.
Persistence & Privilege
Skill is not forced-always (always:false) and does not modify other skills or system configuration. It is user-invocable and may be run on a schedule if you choose (cron), which is documented; that scheduling is under the user's control.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install workspace-audit
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /workspace-audit 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Add FAQ section for GEO/AEO (LLM citation optimization)
v1.0.1
Fix frontmatter: match ClawHub format, add branding to description
v1.0.0
Initial release: structure/size checks, 1Password vault alignment, duplication detection, path reference validation, secret scanning. Zero deps.
元数据
Slug workspace-audit
版本 1.1.0
许可证
累计安装 0
当前安装数 0
历史版本数 3
常见问题

Workspace Audit 是什么?

Audit your OpenClaw workspace for drift — stale paths, duplicate content, oversized files, secret leaks, and 1Password vault mismatches. Zero deps. By The Ag... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 298 次。

如何安装 Workspace Audit?

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

Workspace Audit 是免费的吗?

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

Workspace Audit 支持哪些平台?

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

谁开发了 Workspace Audit?

由 The Agent Wire(@theagentwire)开发并维护,当前版本 v1.1.0。

💬 留言讨论