一键导入
nowledge-mem
Use Nowledge Mem in Alma for external memory, prior-thread recall, Context Bundle startup context, durable memory saves, and thread history lookup.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use Nowledge Mem in Alma for external memory, prior-thread recall, Context Bundle startup context, durable memory saves, and thread history lookup.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use Nowledge Mem from WorkBuddy or CodeBuddy for startup context, memory search, durable saves, thread search, and WorkBuddy/CodeBuddy transcript import.
Read your daily Working Memory briefing to understand current context. Contains active focus areas, priorities, unresolved flags, and recent knowledge changes. Load this automatically at the beginning of sessions for cross-tool continuity.
Search memory store when past insights would improve response. Recognize when user's stored breakthroughs, decisions, or solutions are relevant. Search proactively based on context, not just explicit requests.
Use Nowledge Mem from Kimi Code for startup context, memory search, durable saves, thread search, and Kimi Code transcript import.
Check Nowledge Mem setup, detect your agent, and guide native connector setup. Use when the user asks about setup, configuration, or when memory tools aren't working as expected.
Save decisions, insights, preferences, and procedures as durable memories. Fires when the conversation produces knowledge worth keeping across sessions.
| name | nowledge-mem |
| description | Use Nowledge Mem in Alma for external memory, prior-thread recall, Context Bundle startup context, durable memory saves, and thread history lookup. |
Use Nowledge Mem as Alma's external memory system.
At the start of work that may depend on identity, active scope, Rules, recent priorities, or prior decisions, call nowledge_mem_context_bundle.
Use nowledge_mem_working_memory only when you need the lighter daily briefing or when Context Bundle is unavailable.
nowledge_mem_query for broad recall across memories, with thread fallback.nowledge_mem_search for focused memory retrieval.nowledge_mem_thread_search when the user is asking about conversation history.sourceThreadId, use nowledge_mem_thread_show to inspect the original conversation before making strong claims.Start with a narrow query. Fetch more pages only when the current result is not enough.
Use nowledge_mem_store when the conversation produces durable knowledge:
Choose unit_type deliberately: decision, learning, preference, fact, plan, procedure, context, or event.
Do not save pleasantries or filler. If the user explicitly asks you to remember something, save it.
nowledge_mem_update when a remembered item is wrong but should remain.nowledge_mem_delete only when the user clearly wants a memory removed.If Alma does not expose plugin tools in the current thread, use Bash with nmem when available:
nmem --json context read --source-app alma
nmem --json m search "<query>" -n 5
nmem --json t search "<query>" -n 5 --source alma
nmem --json t show <thread_id> -n 30 --offset 0 --content-limit 1200
nmem --json m add "<content>" -t "<title>" --unit-type decision
If neither plugin tools nor Bash are available, state the blocker and ask for one concrete enablement step.
When memory affected the answer, include a short source line:
Source: nowledge_mem_querySource: nowledge_mem_search + nowledge_mem_showSource: nowledge_mem_thread_search + nowledge_mem_thread_showSource: nmem CLISource: injected recall context