← Back to Skills Marketplace
SeekDB Memory
by
Rongfeng Fu
· GitHub ↗
· v0.2.1
· MIT-0
80
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install seekdb-memory
Description
Cloud-native persistent memory for OpenClaw agents. Auto-captures facts after conversations, auto-recalls relevant context before each reply. Hybrid search (...
Usage Guidance
Before installing or enabling this memory skill: 1) Confirm the identity and trustworthiness of the m0 plugin provider and the baseUrl (who owns the endpoint and where is data stored?). 2) Don’t put highly sensitive data into conversations until you understand retention, access controls, and deletion procedures. 3) Use a scoped, revocable API key and prefer self-hosting the baseUrl if possible. 4) Consider disabling autoCapture/autoRecall in the config while you test with non-sensitive data, and prefer explicit memory_store calls for anything important. 5) Ask the publisher for a privacy policy, data retention/processing details, and whether conversation content is encrypted in transit and at rest. 6) Because the registry metadata omits required credentials, request corrected metadata or documentation before trusting the skill.
Capability Analysis
Type: OpenClaw Skill
Name: seekdb-memory
Version: 0.2.1
The seekdb-memory skill bundle provides documentation and tool definitions for a cloud-native long-term memory system. It relies on an external plugin (m0) to perform automated fact capture and context retrieval. While the skill involves sending conversation data to a remote endpoint, this behavior is transparently documented as its core functionality. No evidence of malicious intent, obfuscation, or unauthorized data access was found in SKILL.md or _meta.json.
Capability Assessment
Purpose & Capability
The SKILL.md clearly describes a cloud-backed memory service that requires an API key and a baseUrl (api endpoint). However, the registry metadata declares no required environment variables, no primary credential, and no install artifacts. That omission is an inconsistency: the skill requires credentials/config to function but does not declare them in metadata.
Instruction Scope
Runtime instructions tell the agent (via the m0 plugin) to auto-capture conversation facts after each conversation and auto-recall relevant memories before replies, transmitting conversation-derived data to a user-specified baseUrl. The SKILL.md does not describe data handling, retention, or privacy controls. It also instructs editing ~/.openclaw/openclaw.json to store an apiKey and endpoint — i.e., persistent local credentials plus automatic external transmission of conversation content.
Install Mechanism
This is an instruction-only skill with no install spec or code files, so nothing new is written to disk by the skill itself. That lowers installation risk; the actual network behavior will depend on the separate m0 plugin, which is not included here.
Credentials
Although the SKILL.md requires an apiKey and baseUrl for the m0 plugin, the registry lists no required env vars or primary credential. The skill directs storing credentials in a config file instead of declaring them, which hides necessary secrets from the metadata. Requesting a cloud API key to store and transmit conversation data is proportionate to the described feature, but the omission in metadata and lack of guidance about scoping/revocation/privacy is problematic.
Persistence & Privilege
The skill and the m0 plugin are designed to run automatically (auto-recall and auto-capture). The skill itself is not 'always: true' and does not claim to alter other skills, which is normal. However, automatic capture/injection of conversation content increases privacy risk; combined with the missing credential declaration and absent vendor/source information, this raises a notable risk profile.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install seekdb-memory - After installation, invoke the skill by name or use
/seekdb-memory - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.2.1
Initial release — cloud-native agent memory guide
Metadata
Frequently Asked Questions
What is SeekDB Memory?
Cloud-native persistent memory for OpenClaw agents. Auto-captures facts after conversations, auto-recalls relevant context before each reply. Hybrid search (... It is an AI Agent Skill for Claude Code / OpenClaw, with 80 downloads so far.
How do I install SeekDB Memory?
Run "/install seekdb-memory" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is SeekDB Memory free?
Yes, SeekDB Memory is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does SeekDB Memory support?
SeekDB Memory is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created SeekDB Memory?
It is built and maintained by Rongfeng Fu (@frf12); the current version is v0.2.1.
More Skills