← 返回 Skills 市场
frf12

SeekDB Memory

作者 Rongfeng Fu · GitHub ↗ · v0.2.1 · MIT-0
cross-platform ⚠ suspicious
80
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install seekdb-memory
功能描述
Cloud-native persistent memory for OpenClaw agents. Auto-captures facts after conversations, auto-recalls relevant context before each reply. Hybrid search (...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install seekdb-memory
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /seekdb-memory 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.2.1
Initial release — cloud-native agent memory guide
元数据
Slug seekdb-memory
版本 0.2.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

SeekDB Memory 是什么?

Cloud-native persistent memory for OpenClaw agents. Auto-captures facts after conversations, auto-recalls relevant context before each reply. Hybrid search (... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 80 次。

如何安装 SeekDB Memory?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install seekdb-memory」即可一键安装,无需额外配置。

SeekDB Memory 是免费的吗?

是的,SeekDB Memory 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

SeekDB Memory 支持哪些平台?

SeekDB Memory 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 SeekDB Memory?

由 Rongfeng Fu(@frf12)开发并维护,当前版本 v0.2.1。

💬 留言讨论