← Back to Skills Marketplace
Filesystem Access (GreaterPeter)
by
greaterpeter
· GitHub ↗
· v1.0.0
· MIT-0
271
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install filesystem-access-greaterpeter
Description
安全的本地文件读/写/列表能力,默认只在 OpenClaw workspace 目录内工作。
README (SKILL.md)
使用建议
- 当你需要查看、编辑或列出工作区内的文件时使用本技能。
- 仅访问相对路径或工作区子目录,避免越权访问用户其他目录。
- 典型场景:查看日志、生成 Markdown 报告、保存脚本或配置文件。
安全约束
- 禁止在 workspace 之外执行写入操作。
- 避免删除用户重要文件,如配置、源码或系统文件。
Usage Guidance
This skill is internally consistent for workspace-local file operations, but its safety constraints are advisory only. Before enabling: (1) ensure your agent platform enforces workspace boundaries and requires explicit user confirmation for writes/deletes; (2) prefer prompting the user before any write or delete; (3) consider limiting autonomous invocation or auditing logs for file operations; and (4) test in a restricted workspace (non-sensitive files) first to verify behavior.
Capability Analysis
Type: OpenClaw Skill
Name: filesystem-access-greaterpeter
Version: 1.0.0
The skill bundle contains standard metadata and instructions for a filesystem access tool. The SKILL.md file provides clear, safety-oriented guidelines for the AI agent, explicitly restricting file operations to the local workspace and prohibiting the deletion of important files. No malicious code, data exfiltration logic, or suspicious prompt injection attempts were found.
Capability Assessment
Purpose & Capability
Name and description claim workspace-local file access; there are no unrelated environment variables, binaries, or install steps requested. The skill is instruction-only and its declared purpose aligns with what the instructions describe.
Instruction Scope
SKILL.md limits actions to workspace-relative paths and forbids writes outside the workspace, but these are high-level, advisory constraints (e.g., 'avoid deleting important files') rather than enforceable checks. 'Workspace' is not programmatically defined here, and the agent is given discretion about what to access and when.
Install Mechanism
No install spec or external downloads — instruction-only skill, so nothing is written to disk or fetched during install.
Credentials
The skill requests no environment variables, credentials, or config paths. There are no extraneous secret requests relative to the stated file-access purpose.
Persistence & Privilege
always:false (not force-installed). The skill allows model invocation (default), so an agent could run its file-access actions autonomously if the platform permits — this increases potential impact but is a platform-level policy consideration rather than a mismatch in the skill itself.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install filesystem-access-greaterpeter - After installation, invoke the skill by name or use
/filesystem-access-greaterpeter - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release with secure workspace file access:
- Enables safe local file read, write, and list functions within the OpenClaw workspace directory.
- Access is limited to relative paths or workspace subdirectories to prevent unauthorized file operations.
- Write operations outside the workspace are strictly prohibited.
- Intended use cases: viewing logs, generating reports, saving scripts or configuration files.
- Users are advised not to delete important files such as configuration, source code, or system files.
Metadata
Frequently Asked Questions
What is Filesystem Access (GreaterPeter)?
安全的本地文件读/写/列表能力,默认只在 OpenClaw workspace 目录内工作。 It is an AI Agent Skill for Claude Code / OpenClaw, with 271 downloads so far.
How do I install Filesystem Access (GreaterPeter)?
Run "/install filesystem-access-greaterpeter" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Filesystem Access (GreaterPeter) free?
Yes, Filesystem Access (GreaterPeter) is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Filesystem Access (GreaterPeter) support?
Filesystem Access (GreaterPeter) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Filesystem Access (GreaterPeter)?
It is built and maintained by greaterpeter (@greaterpeter); the current version is v1.0.0.
More Skills