← Back to Skills Marketplace
164
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install novyx-memory
Description
Enterprise-grade persistent memory for AI agents — rollback, audit trails, knowledge graph, governed actions, time-travel debugging, and 60+ commands coverin...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install novyx-memory - After installation, invoke the skill by name or use
/novyx-memory - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Novyx Memory?
Enterprise-grade persistent memory for AI agents — rollback, audit trails, knowledge graph, governed actions, time-travel debugging, and 60+ commands coverin... It is an AI Agent Skill for Claude Code / OpenClaw, with 164 downloads so far.
How do I install Novyx Memory?
Run "/install novyx-memory" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Novyx Memory free?
Yes, Novyx Memory is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Novyx Memory support?
Novyx Memory is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Novyx Memory?
It is built and maintained by novyxlabs (@novyxlabs); the current version is v3.0.0.
More Skills