← 返回 Skills 市场
206
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-memoryos-memory-admin - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-memoryos-memory-admin触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 206 次。
如何安装 openclaw-memoryos-memory-admin?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-memoryos-memory-admin」即可一键安装,无需额外配置。
openclaw-memoryos-memory-admin 是免费的吗?
是的,openclaw-memoryos-memory-admin 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
openclaw-memoryos-memory-admin 支持哪些平台?
openclaw-memoryos-memory-admin 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 openclaw-memoryos-memory-admin?
由 曹广雨(@xiaocaijic)开发并维护,当前版本 v1.0.0。
推荐 Skills