← 返回 Skills 市场
greaterpeter

Filesystem Access (GreaterPeter)

作者 greaterpeter · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
271
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install filesystem-access-greaterpeter
功能描述
安全的本地文件读/写/列表能力,默认只在 OpenClaw workspace 目录内工作。
使用说明 (SKILL.md)

使用建议

  • 当你需要查看、编辑或列出工作区内的文件时使用本技能。
  • 仅访问相对路径或工作区子目录,避免越权访问用户其他目录。
  • 典型场景:查看日志、生成 Markdown 报告、保存脚本或配置文件。

安全约束

  • 禁止在 workspace 之外执行写入操作。
  • 避免删除用户重要文件,如配置、源码或系统文件。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install filesystem-access-greaterpeter
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /filesystem-access-greaterpeter 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug filesystem-access-greaterpeter
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Filesystem Access (GreaterPeter) 是什么?

安全的本地文件读/写/列表能力,默认只在 OpenClaw workspace 目录内工作。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 271 次。

如何安装 Filesystem Access (GreaterPeter)?

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

Filesystem Access (GreaterPeter) 是免费的吗?

是的,Filesystem Access (GreaterPeter) 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Filesystem Access (GreaterPeter) 支持哪些平台?

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

谁开发了 Filesystem Access (GreaterPeter)?

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

💬 留言讨论