원클릭으로
memory-search
When you need to recall past conversation context → search and read conversation memories (stored as Markdown).
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
When you need to recall past conversation context → search and read conversation memories (stored as Markdown).
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
When prompt, tool, or agent logic changes need regression testing → run eval benchmarks to detect regressions or improvements.
When a task can be parallelized (bulk code review, multi-module refactor, batch analysis) → split into subtasks running in isolated git worktrees via multiple workers.
When the user wants to research academic papers → search ArXiv, extract PDFs, summarize/review/Q&A, generate experiment code.
When you need to interact with web pages using the user's logged-in browser → control Chrome via @playwright/cli daemon, reusing cookies/session with persistent tabs.
When user needs AnyGenIO content generation → unified CLI for task execution with progressive disclosure.
When you need to persist files (reports, docs, evidence) beyond the session → create/query/delete durable artifacts.
| name | memory-search |
| description | When you need to recall past conversation context → search and read conversation memories (stored as Markdown). |
| triggers | {"intent_patterns":["记忆|memory|回忆|之前说过|历史|上次","你还记得|do you remember|我们.*讨论过|we.*discussed","之前.*提到|previously.*mentioned|earlier.*said|前几天","找.*聊天记录|search.*history|翻.*记录|look.*back","上一次.*怎么做的|last.*time|那次.*结论|what.*decided","忘了.*叫什么|forgot.*name|想不起来|can't recall"],"context_signals":{"keywords":["memory","记忆","回忆","历史","之前","上次","记得","讨论","提到","记录"]},"confidence_threshold":0.55} |
| priority | 5 |
| requires_tools | ["bash"] |
| max_tokens | 200 |
| cooldown | 30 |
搜索和读取对话记忆。
python3 skills/memory-search/run.py search --query '项目进度'
python3 skills/memory-search/run.py get --file 2026-02-09-meeting.md