Token导航 LogoToken导航TokenDH.com
开发敏感数据clawhub未标认证来源可访问clear审计通过

workspace-audit工作区审计

Agent Skill

用于辅助安全审计、权限检查、凭据风险、认证流程和常见漏洞排查。它适合让 Agent 梳理敏感配置、检查依赖风险、分析鉴权逻辑或生成安全复核清单。使用时不能把工具输出直接当最终结论,涉及密钥、令牌、用户数据或生产系统时,应先确认最小权限、脱敏方式和操作边界。

总安装

8,726

周安装

371

GitHub Stars

公开资料未说明

下载量

3,057
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:workspace-audit(工作区审计)
来源仓库:https://github.com/theagentwire/workspace-audit
安装命令:
openclaw skills install workspace-audit
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install workspace-audit

简介

工作区审计用于检测陈旧路径、秘密泄漏等问题。

  • 支持超大文件和重复内容扫描。workspace-audit 属于开发类 Skill,可作为该场景下的辅助能力补充。
  • 可与 1Password 保管库比对验证一致性。
  • 涉及密钥时应先脱敏再执行操作。适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。
  • 输出仅为辅助参考,不构成最终结论。

SKILL.md

name
workspace-audit
version
1.0.1
description
Audit your OpenClaw workspace for drift — stale paths, duplicate content, oversized files, secret leaks, and 1Password vault mismatches. Zero deps. By The Agent Wire (theagentwire.ai)
homepage
https://theagentwire.ai
metadata
{ "openclaw": { "emoji": "🔍" } }

Workspace Audit

Your workspace files drift. Credentials go stale. Paths break. Secrets leak into memory files. This skill catches it all.

Zero dependencies. Bash + Python stdlib. Works on macOS and Linux.

What It Checks

AuditWhat it catches
Structure & SizeMissing required files, oversized files, skills without frontmatter, secrets in memory files, git hygiene
1Password VaultTOOLS.md references that don't match your vault, vault items not documented
DuplicationDuplicate section headers across files, credentials outside TOOLS.md, personality content in wrong files
Path ReferencesBroken ~/, skills/, scripts/, docs/ paths referenced in workspace files

Quick Start

Run all audits:

bash skills/workspace-audit/scripts/audit-all.sh

Verbose mode (shows passing checks too):

bash skills/workspace-audit/scripts/audit-all.sh --verbose

Individual Audits

# Structure, sizes, skills validation, secret scanning, git status
bash skills/workspace-audit/scripts/audit-structure.sh

# 1Password vault alignment (requires OP_SERVICE_ACCOUNT_TOKEN)
bash skills/workspace-audit/scripts/audit-1password.sh

# Duplicate headers, role overlap, credential leaks outside TOOLS.md
bash skills/workspace-audit/scripts/audit-duplication.sh

# Verify all file paths referenced in workspace files actually exist
bash skills/workspace-audit/scripts/audit-paths.sh

Configuration

All scripts respect environment variables — no hardcoded paths or values.

VariableDefaultDescription
WS~/.openclaw/workspaceWorkspace root directory
TOOLS_MD$WS/TOOLS.mdPath to your TOOLS.md
OP_VAULT*(all vaults)*1Password vault name to audit against
AUDIT_CONFIG$WS/skills/workspace-audit/audit.confOptional config file for custom limits

Custom File Size Limits

Create audit.conf in the skill directory to override defaults:

# audit.conf — custom line limits per file
AGENTS_LIMIT=1000
SOUL_LIMIT=200
USER_LIMIT=200
IDENTITY_LIMIT=50
TOOLS_LIMIT=500
HEARTBEAT_LIMIT=100
MEMORY_LIMIT=150

When to Run

  • After editing TOOLS.md, AGENTS.md, or MEMORY.md
  • After adding/removing 1Password items
  • After moving or renaming skills/scripts/docs
  • During weekly review or nightly consolidation cron
  • After installing new skills

File Role Reference

See references/file-roles.md for the single-responsibility matrix — which content belongs in which file.

Exit Codes

CodeMeaning
0All checks passed
1Issues found (see output)

FAQ

What is workspace-audit? A zero-dependency audit suite for OpenClaw workspaces. It checks your workspace files (AGENTS.md, TOOLS.md, MEMORY.md, etc.) for drift — broken paths, duplicate content, oversized files, leaked secrets, and 1Password vault mismatches. Runs entirely in bash + Python stdlib.

What problem does it solve? OpenClaw workspaces drift over time. You rename a script but forget to update TOOLS.md. You add a 1Password item but never document it. A secret leaks into a memory file. A skill folder is missing its SKILL.md frontmatter. This skill catches all of it in one command.

What are the requirements? Bash and Python 3 (stdlib only). No pip installs needed. 1Password CLI (op) is optional — the vault audit gracefully skips if op isn't installed or authenticated.

Does it work without 1Password? Yes. The 1Password audit is one of four checks. If op isn't installed or OP_SERVICE_ACCOUNT_TOKEN isn't set, it skips that audit and runs the other three (structure, duplication, paths).

Can I customize the file size limits? Yes. Create an audit.conf file in the skill directory with variables like MEMORY_LIMIT=200 or AGENTS_LIMIT=500. See audit.conf.example for all options.

How do I run it on a schedule? Add a cron job that calls bash skills/workspace-audit/scripts/audit-all.sh. It returns exit code 1 if issues are found, so your agent can alert you only when something drifts.


*Built by The Agent Wire — You read it. Your Agent runs it.* *More skills: clawhub.ai/u/TheAgentWire*

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

74.34%
按下载量换算2,273

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills