Workspace Analyzer
PassAudited by ClawScan on May 1, 2026.
Overview
The skill is a disclosed workspace health scanner, but users should review its broad workspace scan and any recommended edits to core agent files before acting on them.
This appears to be a benign, read-oriented workspace analyzer. Before installing or using it, be aware that it recursively scans Markdown files in the selected workspace and may analyze files that influence agent memory or behavior. Keep the scan root narrow, inspect the JSON report, and do not let an agent automatically rewrite core workspace files without human review.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
The report may summarize or draw conclusions from files that shape agent behavior or contain personal workspace context.
The analyzer intentionally scans core OpenClaw files, including user, learning, working-memory, and subconscious files that may influence future agent context.
"files": ["SOUL.md", "OPERATING.md", "AGENTS.md", "HEARTBEAT.md", "CORE_PRINCIPLES.md", "USER.md", "LEARNINGS.md", "WORKING_MEMORY.md", ... "SUB_CONSCIOUS.md"]
Run it only on the intended workspace and review the generated JSON before using its recommendations to change memory or core instruction files.
If an agent applies incorrect recommendations, it could reorganize or alter core files that affect later sessions or workspace behavior.
The skill frames its output as input for later agent actions, and its documented recommendations include consolidating duplicate content in core workspace files.
"Key Principle:** The script analyzes → the agent decides → the agent acts."
Treat the report as advisory and require human review before applying changes to SOUL.md, OPERATING.md, AGENTS.md, SUB_CONSCIOUS.md, or similar core files.
The generated report can include metadata, paths, headings, links, and issues from many workspace files.
The analyzer recursively reads Markdown files under the selected root. This is expected for a workspace analyzer, but the scan scope can be broad if a broad root is supplied.
for path in root_path.rglob("*.md"):Use the default OpenClaw workspace root or another narrow, intentional path; avoid pointing it at directories that contain unrelated private documents.
