← 返回 Skills 市场
dustin-a11y

Quantum Memory Graph

作者 Dustin-a11y · GitHub ↗ · v0.4.0 · MIT-0
cross-platform ⚠ suspicious
104
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install quantum-memory
功能描述
Quantum-optimized memory retrieval for AI agents. Use when building agent memory systems, replacing Mem0/LangChain memory, or needing relationship-aware reca...
安全使用建议
This skill is instruction-only and points you to install an external PyPI package (quantum-memory-graph) and to optionally use IBM quantum hardware and a shared API server. Before installing or deploying: 1) Inspect the actual PyPI package source (or the project's repo) to verify what code will run, which endpoints it contacts, and how it persists data. 2) Don’t run the package or shared server on systems containing private data until you confirm isolation and authorization controls—shared servers explicitly make different agents' memories available to each other. 3) Treat IBM_QUANTUM_TOKEN and any database credentials as sensitive; the metadata didn’t declare them even though the docs reference them. 4) Validate benchmarking claims and model/extra dependencies (large models require substantial RAM/GPU). If you can’t review the package source, run it in an isolated environment (container or dedicated VM) and avoid migrating sensitive production data there.
功能分析
Type: OpenClaw Skill Name: quantum-memory Version: 0.4.0 The quantum-memory skill bundle provides instructions and documentation for integrating a relationship-aware memory system into AI agents using the 'quantum-memory-graph' library. It includes triggers for the agent, installation commands, and usage examples for memory storage and retrieval using knowledge graphs and QAOA optimization. The files (SKILL.md, deployment.md, and models.md) contain no evidence of malicious intent, data exfiltration, or harmful prompt injections, and the requested permissions (like the IBM Quantum token) are consistent with the stated functionality.
能力评估
Purpose & Capability
The name/description (relationship-aware, QAOA-backed memory graph) matches the SKILL.md usage examples and deployment guidance. However, the skill's claims (quantum hardware use, benchmark numbers) cannot be verified from the instruction-only package and the registry metadata lists no publisher or homepage. Examples also reference migrating from databases and running as a shared API server, which are plausible for a memory system but raise privacy/usage implications not discussed in the description.
Instruction Scope
SKILL.md instructs the user to pip-install an external package and shows examples that: connect to PostgreSQL for migration (psycopg2 example), run a shared API server that explicitly states 'Shared server: One instance serves all agents', and use an IBM quantum token for real hardware runs. The instructions therefore encourage operations that access external systems and shared state (databases, shared API, hardware tokens). The file does not instruct the agent itself to read arbitrary host files, but it does direct the user to perform actions that could expose or centralize sensitive data, and it references an env var (IBM_QUANTUM_TOKEN) that is not declared in the skill metadata.
Install Mechanism
There is no install spec in the registry (instruction-only), but SKILL.md tells users to 'pip install quantum-memory-graph' and to use optional extras ([api], [ibm]). Recommending a PyPI package is normal for Python libraries, but it means arbitrary code will be downloaded and executed when installed; without a homepage or publisher info, the package source and trustworthiness are unknown. This is expected for this kind of skill but increases risk compared with an auditable builtin.
Credentials
Registry metadata lists no required environment variables, yet the instructions reference IBM_QUANTUM_TOKEN for running on IBM quantum hardware. That env var is optional for hardware runs but is not declared, which is an inconsistency. The examples also show connecting to external databases (postgres connection string) and recommending shared servers, which imply needing credentials for other services even though none are declared. The skill requests or implies access to credentials that are not explicitly listed in the metadata.
Persistence & Privilege
Flags are default (always: false, agent invocation allowed). The skill does recommend a persistent shared API server and notes that the graph 'saves to disk automatically', but the skill itself does not request force-inclusion or system-level modifications in the registry metadata.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install quantum-memory
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /quantum-memory 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.4.0
v0.4.0: #1 R@5 on LongMemEval (to our knowledge). Short-term memory layer with recency boost, working memory, conversation context. 96.6% Recall@5 with gte-large model.
元数据
Slug quantum-memory
版本 0.4.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Quantum Memory Graph 是什么?

Quantum-optimized memory retrieval for AI agents. Use when building agent memory systems, replacing Mem0/LangChain memory, or needing relationship-aware reca... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 104 次。

如何安装 Quantum Memory Graph?

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

Quantum Memory Graph 是免费的吗?

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

Quantum Memory Graph 支持哪些平台?

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

谁开发了 Quantum Memory Graph?

由 Dustin-a11y(@dustin-a11y)开发并维护,当前版本 v0.4.0。

💬 留言讨论