check-integration
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseCheck 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 statusIf this fails, Nowledge Mem is not installed or not running. Guide the user:
- Install: https://mem.nowledge.co/docs/installation
- Start: open the Nowledge Mem desktop app, or run the server
bash
nmem --json status如果该命令执行失败,说明Nowledge Mem未安装或未运行。请引导用户:
- 安装:https://mem.nowledge.co/docs/installation
- 启动:打开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| Agent | How to Detect | Native Plugin Install | Docs |
|---|---|---|---|
| Claude Code | Running as Claude Code agent; | | Guide |
| OpenClaw | Running as OpenClaw agent; | | Guide |
| Cursor | Running inside Cursor IDE | Install from Cursor Marketplace (search "Nowledge Mem") | Guide |
| Gemini CLI | Running as Gemini CLI agent; | Search "Nowledge Mem" in the Gemini CLI Extensions Gallery | Guide |
| Alma | Running inside Alma; | In Alma: Settings > Plugins > Marketplace, search "Nowledge Mem" | Guide |
| Droid | Running inside Droid (Factory) | Add nowledge-co/community marketplace, install nowledge-mem@nowledge-community | Guide |
| Codex CLI | Running as Codex CLI agent; | | Guide |
| Bub | Running inside Bub | | Guide |
If the agent is not listed above, the npx skills you already have are the best option. They work everywhere via the CLI.
nmem这些技能可通过CLI在任意Agent中使用,但原生插件提供更丰富的功能:提示时自动召回、会话结束时自动捕获、图谱探索工具,以及工作内存注入。
检测当前运行的Agent,若有可用的原生插件则进行推荐。
该表格的标准来源为。
community/integrations.json| Agent | 检测方式 | 原生插件安装方法 | 文档 |
|---|---|---|---|
| Claude Code | 当前运行的是Claude Code Agent;存在 | | 指南 |
| OpenClaw | 当前运行的是OpenClaw Agent;存在 | | 指南 |
| Cursor | 在Cursor IDE中运行 | 从Cursor应用市场搜索“Nowledge Mem”进行安装 | 指南 |
| Gemini CLI | 当前运行的是Gemini CLI Agent;存在 | 在Gemini CLI扩展库中搜索“Nowledge Mem” | 指南 |
| Alma | 在Alma中运行;存在 | 在Alma中:设置 > 插件 > 应用市场,搜索“Nowledge Mem” | 指南 |
| Droid | 在Droid(Factory)中运行 | 添加nowledge-co/community应用市场,安装nowledge-mem@nowledge-community | 指南 |
| Codex CLI | 当前运行的是Codex CLI Agent;存在 | | 指南 |
| Bub | 在Bub中运行 | | 指南 |
如果上述列表中没有你的Agent,那么你当前使用的npx技能就是最佳选择。它们可通过 CLI在所有环境中运行。
nmemStep 3: Verify
步骤3:验证集成
After setup, verify with:
bash
nmem --json m search "test" -n 1If 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(where supported)/forget
技能仅提供基于CLI的内存访问能力。原生插件额外提供:
- 自动召回:在每次回复前自动注入相关记忆(无需手动搜索)
- 自动捕获:会话结束时将对话保存为可搜索的线程
- LLM提炼:自动提取关键决策和见解
- 图谱工具:探索关联关系、演进链和实体关系
- 工作内存:会话开始时注入每日简报
- 斜杠命令:、
/remember、/recall(在支持的环境中)/forget