← Back to Skills Marketplace
anbangzhiguo

Openclaw Local Storage

by 周小虎 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
81
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-local-storage
Description
使用Node.js实现本地文件存储数据,支持增删改查功能。第一次使用时自动分析数据字段,之后可通过一句话命令进行操作。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openclaw-local-storage
  3. After installation, invoke the skill by name or use /openclaw-local-storage
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
openclaw-local-storage v1.0.0 - 实现基于Node.js的本地JSON文件数据存储,无需外部数据库。 - 首次使用自动分析并定义数据字段结构。 - 支持通过自然语言一句话命令完成数据的添加、查询、修改和删除操作。 - 操作对象和字段内容可定制,适用于多种类型的数据管理场景。
Metadata
Slug openclaw-local-storage
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Openclaw Local Storage?

使用Node.js实现本地文件存储数据,支持增删改查功能。第一次使用时自动分析数据字段,之后可通过一句话命令进行操作。 It is an AI Agent Skill for Claude Code / OpenClaw, with 81 downloads so far.

How do I install Openclaw Local Storage?

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

Is Openclaw Local Storage free?

Yes, Openclaw Local Storage is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Openclaw Local Storage support?

Openclaw Local Storage is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Openclaw Local Storage?

It is built and maintained by 周小虎 (@anbangzhiguo); the current version is v1.0.0.

💬 Comments