← 返回 Skills 市场
minopop

VyasaGraph — Persistent Agent Memory

作者 minopop · GitHub ↗ · v1.2.0 · MIT-0
cross-platform ✓ 安全检测通过
151
总下载
1
收藏
0
当前安装
7
版本数
在 OpenClaw 中安装
/install vyasagraph
功能描述
No more agentic amnesia. Gives your agent short-term + long-term memory: hot survivable context + knowledge graph for permanent recall. Semantic search, grap...
安全使用建议
This skill appears coherent for adding local persistent memory, but before installing: 1) Review the vyasagraph npm package and the GitHub source to confirm what it writes and whether it makes any network calls or telemetry beyond OpenAI embeddings. 2) Do not store secrets, API keys, payment data, or personal health data in the memory files; follow the SKILL.md guidance. 3) Consider running the package in a sandbox/container and pin the package version. 4) Inspect file permissions for SESSION-STATE.md and memory.db, and encrypt or restrict access if needed. 5) Only set OPENAI_API_KEY if you accept that embeddings (derived from stored entity text) will be sent to OpenAI; verify the code path to ensure conversation transcripts are not leaked. 6) If you lack time to audit, treat this as untrusted third-party code and limit its data and execution privileges.
功能分析
Type: OpenClaw Skill Name: vyasagraph Version: 1.2.0 The vyasagraph skill implements a dual-layer memory system (short-term and long-term) for AI agents using local file storage (memory.db and SESSION-STATE.md). The instructions in SKILL.md explicitly guide the agent to maintain state and record new information, which is consistent with the stated purpose of providing persistent memory. While it optionally uses the OpenAI API for text embeddings, the documentation clearly outlines this behavior and provides privacy warnings, with no evidence of data exfiltration, malicious execution, or deceptive prompt injection.
能力评估
Purpose & Capability
Name/description (embedded long- and short-term memory) match what the SKILL.md describes. Installing an npm package named vyasagraph is proportionate to the declared purpose. No unrelated env vars or binaries are requested.
Instruction Scope
The instructions direct the agent to persist session state (SESSION-STATE.md) and a local DB (memory.db) and to write before responses (write-ahead log). This is expected for a memory skill, but it means the agent will write local files frequently and could persist any text the agent is instructed to store—so the agent's behavior should be constrained to avoid saving secrets or unintended data.
Install Mechanism
Install is via npm (package: vyasagraph). This is an expected distribution method for a Node.js memory library; moderate trust risk typical of third-party npm packages but not unusual or disproportionate.
Credentials
Only an optional OPENAI_API_KEY is declared (used for embeddings). No required credentials or unrelated environment variables are requested. The optional key is consistent with the stated embedding feature.
Persistence & Privilege
The skill persists data to local files (memory.db, SESSION-STATE.md). always: false (not force-included). Autonomous invocation is allowed by platform default—combined with persistence this increases blast radius if the agent is permitted to store arbitrary content, so limit what the agent may record.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install vyasagraph
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /vyasagraph 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.0
v3.2.0: Added currentState field — set a dense summary on any entity to sharpen its semantic search signal. Full observation history preserved. Fixed misleading OpenAI privacy wording in skill description.
v1.1.0
v3.1.0: addObservations() and updateEntity() now auto-regenerate embeddings on every write. Fixes stale semantic search results after incremental memory updates.
v1.0.4
Security: declared OPENAI_API_KEY as optional env, added repo/homepage/license metadata, added Security & Privacy section covering data handling, what not to store, retention policy, and open source provenance
v1.0.3
Better spacing, bullet points with emojis, updated blurb
v1.0.2
Punchier description blurb
v1.0.1
Expanded description: full feature list, dual-layer memory explanation, project tracking, error tracking, naming conventions, full API examples
v1.0.0
Initial release. Two-layer memory stack: SESSION-STATE (short-term) + VyasaGraph knowledge graph (long-term). No more agentic amnesia.
元数据
Slug vyasagraph
版本 1.2.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 7
常见问题

VyasaGraph — Persistent Agent Memory 是什么?

No more agentic amnesia. Gives your agent short-term + long-term memory: hot survivable context + knowledge graph for permanent recall. Semantic search, grap... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 151 次。

如何安装 VyasaGraph — Persistent Agent Memory?

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

VyasaGraph — Persistent Agent Memory 是免费的吗?

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

VyasaGraph — Persistent Agent Memory 支持哪些平台?

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

谁开发了 VyasaGraph — Persistent Agent Memory?

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

💬 留言讨论