← Back to Skills Marketplace
516
Downloads
0
Stars
3
Active Installs
2
Versions
Install in OpenClaw
/install workspace-analyzer
Description
Analyzes OpenClaw workspace structure and content to identify maintenance needs, bloat, duplicates, and organization issues. Outputs a JSON report for the ag...
Usage Guidance
What to consider before installing or running:
- Inspect run.sh before executing: the provided run.sh contains what looks like an embedded Python snippet and appears malformed; do not run the script blindly. Prefer running analyzer.py directly (python3 scripts/analyzer.py ...) if you trust the code.
- Limit the scan root: by default it targets ~/.openclaw/workspace, which is appropriate. Avoid passing --root=/ or other system-wide paths unless you explicitly intend to scan them—the analyzer will read any files it is pointed at.
- Review output before allowing automated fixes: the analyzer only reports issues and recommendations, but SKILL.md includes guidance for an agent to act. Only permit an automated agent to modify files (consolidate, delete, edit) after you have reviewed the JSON report.
- Confirm no external transmission: analyzer.py reads local files and writes a JSON report (e.g., /tmp/workspace-analysis.json) and does not include network calls. If you later modify the skill to add 'fix' actions, review any new code for upload/endpoints.
- If you have strict security policies, run the script in an isolated environment (container or VM) first and inspect results and any code changes before allowing the agent to act on your real workspace.
Capability Analysis
Type: OpenClaw Skill
Name: workspace-analyzer
Version: 1.1.0
The OpenClaw AgentSkills bundle is classified as benign. The `SKILL.md` clearly outlines the purpose of analyzing the workspace and providing recommendations for an AI agent to act upon. Crucially, the `scripts/analyzer.py` Python code is strictly read-only, performing file system traversal and content analysis without any write operations, network calls, or external command execution. This aligns with the 'Safety & Security' claims in `SKILL.md` ('Read-Only', 'No Secrets', 'Safe Output'). While `SKILL.md` includes 'Fix Instructions for Agents' involving `git add -A` and `git commit`, these are instructions for the AI agent to perform *after* reviewing the analysis, not actions executed by the provided script itself. There is no evidence of intentional harmful behavior such as data exfiltration, backdoors, or unauthorized remote control.
Capability Assessment
Purpose & Capability
Name/description say it scans an OpenClaw workspace and the code reads and analyzes markdown files to produce a JSON report. Required binaries (python3) and the included scripts are appropriate for this purpose.
Instruction Scope
SKILL.md and analyzer.py are read-only analyzers that scan .md files under a specified root and output JSON. However, the tool accepts an arbitrary --root path (so an agent or user could point it at any filesystem location), and the SKILL.md contains "Fix Instructions for Agents" suggesting the agent may take subsequent actions based on the report. The analyzer itself does not transmit data externally or require secrets.
Install Mechanism
No install spec; this is instruction/code-only and requires python3. Nothing is downloaded or executed from remote URLs. The included files are local and self-contained.
Credentials
The skill requests no environment variables or credentials and does not access external services. The data it reads (files under the provided root) is consistent with its purpose.
Persistence & Privilege
always is false and the skill does not request persistent system privileges or modify other skills' config. Autonomous invocation (disable-model-invocation=false) is the platform default; combined with this skill's limited scope, it does not suggest elevated privilege requirements.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install workspace-analyzer - After installation, invoke the skill by name or use
/workspace-analyzer - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
Added single source of truth validation and duplicate content detection
v1.0.0
Initial release - analyzes workspace for bloat, duplicates, broken links
Metadata
Frequently Asked Questions
What is Workspace Analyzer?
Analyzes OpenClaw workspace structure and content to identify maintenance needs, bloat, duplicates, and organization issues. Outputs a JSON report for the ag... It is an AI Agent Skill for Claude Code / OpenClaw, with 516 downloads so far.
How do I install Workspace Analyzer?
Run "/install workspace-analyzer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Workspace Analyzer free?
Yes, Workspace Analyzer is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Workspace Analyzer support?
Workspace Analyzer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Workspace Analyzer?
It is built and maintained by ohnednez (@zendenho7); the current version is v1.1.0.
More Skills