一键导入
memory-save
When the user wants to save or remember something, use this skill to choose between add_memory and add_wiki and store it correctly.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
When the user wants to save or remember something, use this skill to choose between add_memory and add_wiki and store it correctly.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Pre-release drill for the Membase plugin — package every artifact locally, install each client (claude, codex, cursor, openclaw, hermes) through its real channel, verify auth, then prove skills AND hooks actually work end-to-end. Use before tagging a release, e.g. "/release-drill" or "/release-drill codex" for one client.
Connect an AI client (claude, cursor, codex, hermes, openclaw) to Membase from this repo — first-time local install, config wiring, and a verification smoke test. Use when the user asks to install, set up, connect, or test a Membase connector locally, e.g. "/membase-connect claude" or "cursor 연동해줘".
Flush pending local captures to Membase cloud, then sweep and consolidate fragmented or duplicated memories — without deleting originals without confirmation.
Store a session-state summary in Membase, tagged so a future session (this client or another) can recall exactly where things were left off.
Correct, avoid, or delete unsafe or stale Membase context.
Capture durable repository-specific context into Membase.
| name | memory-save |
| description | When the user wants to save or remember something, use this skill to choose between add_memory and add_wiki and store it correctly. |
Store information to Membase using the right tool:
add_memory — Personal ContextUse for durable user context that persists across sessions:
Rules:
project only when the user explicitly mentions a project/tag/category.add_wiki — Factual KnowledgeUse for documents, references, and stable information:
Features:
[[wikilinks]] for cross-references.collection_id to organize into collections.summarize: true to auto-generate a summary.| What to store | Tool |
|---|---|
| "I prefer tabs over spaces" | add_memory |
| "We decided to use PostgreSQL" | add_memory |
| API endpoint documentation | add_wiki |
| Project architecture overview | add_wiki |
| "Remember I'm on the backend team" | add_memory |
| Meeting notes from today | add_wiki |