← Back to Skills Marketplace
harukaon

Workspace Indexer

by Leo_yang · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
444
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install workspace-indexer
Description
自动扫描和更新 workspace 目录索引,记录目录用途、运行状态、相关记忆及搜索关键词,不深入分析项目文件。
Usage Guidance
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."
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install workspace-indexer
  3. After installation, invoke the skill by name or use /workspace-indexer
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Workspace Indexer v1.0.0 – Initial Release - 自动维护 workspace 目录索引,支持定期或手动触发 - 智能递归归纳各类目录(项目、研究、技能等) - 汇总用途、运行状态、相关记忆和关键词,写入 WORKSPACE_INDEX.md - 设计详细描述模板并标记废弃或待清理目录 - 提供定期检查与索引更新建议
Metadata
Slug workspace-indexer
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Workspace Indexer?

自动扫描和更新 workspace 目录索引,记录目录用途、运行状态、相关记忆及搜索关键词,不深入分析项目文件。 It is an AI Agent Skill for Claude Code / OpenClaw, with 444 downloads so far.

How do I install Workspace Indexer?

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

Is Workspace Indexer free?

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

Which platforms does Workspace Indexer support?

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

Who created Workspace Indexer?

It is built and maintained by Leo_yang (@harukaon); the current version is v1.0.0.

💬 Comments