← Back to Skills Marketplace
SeekDB Memory Setup
by
Rongfeng Fu
· GitHub ↗
· v0.2.2
· MIT-0
97
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install openclaw-m0-setup
Description
为 OpenClaw 安装云端 m0 记忆插件。当用户提供 Access Key(以 ak_ 开头)或提到「配置云端记忆」「安装记忆插件」「setup memory」时使用此 skill。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-m0-setup - After installation, invoke the skill by name or use
/openclaw-m0-setup - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.2.2
Replace curl download with clawhub install, remove symlink setup
v0.2.1
Initial public release
Metadata
Frequently Asked Questions
What is SeekDB Memory Setup?
为 OpenClaw 安装云端 m0 记忆插件。当用户提供 Access Key(以 ak_ 开头)或提到「配置云端记忆」「安装记忆插件」「setup memory」时使用此 skill。 It is an AI Agent Skill for Claude Code / OpenClaw, with 97 downloads so far.
How do I install SeekDB Memory Setup?
Run "/install openclaw-m0-setup" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is SeekDB Memory Setup free?
Yes, SeekDB Memory Setup is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does SeekDB Memory Setup support?
SeekDB Memory Setup is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created SeekDB Memory Setup?
It is built and maintained by Rongfeng Fu (@frf12); the current version is v0.2.2.
More Skills