← 返回 Skills 市场
5604
总下载
1
收藏
31
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-memory
功能描述
Persistent, locally stored semantic memory for agents with automatic learning, searchable facts, and optional paid unlimited retention across all sessions.
安全使用建议
Install only if you are comfortable with persistent capture and reuse of prompts/responses. Use local embeddings unless you explicitly want conversation-derived text sent to OpenAI, bind the dashboard to a trusted local-only interface or add authentication, do not give agents funded wallets or autonomous spending authority without explicit limits, and treat Pro activation as insecure until real on-chain payment verification is implemented.
功能分析
Type: OpenClaw Skill
Name: openclaw-memory
Version: 1.0.0
The skill implements a persistent memory system that includes an autonomous payment feature (x402 protocol) allowing AI agents to 'upgrade' themselves to a Pro tier for 0.5 USDT/month. While the core RAG functionality is standard, the bundle uses prompt injection techniques in `SKILL.md` and `AGENT-PAYMENTS.md` to persuade the agent to spend funds autonomously based on 'ROI' calculations. Furthermore, `src/x402.js` contains a significant vulnerability where the `verifyTransactionOnChain` function is a stub that 'trusts any valid-looking transaction hash,' which could be exploited or lead to unintended financial state changes. The inclusion of autonomous spending logic and persuasive instructions targeting the agent's decision-making process is highly risky.
能力评估
Purpose & Capability
Persistent memory, request hooks, local SQLite storage, semantic retrieval, dashboard controls, and x402 payment/licensing are disclosed and mostly coherent with the stated purpose, but the combination of long-lived conversation capture and financial subscription flows materially raises user impact.
Instruction Scope
AGENT-PAYMENTS.md and README.md explicitly frame Pro upgrades as autonomous agent payments and state that no human approval is needed; that is high-impact financial guidance without a clear operator approval gate.
Install Mechanism
The package uses normal Node/OpenClaw hook registration and no obfuscated installer was found, but the skill metadata only declares a Node requirement while runtime behavior includes persistent filesystem storage, request/response hooks, environment-based API keys, a web server, outbound OpenAI requests, and payment endpoints.
Credentials
The README claims all data is local and nothing is sent to external servers, while the default embedding provider is OpenAI and sends text to the embeddings API; the dashboard also exposes unauthenticated memory and x402 endpoints on port 9091.
Persistence & Privilege
The skill automatically extracts memories from prompts and responses, stores them under ~/.openclaw/openclaw-memory, injects retrieved memories into later requests, and provides deletion/pruning paths, but lacks clear consent, sensitivity filtering, authentication, or strong scoping controls in the artifacts.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-memory - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-memory触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of openclaw-memory: persistent memory system for OpenClaw agents with semantic search and x402 payment integration.
- Supports both Free (100 memories, 7-day retention) and Pro (unlimited, permanent) tiers.
- Features local storage with SQLite and vector embeddings for semantic retrieval.
- Provides command-line tools and a web dashboard for managing memories.
- All data is stored locally with full privacy and no external telemetry.
元数据
常见问题
Openclaw Memory 是什么?
Persistent, locally stored semantic memory for agents with automatic learning, searchable facts, and optional paid unlimited retention across all sessions. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 5604 次。
如何安装 Openclaw Memory?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-memory」即可一键安装,无需额外配置。
Openclaw Memory 是免费的吗?
是的,Openclaw Memory 完全免费(开源免费),可自由下载、安装和使用。
Openclaw Memory 支持哪些平台?
Openclaw Memory 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux, win32)。
谁开发了 Openclaw Memory?
由 AtlasPA(@atlaspa)开发并维护,当前版本 v1.0.0。
推荐 Skills