← Back to Skills Marketplace
ortegarod

Workspace Review

by ortegarod · GitHub ↗ · v1.0.2
cross-platform ✓ Security Clean
2822
Downloads
4
Stars
10
Active Installs
5
Versions
Install in OpenClaw
/install workspace-review
Description
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.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install workspace-review
  3. After installation, invoke the skill by name or use /workspace-review
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug workspace-review
Version 1.0.2
License
All-time Installs 10
Active Installs 10
Total Versions 5
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 2822 downloads so far.

How do I install Workspace Review?

Run "/install workspace-review" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Workspace Review free?

Yes, Workspace Review is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Workspace Review support?

Workspace Review is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Workspace Review?

It is built and maintained by ortegarod (@ortegarod); the current version is v1.0.2.

💬 Comments