← 返回 Skills 市场
novyxlabs

Novyx Memory

作者 novyxlabs · GitHub ↗ · v3.0.0 · MIT-0
cross-platform ⚠ suspicious
164
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install novyx-memory
功能描述
Enterprise-grade persistent memory for AI agents — rollback, audit trails, knowledge graph, governed actions, time-travel debugging, and 60+ commands coverin...
安全使用建议
This skill will automatically send user messages and agent responses to an external Novyx API and persist them (auto-save/auto-recall). That is expected for a memory skill but can leak secrets or PII. Before installing: 1) Confirm you trust https://novyxlabs.com and the default API host (index.js defaults to https://novyx-ram-api.fly.dev); 2) Use a dedicated/test API key (not a high-privilege account) if you want to try it; 3) Consider disabling autoSave/autoRecall in configuration if you need manual control; 4) Note a minor doc mismatch: NOVYX_API_URL is supported by the code but not listed in SKILL.md metadata — if you prefer self-hosting, set NOVYX_API_URL to your endpoint; 5) Running the provided test (npm test) will create/delete memories on the configured account, so run tests with a disposable key. If you need a deeper assessment, provide network logs or confirm the official API host and privacy/security docs for Novyx.
功能分析
Type: OpenClaw Skill Name: novyx-memory Version: 3.0.0 The novyx-memory skill bundle provides a comprehensive interface for a third-party persistent memory service. It implements over 60 commands for memory management, including semantic search, cryptographic audit trails, and 'time-travel' rollback features. The code (index.js) is a standard API client using axios to communicate with a legitimate hosting platform (fly.dev). While it automatically captures conversation context, this behavior is clearly documented in SKILL.md and README.md as the core functionality. No evidence of malicious intent, obfuscation, or unauthorized data exfiltration was found.
能力评估
Purpose & Capability
Name/description (persistent memory, rollback, audit, knowledge graph) match the implemented commands and API calls. The single declared credential (NOVYX_API_KEY) is appropriate for a hosted memory service.
Instruction Scope
SKILL.md and index.js instruct the agent to auto-recall relevant memories before responses and auto-save user messages and agent responses (with some length filters). That behavior is within the memory-skill purpose, but it means chat content (including any secrets or PII users type) will be sent to the Novyx API.
Install Mechanism
No external download/install URL is used; package is a normal Node package (axios, dotenv). README suggests cloning and npm install or using ClawHub. No archive downloads or obscure hosts are used by the installer.
Credentials
Only NOVYX_API_KEY is required (declared as primary). The code also optionally reads NOVYX_API_URL (not declared in SKILL.md metadata) — minor documentation mismatch. Requiring a single API key is proportional, but the key grants the service the ability to store and read all auto-saved conversation content.
Persistence & Privilege
always is false and the skill does not request elevated platform privileges or modify other skills. Autonomous invocation is allowed (default) which is expected for a memory skill — combined with auto-save/auto-recall this increases the need to trust the external service but is not itself incoherent.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install novyx-memory
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /novyx-memory 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v3.0.0
- Major release introducing version 3.0.0 of Novyx Memory. - Adds comprehensive enterprise-grade memory management for AI agents, including rollback, cryptographic audit trails, knowledge graph, governed actions, and time-travel debugging. - Over 60 commands now available, covering memory, drafts, multi-agent context spaces, eval scoring, execution tracing, and policy-controlled actions. - Automatic behaviors include context auto-recall, persistent message saving, trivial message skipping, and context de-duplication. - Extensive documentation now details all commands, features, and differentiators versus other memory skills.
元数据
Slug novyx-memory
版本 3.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Novyx Memory 是什么?

Enterprise-grade persistent memory for AI agents — rollback, audit trails, knowledge graph, governed actions, time-travel debugging, and 60+ commands coverin... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 164 次。

如何安装 Novyx Memory?

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

Novyx Memory 是免费的吗?

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

Novyx Memory 支持哪些平台?

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

谁开发了 Novyx Memory?

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

💬 留言讨论