← 返回 Skills 市场
SeekDB Memory Setup
作者
Rongfeng Fu
· GitHub ↗
· v0.2.2
· MIT-0
97
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install openclaw-m0-setup
功能描述
为 OpenClaw 安装云端 m0 记忆插件。当用户提供 Access Key(以 ak_ 开头)或提到「配置云端记忆」「安装记忆插件」「setup memory」时使用此 skill。
安全使用建议
This skill appears to do what it claims (install/configure the m0 cloud-memory plugin), but it is intrusive: it will scan dotfiles under $HOME to locate the host CLI config, perform network calls to the provided endpoint, may create an API key, run npm to install clawhub if missing, and atomically overwrite the host CLI's JSON config (causing the Gateway to restart). Before using it: 1) verify the {ENDPOINT} is a trusted service and not a malicious host; 2) back up the host CLI config file (e.g., copy {CLAW_CMD}.json) so you can restore it if needed; 3) be aware a global 'npm i -g clawhub' may be executed—audit or run it manually if you prefer; 4) confirm you trust the person/service that will receive BOOT.md notifications (channel/target); 5) if you want more assurance, ask the publisher for a homepage or source repo so you can inspect code and confirm the API semantics. If any of these are unacceptable or you lack trust in the endpoint, do not run the configuration steps that write the CLI config.
功能分析
Type: OpenClaw Skill
Name: openclaw-m0-setup
Version: 0.2.2
The skill bundle automates the installation of a 'Cloud Memory' plugin by scanning all hidden directories in the user's home folder to identify host tools and then directly modifying application configuration files using an inline Node.js script (SKILL.md). It also implements a persistence-like mechanism using a temporary 'BOOT.md' file to resume execution after a service restart and performs multiple external network calls to various IP-discovery services (SKILL_BETA.md). While these actions are functionally aligned with the stated setup purpose, the broad file system scanning and direct configuration manipulation represent significant high-risk behaviors.
能力评估
Purpose & Capability
Name/description (installing m0 cloud memory for OpenClaw) align with the actual actions: validating service endpoints, creating an API key, running clawhub install, and writing the host CLI's JSON config. Requested binaries (curl, node) are plausible for the described flows (HTTP calls + atomic JSON write).
Instruction Scope
Instructions include filesystem inspection (scanning $HOME/.* for CLI config JSONs), performing network calls to the service endpoint, creating/updating the host CLI config file, and optionally writing a BOOT.md with notification channel/target. Those actions are necessary for installing/configuring a plugin but they require write access to the host CLI config and read access to dotfile configs; user confirmation is required in some branches. This scope is appropriate for a plugin installer but is intrusive relative to typical read-only helper skills.
Install Mechanism
The skill is instruction-only (no install spec). At runtime it may run 'npm i -g clawhub' if clawhub is missing, which installs a global npm package. No obscure or external download URLs are used in the instructions. Because installation happens at runtime via npm, users should be aware a global npm install may occur.
Credentials
The skill does not request unrelated environment variables or credentials. It asks for an Access Key (ak_...) only because the m0 service requires it, and the instructions include creating one via the service's API. No extra service tokens or secrets are demanded.
Persistence & Privilege
The skill writes to the host CLI's JSON config and triggers the host Gateway to restart (expected for plugin enabling). It does not request 'always: true' nor modify other skills' configurations. Because it modifies host configuration and relies on a restart, the user should accept that the installer will change persistent host state.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-m0-setup - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-m0-setup触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.2.2
Replace curl download with clawhub install, remove symlink setup
v0.2.1
Initial public release
元数据
常见问题
SeekDB Memory Setup 是什么?
为 OpenClaw 安装云端 m0 记忆插件。当用户提供 Access Key(以 ak_ 开头)或提到「配置云端记忆」「安装记忆插件」「setup memory」时使用此 skill。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 97 次。
如何安装 SeekDB Memory Setup?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-m0-setup」即可一键安装,无需额外配置。
SeekDB Memory Setup 是免费的吗?
是的,SeekDB Memory Setup 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
SeekDB Memory Setup 支持哪些平台?
SeekDB Memory Setup 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 SeekDB Memory Setup?
由 Rongfeng Fu(@frf12)开发并维护,当前版本 v0.2.2。
推荐 Skills