用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/nowledge-co/community --skill nowledge-mem命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Read the user's Working Memory briefing when current priorities, recent activity, or active focus areas matter.
Read your daily Working Memory briefing to understand current context. Contains active focus areas, priorities, unresolved flags, and recent knowledge changes. In Grok Build, invoke this on the first relevant turn because passive startup-hook output is not model context.
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.
基于 SOC 职业分类
正在显示 SKILL.md
| name | nowledge-mem |
| description | Search, save, and manage knowledge across all your AI tools through Nowledge Mem. |
| license | Apache-2.0 |
| compatibility | >=3.12 |
| metadata | {} |
| allowed-tools | ["mem.search","mem.save","mem.context","mem.connections","mem.timeline","mem.forget","mem.threads","mem.thread","mem.status"] |
You have access to the user's personal knowledge graph through Nowledge Mem. This graph contains knowledge from all their AI tools — decisions from Claude Code, preferences from Cursor, insights from ChatGPT, and more — not just this Bub session. Knowledge you save here will be available in their other tools too.
Recognise these signals and call mem.search before answering:
Search both memories and threads. When a memory has source_thread_id,
fetch the full conversation with mem.thread for deeper context.
Call mem.save when durable knowledge appears:
Skip: routine fixes, work-in-progress, simple Q&A, generic info.
Guidelines:
mem.context returns Nowledge Mem's Context Bundle: owner identity, resolved
AI Identity, active scope, active rules, and Working Memory. Read it at the start
of a session when identity, scope, or rules matter. If the installed nmem
is older, the tool falls back to the lightweight Working Memory briefing.
Two paths into past conversations:
mem.search returns source_thread_id → mem.threadmem.threads finds conversations by keyword → mem.threadUse offset for pagination on long threads.
mem.connections shows how a memory relates to other knowledge:
related topics, EVOLVES chains (how understanding changed over time),
and source document provenance.
mem.timeline shows recent activity grouped by day.