← 返回 Skills 市场
gyzx

Persistent Agent Memory 1.0.1

作者 gyzx · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
1448
总下载
0
收藏
6
当前安装
1
版本数
在 OpenClaw 中安装
/install persistent-agent-memory-1-0-1
功能描述
Add persistent memory to any agent so it can remember prior work, maintain context across sessions, and continue long-running workflows.
安全使用建议
This skill appears to implement persistent memory via the Coral Bricks API and asking for CORAL_API_KEY is expected. However: (1) the SKILL.md references helper scripts (scripts/coral_store, coral_retrieve, coral_delete_matching) that are not included — ask the publisher for the scripts or concrete curl/python examples so you know exactly what will be sent to the Coral endpoint; (2) the _meta.json ownerId and the registry owner ID/version differ — verify the publisher identity and version integrity before trusting credentials; (3) SKILL.md references CORAL_API_URL but that env var is not declared in metadata — confirm the endpoint you will be sending data to; (4) review Coral Bricks' privacy policy and test with non-sensitive data first. If you cannot obtain the missing scripts or a clear example of the API calls this skill will make, avoid installing or handing over your CORAL_API_KEY.
功能分析
Type: OpenClaw Skill Name: persistent-agent-memory-1-0-1 Version: 1.0.0 The skill provides a legitimate persistent memory service for AI agents using the Coral Bricks API (search-api.coralbricks.ai). The documentation in SKILL.md clearly defines tools for semantic storage and retrieval (coral_store, coral_retrieve) and aligns perfectly with its stated purpose. No evidence of malicious intent, prompt injection, or unauthorized data exfiltration was found in the provided files.
能力评估
Purpose & Capability
The declared purpose (store/retrieve agent memory using Coral Bricks) aligns with requiring a CORAL_API_KEY and network-capable binaries (curl/python3). However the SKILL.md consistently references local helper scripts (scripts/coral_store, scripts/coral_retrieve, scripts/coral_delete_matching) even though this is an instruction-only skill with no script files or install spec. That mismatch makes it unclear how the agent is expected to perform the described operations.
Instruction Scope
The runtime instructions direct the agent to run local scripts under scripts/ to call the Coral API, but no scripts or code are included. The SKILL.md also references an optional CORAL_API_URL environment variable that is not declared in the skill metadata. Aside from sending data to the coralbricks.ai endpoint (expected for the feature), the instructions do not ask the agent to read unrelated system files or other credentials.
Install Mechanism
This is instruction-only with no install spec and no code written to disk, which is the lowest-risk install posture. Required binaries are standard (curl, python3). Because nothing is downloaded or extracted as part of install, there's no additional install risk from the provided manifest.
Credentials
Only a single primary credential (CORAL_API_KEY) is required, which is proportionate to the declared purpose. However SKILL.md mentions an optional CORAL_API_URL env var that is not listed under requires.env, and the skill instructs exporting CORAL_API_KEY locally — the missing declaration of CORAL_API_URL is a minor inconsistency to be aware of.
Persistence & Privilege
The skill does not request always:true and does not claim elevated platform privileges. Autonomous invocation is enabled (default) which is typical for skills. No instructions attempt to modify other skills or system-wide agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install persistent-agent-memory-1-0-1
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /persistent-agent-memory-1-0-1 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of persistent-agent-memory skill. - Enables any agent to store, retrieve, and delete persistent memories powered by Coral Bricks. - Stores all content in the default collection, allowing context to persist across agent sessions and long-running workflows. - Provides three command-line tools: coral_store, coral_retrieve, and coral_delete_matching for managing memories by meaning. - Allows attaching free-form JSON metadata to memories. - Setup requires a CORAL_API_KEY; optional API URL override supported.
元数据
Slug persistent-agent-memory-1-0-1
版本 1.0.0
许可证 MIT-0
累计安装 6
当前安装数 6
历史版本数 1
常见问题

Persistent Agent Memory 1.0.1 是什么?

Add persistent memory to any agent so it can remember prior work, maintain context across sessions, and continue long-running workflows. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1448 次。

如何安装 Persistent Agent Memory 1.0.1?

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

Persistent Agent Memory 1.0.1 是免费的吗?

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

Persistent Agent Memory 1.0.1 支持哪些平台?

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

谁开发了 Persistent Agent Memory 1.0.1?

由 gyzx(@gyzx)开发并维护,当前版本 v1.0.0。

💬 留言讨论