소스 정보
- 저장소
- nowledge-co/community
- 최근 소스 활동
- 2026년 6월 8일 14:48
- 감지된 SKILL.md 언어
- 영어
- 스타
- 163
- 포크
- 35
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/nowledge-co/community --skill nowledge-mem명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
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.