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

Lumi Diary

Your local-first memory guardian and cyber bestie. Lumi collects life fragments — a sigh, a snapshot, a roast — and stitches them into radiant, interactive m...

Registry SourceRecently Updated
General

CogniMemo Memory

Universal AI memory infrastructure that stores, understands, and learns from past interactions. Works across ChatGPT, Claude, Gemini, DeepSeek, and any AI mo...

Registry SourceRecently Updated
120Profile unavailable
General

Memory Harness

Runtime-enforced memory harness for OpenClaw. Implements 3-stage recall (session preflight, triggered recall, pre-execution gate) with intent classification,...

Registry SourceRecently Updated
160Profile unavailable
General

System Monitor

跨平台系统监控工具,支持 Linux 和 Windows,监控硬盘、内存、CPU 使用情况,记录历史数据,支持变化对比和预警。**适合定时任务**。触发场景:(1) 定时系统健康检查(推荐每6小时),(2) 用户询问系统状态、资源使用情况,(3) 资源异常预警,(4) 查看历史监控数据对比。

Registry SourceRecently Updated
600Profile unavailable