← 返回 Skills 市场
zendenho7

Workspace Analyzer

作者 ohnednez · GitHub ↗ · v1.1.0
cross-platform ✓ 安全检测通过
516
总下载
0
收藏
3
当前安装
2
版本数
在 OpenClaw 中安装
/install workspace-analyzer
功能描述
Analyzes OpenClaw workspace structure and content to identify maintenance needs, bloat, duplicates, and organization issues. Outputs a JSON report for the ag...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install workspace-analyzer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /workspace-analyzer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
Slug workspace-analyzer
版本 1.1.0
许可证
累计安装 4
当前安装数 3
历史版本数 2
常见问题

Workspace Analyzer 是什么?

Analyzes OpenClaw workspace structure and content to identify maintenance needs, bloat, duplicates, and organization issues. Outputs a JSON report for the ag... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 516 次。

如何安装 Workspace Analyzer?

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

Workspace Analyzer 是免费的吗?

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

Workspace Analyzer 支持哪些平台?

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

谁开发了 Workspace Analyzer?

由 ohnednez(@zendenho7)开发并维护,当前版本 v1.1.0。

💬 留言讨论