← 返回 Skills 市场
harukaon

Workspace Indexer

作者 Leo_yang · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
444
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install workspace-indexer
功能描述
自动扫描和更新 workspace 目录索引,记录目录用途、运行状态、相关记忆及搜索关键词,不深入分析项目文件。
安全使用建议
This skill appears to do what it says—index workspace directories using memory lookups and shell commands. Before enabling automatic runs, consider: (1) review what your memory_search stores (conversation logs, sensitive notes) since the index will reference them; (2) restrict or audit the exec capability (run the skill manually first to see the exact commands it issues); (3) back up your workspace or run in a sandbox if you’re worried about accidental writes; (4) if you enable the suggested daily automation, add explicit checks to HEARTBEAT.md and confirm the agent’s permissions. If you need higher assurance, ask the author for an explicit list of the exact exec commands the skill will run when scanning and how it determines "running services/containers."
功能分析
Type: OpenClaw Skill Name: workspace-indexer Version: 1.0.0 The skill's stated purpose of indexing workspace directories is benign, and the instructions in SKILL.md align with this goal. However, the skill explicitly requires and instructs the use of the 'exec' tool (as seen in skill.json and SKILL.md) for tasks like 'scanning workspace directory structure' and 'checking for running services/containers'. While these actions are plausible for an indexer, the 'exec' tool, if unconstrained or improperly handled by the AI agent, presents a significant vulnerability for arbitrary command execution. There is no evidence of intentional malicious behavior, but the reliance on a powerful and potentially dangerous tool makes this skill suspicious due to the inherent RCE risk.
能力评估
Purpose & Capability
Name/description (maintain a workspace directory index) matches the declared runtime behavior and required tools. Requiring exec, read, write, and memory_search is coherent for scanning directories, reading READMEs/memory files, and writing WORKSPACE_INDEX.md.
Instruction Scope
SKILL.md explicitly instructs the agent to use memory_search and exec to scan the workspace, check READMEs, and detect running services/containers. That is within the stated purpose, but the use of exec and checks for running services can surface system-level information and container IDs beyond simple file metadata. Also the skill expects access to memory files (conversation logs), which may contain sensitive content.
Install Mechanism
Instruction-only skill with no install spec or external downloads; nothing is written to disk by an installer. Low install risk.
Credentials
No environment variables or external credentials are requested, which is appropriate. However, memory_search implies access to stored memory files (MEMORY.md, memory/*.md) and exec allows arbitrary shell commands—both can expose sensitive data even without credentials. This access is proportionate to the task but should be acknowledged by the user.
Persistence & Privilege
always is false and the skill is user-invocable (normal). The skill writes a single WORKSPACE_INDEX.md in the workspace root per its purpose; it does not request installation-time persistence or modifications to other skills.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install workspace-indexer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /workspace-indexer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Workspace Indexer v1.0.0 – Initial Release - 自动维护 workspace 目录索引,支持定期或手动触发 - 智能递归归纳各类目录(项目、研究、技能等) - 汇总用途、运行状态、相关记忆和关键词,写入 WORKSPACE_INDEX.md - 设计详细描述模板并标记废弃或待清理目录 - 提供定期检查与索引更新建议
元数据
Slug workspace-indexer
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Workspace Indexer 是什么?

自动扫描和更新 workspace 目录索引,记录目录用途、运行状态、相关记忆及搜索关键词,不深入分析项目文件。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 444 次。

如何安装 Workspace Indexer?

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

Workspace Indexer 是免费的吗?

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

Workspace Indexer 支持哪些平台?

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

谁开发了 Workspace Indexer?

由 Leo_yang(@harukaon)开发并维护,当前版本 v1.0.0。

💬 留言讨论