← 返回 Skills 市场
anbangzhiguo

Openclaw Local Storage

作者 周小虎 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
81
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-local-storage
功能描述
使用Node.js实现本地文件存储数据,支持增删改查功能。第一次使用时自动分析数据字段,之后可通过一句话命令进行操作。
安全使用建议
This skill appears to do what it says: local JSON CRUD via Node.js. Before installing: (1) note that data is written to data.json inside the skill folder — do not store sensitive data there and check file permissions; (2) package.json unnecessarily lists built-in modules ('fs' and 'path') as dependencies — harmless but unusual; (3) there are no network calls, external endpoints, or requested credentials in the code, which lowers risk; (4) if you will run this on a shared system, consider running it in a restricted environment and back up the data file. If you need stronger guarantees, review/scan the code locally (especially any future changes) and run it in an isolated environment first.
功能分析
Type: OpenClaw Skill Name: openclaw-local-storage Version: 1.0.0 The skill provides a local JSON-based data storage system with natural language command parsing for CRUD operations. Analysis of the source code (src/index.js, src/storage.js) shows it only interacts with a local 'data.json' file and lacks any network capabilities, data exfiltration logic, or suspicious execution patterns. The behavior is consistent with the documentation in SKILL.md.
能力评估
Purpose & Capability
Name/description promise a local Node.js JSON-backed CRUD store. The included source (parser, storage, analyzer, index) implements exactly that and does not request unrelated resources or credentials.
Instruction Scope
SKILL.md instructs only local data entry and one-line natural-language commands. The runtime code reads/writes a local data.json file and parses commands; it does not read other system files, environment variables, or send data to external endpoints.
Install Mechanism
No install spec (instruction-only) which reduces risk. However, the package includes source files and a package.json; package.json lists 'fs' and 'path' under dependencies even though they are Node built-ins — this is unnecessary and atypical but not evidence of malicious behavior. There are no download URLs or archive extracts.
Credentials
The skill declares no required environment variables or credentials and the code does not access environment-only secrets. Requested filesystem access is limited to a single local data.json file under the package directory, which is proportionate to the stated purpose.
Persistence & Privilege
always is false and the skill does not attempt to modify other skills or system-wide agent settings. It only persists its own data to data.json and requires no elevated platform privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-local-storage
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-local-storage 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
openclaw-local-storage v1.0.0 - 实现基于Node.js的本地JSON文件数据存储,无需外部数据库。 - 首次使用自动分析并定义数据字段结构。 - 支持通过自然语言一句话命令完成数据的添加、查询、修改和删除操作。 - 操作对象和字段内容可定制,适用于多种类型的数据管理场景。
元数据
Slug openclaw-local-storage
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Openclaw Local Storage 是什么?

使用Node.js实现本地文件存储数据,支持增删改查功能。第一次使用时自动分析数据字段,之后可通过一句话命令进行操作。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 81 次。

如何安装 Openclaw Local Storage?

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

Openclaw Local Storage 是免费的吗?

是的,Openclaw Local Storage 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Openclaw Local Storage 支持哪些平台?

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

谁开发了 Openclaw Local Storage?

由 周小虎(@anbangzhiguo)开发并维护,当前版本 v1.0.0。

💬 留言讨论