← 返回 Skills 市场
aisoftgg

PARA Memory System

作者 aisoftgg · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
267
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install para-memory
功能描述
Set up and maintain a 3-layer PARA memory system for OpenClaw agents. Provides durable knowledge persistence across sessions using daily notes, a structured...
安全使用建议
This skill is coherent and does what it says: manage a local PARA memory inside the agent workspace. Before installing, consider: 1) Inspect the workspace you will use for these files — don't point the skill at folders that contain secrets, keys, or other sensitive material. 2) Review and possibly edit the templates (AGENTS.md, tacit, daily) to remove or reword 'Don't ask permission. Just do it.' if you want explicit consent before writes. 3) Decide whether you want automatic nightly consolidation (cron/heartbeats) — if not, run consolidation manually. 4) Ensure file permissions/backups are acceptable (daily notes are stored indefinitely per the docs). 5) Confirm your platform's agent sandboxing so the agent cannot read files outside the intended workspace. If you want additional assurance, test in an isolated project directory first.
功能分析
Type: OpenClaw Skill Name: para-memory Version: 1.0.0 The para-memory skill is a legitimate knowledge management system designed to provide OpenClaw agents with long-term memory using the PARA (Projects, Areas, Resources, Archives) methodology. It uses local file storage (SKILL.md, AGENTS-template.md) to track session logs, user preferences, and project states, and includes explicit safety instructions ('Red Lines') that prohibit data exfiltration and unauthorized external communication.
能力评估
Purpose & Capability
Name/description match the behavior: instructions create and maintain a local PARA-style folder structure and daily notes. There are no unrelated env vars, binaries, or installs requested.
Instruction Scope
All runtime instructions are file I/O within the agent workspace (life/, memory/, AGENTS.md). That's coherent for a memory system. Two items to be aware of: (1) templates include the line 'Don't ask permission. Just do it.' which instructs the agent to read files and act without explicit per-action user consent — reasonable for internal memory reads but a potential privacy/consent policy decision for the user; (2) it recommends automatic nightly consolidation (cron or 'heartbeats'), so the agent is expected to modify files autonomously unless that behavior is limited by the platform. There are no instructions to call external endpoints or exfiltrate data.
Install Mechanism
Instruction-only skill with no install spec and no code files. Nothing is written to disk by an installer — the only writes are the file operations the skill asks the agent to perform at runtime.
Credentials
The skill requests no environment variables, credentials, or config paths. All required resources are local file paths inside the workspace and templates included in the skill.
Persistence & Privilege
always:false (no forced global inclusion). The skill recommends autonomous actions (nightly consolidation / heartbeats / cron). Autonomous invocation is platform-default and not inherently problematic, but you should decide whether you want the agent to run these consolidations automatically or only when manually triggered.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install para-memory
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /para-memory 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release — 3-layer PARA memory system for OpenClaw agents. Includes AGENTS.md template, tacit knowledge template, daily notes template, and nightly consolidation workflow. Built by KaiShips.
元数据
Slug para-memory
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

PARA Memory System 是什么?

Set up and maintain a 3-layer PARA memory system for OpenClaw agents. Provides durable knowledge persistence across sessions using daily notes, a structured... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 267 次。

如何安装 PARA Memory System?

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

PARA Memory System 是免费的吗?

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

PARA Memory System 支持哪些平台?

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

谁开发了 PARA Memory System?

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

💬 留言讨论