← Back to Skills Marketplace
zeh-local-inspector
by
maosangtianshi
· GitHub ↗
· v0.1.0
· MIT-0
220
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install zeh-local-inspector
Description
Inspect local working directory and return a short result.
Usage Guidance
This skill lists the current working directory (first 10 entries) and does not read file contents or use the network. Before running it, avoid invoking it in directories containing sensitive filenames you wouldn't want revealed (e.g., keys, credentials, or private project names). Note the script prints JSON with English keys — the agent will need to format/translate that into the SKILL.md's requested Chinese 3-part output. Ensure Python is available in the runtime environment. If you need stricter privacy, modify the script to redact or filter filenames before use.
Capability Analysis
Type: OpenClaw Skill
Name: zeh-local-inspector
Version: 0.1.0
The skill is a simple directory inspector that lists the first 10 files in the current working directory using scripts/inspect_cwd.py. It adheres to its stated purpose of read-only local inspection, contains no network or file-writing capabilities, and lacks any indicators of malicious intent or prompt injection.
Capability Assessment
Purpose & Capability
Name/description request a local directory inspection and the included Python script (lists cwd and up to 10 entries) is exactly what is needed; no unrelated credentials, binaries, or installs are requested.
Instruction Scope
SKILL.md restricts actions to read-only/no-network and instructs running the provided script — the script adheres to that. Note: SKILL.md asks for concise Chinese output and a 3-part Chinese formatted response, but the script prints JSON with English keys; the agent will need to translate/format the script output for the required presentation. Also be aware that listing filenames can expose sensitive names (but the skill does not read file contents).
Install Mechanism
No install spec; instruction-only with an included small Python script. No downloads or external installation steps are required.
Credentials
The skill requests no environment variables, credentials, or config paths — proportional to its simple purpose.
Persistence & Privilege
always is false and the skill does not request persistent privileges or modify other skills or system configuration.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install zeh-local-inspector - After installation, invoke the skill by name or use
/zeh-local-inspector - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
zeh-local-inspector 0.1.0
- Initial release of zeh-local-inspector.
- 提供本地工作目录安全、只读的检查功能。
- 输出仅使用简明中文,包括检查目标、执行结果和风险说明。
- 不修改任何文件,不使用网络。
Metadata
Frequently Asked Questions
What is zeh-local-inspector?
Inspect local working directory and return a short result. It is an AI Agent Skill for Claude Code / OpenClaw, with 220 downloads so far.
How do I install zeh-local-inspector?
Run "/install zeh-local-inspector" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is zeh-local-inspector free?
Yes, zeh-local-inspector is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does zeh-local-inspector support?
zeh-local-inspector is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created zeh-local-inspector?
It is built and maintained by maosangtianshi (@maosangtianshi); the current version is v0.1.0.
More Skills