← 返回 Skills 市场
ortegarod

Workspace Review

作者 ortegarod · GitHub ↗ · v1.0.2
cross-platform ✓ 安全检测通过
2822
总下载
4
收藏
10
当前安装
5
版本数
在 OpenClaw 中安装
/install workspace-review
功能描述
Audit workspace structure and memory files against OpenClaw conventions. Use when asked to "review workspace", "audit files", "check structure", or during periodic self-maintenance. Helps catch drift from standard patterns.
安全使用建议
This skill appears to be what it says: a local workspace auditor with a small helper script. Before installing/running: 1) Inspect the included scripts yourself (scripts/workspace-status.sh) and run them locally to see the output; they are simple read-only checks. 2) Verify there are no secrets in your workspace (MEMORY.md, memory/*.md, .env) — the script already greps for 'sk-' tokens and .env. 3) Be aware the docs describe automatic memory-flush behavior (agent writes to memory/YYYY-MM-DD.md during compaction); if you have concerns about automatic memory writes, review your agent's compaction/memoryFlush config. 4) If you enable autonomous invocation, restrict when the agent may run workspace audits (require explicit user confirmation) because the skill's instructions could be invoked repeatedly. Overall the package is coherent and low-risk, but always review included code before granting execution rights.
功能分析
Type: OpenClaw Skill Name: workspace-review Version: 1.0.2 The skill bundle is designed for a self-audit of the OpenClaw workspace, checking for adherence to conventions and potential security issues. All instructions in `SKILL.md` and commands in `scripts/workspace-status.sh` (e.g., `ls`, `git status`, `wc -l`) are standard and directly relevant to an audit. The `scripts/workspace-status.sh` includes a `grep -r -l "sk-"` command to identify potential API keys in markdown files, which is a security-conscious check to prevent data leaks, not an attempt at exfiltration. The documentation (`references/*.md`) consistently reinforces security best practices, such as keeping the workspace private and not committing secrets. There is no evidence of malicious intent, unauthorized data access, or prompt injection designed to subvert the agent's purpose.
能力评估
Purpose & Capability
The name/description ('Workspace Review') match the provided SKILL.md, references, and the included shell script. All requested artifacts (checks, file locations, git status, memory hygiene) are directly relevant to auditing an OpenClaw workspace. No unrelated credentials, binaries, or config paths are required.
Instruction Scope
SKILL.md instructs inspection actions (ls, wc, git status, skimming files) appropriate for an audit. It documents platform behaviors (automatic memory flush / system prompt used for compaction) — informational for operators but flagged by the pre-scan as a possible 'system-prompt-override' pattern. The instructions do not themselves instruct exfiltration or reading unrelated system secrets; they focus on workspace files. Recommend confirming agents only run these checks with explicit user approval if agent autonomy is enabled.
Install Mechanism
No install spec; the skill is instruction-only with a small helper script. No remote downloads or package installs are present. Risk from installation is minimal.
Credentials
The skill declares no required environment variables, credentials, or config paths. References to config keys (e.g., memorySearch.extraPaths, OPENCLAW_PROFILE) are documentation only. The included script scans workspace markdown for the string 'sk-' (to detect likely API keys) and checks for .env — appropriate for an audit.
Persistence & Privilege
always is false and disable-model-invocation is default; the skill does not request permanent inclusion or modify other skills. The script is read-only in practice (checks and greps); it does not create or send data externally. No privileged actions or writes to other agent configs are present.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install workspace-review
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /workspace-review 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Align with OpenClaw docs: add pre-compaction memory flush, heartbeat response contract, simplify to state facts
v1.0.1
Add hook-generated session file pattern (YYYY-MM-DD-slug.md) to memory hygiene checks
v1.1.1
Simplified vector search checks. Reference docs belong in memory/, not docs/.
v1.1.0
Added vector search alignment checks per official OpenClaw memory docs. Now validates reference docs are in memory/ (indexed) vs docs/ (not indexed). Added automatic memory flush documentation. Updated conventions reference with full vector search details.
v1.0.0
Initial release: audit OpenClaw workspace structure and conventions
元数据
Slug workspace-review
版本 1.0.2
许可证
累计安装 10
当前安装数 10
历史版本数 5
常见问题

Workspace Review 是什么?

Audit workspace structure and memory files against OpenClaw conventions. Use when asked to "review workspace", "audit files", "check structure", or during periodic self-maintenance. Helps catch drift from standard patterns. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2822 次。

如何安装 Workspace Review?

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

Workspace Review 是免费的吗?

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

Workspace Review 支持哪些平台?

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

谁开发了 Workspace Review?

由 ortegarod(@ortegarod)开发并维护,当前版本 v1.0.2。

💬 留言讨论