← Back to Skills Marketplace
xiaocaijic

openclaw-memoryos-memory-admin

by 曹广雨 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
206
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-memoryos-memory-admin
Description
Inspect, back up, search, export, and update OpenClaw long-term memory stored with MemoryOS. Use when Codex needs to manage MemoryOS memory files for an Open...
Usage Guidance
This skill appears to be what it says: a local MemoryOS JSON admin tool. Before installing or using it, confirm the data_root you pass to the script points to the intended MemoryOS directory (to avoid accidental edits), and always run the provided backup command first. Review the bundled script if you can — it will create/overwrite long_term_user.json and long_term_assistant.json entries, set timestamps to 'now' for new entries, and deliberately writes empty 'knowledge_embedding' arrays for added items (which can temporarily degrade semantic search until embeddings are rebuilt by your runtime). If you want to limit autonomous changes, note that the skill metadata allows implicit invocation by the agent — consider disabling implicit/autonomous invocation for agents you don't trust or explicitly invoking the skill only when needed.
Capability Analysis
Type: OpenClaw Skill Name: openclaw-memoryos-memory-admin Version: 1.0.0 The skill bundle provides administrative tools for MemoryOS, but the core script `scripts/memoryos_admin.py` contains several security vulnerabilities. It lacks input sanitization for `user_id`, `assistant_id`, and the `--output` path, which could allow directory traversal or unauthorized file writes. Most notably, the `set-profile` command allows reading arbitrary local files via the `--profile-file` argument, potentially enabling an attacker to exfiltrate sensitive system data (e.g., `/etc/passwd`) into the MemoryOS JSON files. While these capabilities are aligned with the stated purpose of memory management, the lack of validation constitutes a significant vulnerability.
Capability Assessment
Purpose & Capability
The name/description match the included CLI script and documentation: the skill only needs a filesystem data root and user/assistant IDs to inspect, back up, export, and mutate MemoryOS JSON files. There are no extraneous env vars, binaries, or unrelated capabilities requested.
Instruction Scope
SKILL.md directs the agent to locate the MemoryOS data root and run the bundled script for targeted operations (summary, search, backup, add, set-profile, export). The instructions reference only MemoryOS file paths and the bundled layout reference; they do not instruct reading unrelated system files or sending data to external endpoints.
Install Mechanism
No install spec is provided (instruction-only with a bundled Python script). No downloads, third-party package installs, or archive extraction are required by the skill package itself.
Credentials
The skill declares no required environment variables, credentials, or config paths. The Python script performs local filesystem operations on a user-supplied data_root and optional backup directory — this is proportional to its purpose. Note: the script will write/overwrite JSON files under the provided paths.
Persistence & Privilege
The registry flags are default (always:false). The agents/openai.yaml sets allow_implicit_invocation: true which permits implicit invocation by the platform — this increases the chance the model will call the skill autonomously, but there are no other elevated privileges requested. This is worth noting but not a disqualifying risk by itself.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openclaw-memoryos-memory-admin
  3. After installation, invoke the skill by name or use /openclaw-memoryos-memory-admin
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of OpenClaw MemoryOS Memory Admin skill. - Enables inspecting, backing up, searching, exporting, and updating OpenClaw long-term memory stored in MemoryOS. - Provides a Python script (`memoryos_admin.py`) for safe, deterministic operations on memory storage files. - Supports management of user profiles, long-term user and assistant knowledge, and memory export in Markdown. - Emphasizes using the bundled script over manual edits for integrity and auditability. - Includes workflow guidance, data rules, and best practices for safe mutation and integration with new agent projects.
Metadata
Slug openclaw-memoryos-memory-admin
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is openclaw-memoryos-memory-admin?

Inspect, back up, search, export, and update OpenClaw long-term memory stored with MemoryOS. Use when Codex needs to manage MemoryOS memory files for an Open... It is an AI Agent Skill for Claude Code / OpenClaw, with 206 downloads so far.

How do I install openclaw-memoryos-memory-admin?

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

Is openclaw-memoryos-memory-admin free?

Yes, openclaw-memoryos-memory-admin is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does openclaw-memoryos-memory-admin support?

openclaw-memoryos-memory-admin is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created openclaw-memoryos-memory-admin?

It is built and maintained by 曹广雨 (@xiaocaijic); the current version is v1.0.0.

💬 Comments