memory

Use to manage persistent memory entries using the Cortex MCP tools

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "memory" with this command: npx skills add yeseh/cortex/yeseh-cortex-memory

Memory Skill

Use Cortex memory only through MCP tools.

Non-Negotiable Rules

  1. Never treat memory as files on disk. Do not use file tools or grep for memory data.
  2. Always set store explicitly on memory/category operations.
  3. Load memory before decisions: list → narrow category → fetch only relevant entries.
  4. Write atomic memories (one fact/decision per memory), update instead of duplicating.
  5. Save small temporary trace memories often while working (plan updates, findings, decisions-in-progress) so future sessions can resume quickly.
  6. Set expiration for temporary context; leave durable knowledge without expiry.
  7. Refuse or redact secrets/sensitive data before storing memory.

Default Operating Loop

  1. Discover stores: cortex_list_stores()
  2. Explore relevant categories: cortex_list_memories(store: "...", category: "...")
  3. Read only what is needed: cortex_get_memory(...)
  4. Persist key deltas frequently as small entries: cortex_add_memory(...) or cortex_update_memory(...)
  5. Add expiry to temporary trace entries and prune as needed

Prompt-to-Workflow Routing Examples

  • "Start this task and load relevant memory first" → references/workflows/session-start.md
  • "We just ran cortex init for this repo; create initial memories" → references/workflows/new-project-init.md
  • "Capture this architectural decision so we remember it" → references/workflows/capture-knowledge.md
  • "From this conversation, save my preferences and project rules" → references/workflows/synthesize-facts.md
  • "Clean up memory structure; categories are messy and duplicated" → references/workflows/review-hygiene.md
  • "Wrap up: expire temporary notes and prune stale entries" → references/workflows/session-end-cleanup.md

References

  • Fundamentals (store choice, hierarchy, naming, loading, expiry, schema): references/fundamentals.md
  • MCP operations cheat sheet: references/operations.md
  • Workflow index: references/workflows.md

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

ClawRAG - Self-hosted RAG & Memory

Self-hosted RAG engine with hybrid semantic and keyword search, document ingestion, local privacy, and seamless OpenClaw integration via Docker.

Registry SourceRecently Updated
01K
Profile unavailable
General

Context Restore

Skill that restores conversation context when users want to "continue where we left off". Reads compressed context files, extracts key information (recent operations, projects, tasks), and provides structured output to help users quickly resume their work.

Registry SourceRecently Updated
01.2K
Profile unavailable
General

memory-indexer

短期记忆关键词索引工具 - 自动提取关键词、建立索引、搜索记忆,支持关联发现、时间线视图、重要记忆标记、三级级联搜索、会话备份与精简等功能。版本 2.0.0

Registry SourceRecently Updated
171
Profile unavailable