check-integration

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Check Integration

检查集成情况

Verify Nowledge Mem is running and guide the user to the best integration for their agent.
验证Nowledge Mem是否正在运行,并为用户引导适合其Agent的最佳集成方案。

When to Use

适用场景

  • User asks about Nowledge Mem setup or configuration
  • Memory tools are failing or not available
  • User asks "is my memory working?" or "how do I set up Nowledge Mem?"
  • First time using Nowledge Mem in this agent
  • User asks about upgrading from skills to a native plugin
  • 用户询问Nowledge Mem的设置或配置问题
  • 内存工具出现故障或无法使用
  • 用户提问“我的内存功能正常吗?”或“如何设置Nowledge Mem?”
  • 首次在该Agent中使用Nowledge Mem
  • 用户询问从技能升级到原生插件的方法

Step 1: Check nmem CLI

步骤1:检查nmem CLI

bash
nmem --json status
If this fails, Nowledge Mem is not installed or not running. Guide the user:
bash
nmem --json status
如果该命令执行失败,说明Nowledge Mem未安装或未运行。请引导用户:

Step 2: Detect Agent and Recommend Native Plugin

步骤2:检测Agent并推荐原生插件

These skills work in any agent via CLI. But native plugins provide richer features: auto-recall at prompt time, auto-capture at session end, graph exploration tools, and Working Memory injection.
Check which agent you're running in and recommend the native plugin if available.
The canonical source for this table is
community/integrations.json
.
AgentHow to DetectNative Plugin InstallDocs
Claude CodeRunning as Claude Code agent;
~/.claude/
exists
claude plugin marketplace add nowledge-co/community && claude plugin install nowledge-mem@nowledge-community
Guide
OpenClawRunning as OpenClaw agent;
~/.openclaw/
exists
openclaw plugins install @nowledge/openclaw-nowledge-mem
Guide
CursorRunning inside Cursor IDEInstall from Cursor Marketplace (search "Nowledge Mem")Guide
Gemini CLIRunning as Gemini CLI agent;
~/.gemini/
exists
Search "Nowledge Mem" in the Gemini CLI Extensions GalleryGuide
AlmaRunning inside Alma;
~/.config/alma/
exists
In Alma: Settings > Plugins > Marketplace, search "Nowledge Mem"Guide
DroidRunning inside Droid (Factory)Add nowledge-co/community marketplace, install nowledge-mem@nowledge-communityGuide
Codex CLIRunning as Codex CLI agent;
~/.codex/
exists
curl -fsSL https://raw.githubusercontent.com/nowledge-co/community/main/nowledge-mem-codex-prompts/install.sh | bash
Guide
BubRunning inside Bub
pip install nowledge-mem-bub
Guide
If the agent is not listed above, the npx skills you already have are the best option. They work everywhere via the
nmem
CLI.
这些技能可通过CLI在任意Agent中使用,但原生插件提供更丰富的功能:提示时自动召回、会话结束时自动捕获、图谱探索工具,以及工作内存注入。
检测当前运行的Agent,若有可用的原生插件则进行推荐。
该表格的标准来源为
community/integrations.json
Agent检测方式原生插件安装方法文档
Claude Code当前运行的是Claude Code Agent;存在
~/.claude/
目录
claude plugin marketplace add nowledge-co/community && claude plugin install nowledge-mem@nowledge-community
指南
OpenClaw当前运行的是OpenClaw Agent;存在
~/.openclaw/
目录
openclaw plugins install @nowledge/openclaw-nowledge-mem
指南
Cursor在Cursor IDE中运行从Cursor应用市场搜索“Nowledge Mem”进行安装指南
Gemini CLI当前运行的是Gemini CLI Agent;存在
~/.gemini/
目录
在Gemini CLI扩展库中搜索“Nowledge Mem”指南
Alma在Alma中运行;存在
~/.config/alma/
目录
在Alma中:设置 > 插件 > 应用市场,搜索“Nowledge Mem”指南
Droid在Droid(Factory)中运行添加nowledge-co/community应用市场,安装nowledge-mem@nowledge-community指南
Codex CLI当前运行的是Codex CLI Agent;存在
~/.codex/
目录
curl -fsSL https://raw.githubusercontent.com/nowledge-co/community/main/nowledge-mem-codex-prompts/install.sh | bash
指南
Bub在Bub中运行
pip install nowledge-mem-bub
指南
如果上述列表中没有你的Agent,那么你当前使用的npx技能就是最佳选择。它们可通过
nmem
CLI在所有环境中运行。

Step 3: Verify

步骤3:验证集成

After setup, verify with:
bash
nmem --json m search "test" -n 1
If this returns results (or an empty list with no error), the integration is working.
完成设置后,通过以下命令验证:
bash
nmem --json m search "test" -n 1
如果该命令返回结果(或返回无错误的空列表),说明集成已正常工作。

What Native Plugins Add

原生插件新增功能

Skills give you CLI-based memory access. Native plugins add:
  • Auto-recall: relevant memories injected before each response (no manual search needed)
  • Auto-capture: conversations saved as searchable threads at session end
  • LLM distillation: key decisions and insights extracted automatically
  • Graph tools: explore connections, evolution chains, and entity relationships
  • Working Memory: daily briefing injected at session start
  • Slash commands:
    /remember
    ,
    /recall
    ,
    /forget
    (where supported)
技能仅提供基于CLI的内存访问能力。原生插件额外提供:
  • 自动召回:在每次回复前自动注入相关记忆(无需手动搜索)
  • 自动捕获:会话结束时将对话保存为可搜索的线程
  • LLM提炼:自动提取关键决策和见解
  • 图谱工具:探索关联关系、演进链和实体关系
  • 工作内存:会话开始时注入每日简报
  • 斜杠命令
    /remember
    /recall
    /forget
    (在支持的环境中)

Links

相关链接