← Back to Skills Marketplace
gyzx

Persistent Agent Memory 1.0.1

by gyzx · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
1448
Downloads
0
Stars
6
Active Installs
1
Versions
Install in OpenClaw
/install persistent-agent-memory-1-0-1
Description
Add persistent memory to any agent so it can remember prior work, maintain context across sessions, and continue long-running workflows.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install persistent-agent-memory-1-0-1
  3. After installation, invoke the skill by name or use /persistent-agent-memory-1-0-1
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug persistent-agent-memory-1-0-1
Version 1.0.0
License MIT-0
All-time Installs 6
Active Installs 6
Total Versions 1
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 1448 downloads so far.

How do I install Persistent Agent Memory 1.0.1?

Run "/install persistent-agent-memory-1-0-1" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Persistent Agent Memory 1.0.1 free?

Yes, Persistent Agent Memory 1.0.1 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Persistent Agent Memory 1.0.1 support?

Persistent Agent Memory 1.0.1 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Persistent Agent Memory 1.0.1?

It is built and maintained by gyzx (@gyzx); the current version is v1.0.0.

💬 Comments