원클릭으로
observe
Force extraction of observations from the current conversation into observational memory
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Force extraction of observations from the current conversation into observational memory
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Remove specific observations from long-term memory
Search and display observations from long-term observational memory
Compress and reorganize observational memory, condensing old observations
| name | observe |
| description | Force extraction of observations from the current conversation into observational memory |
| disable-model-invocation | true |
| argument-hint | [optional: specific topic to focus on] |
You are being asked to manually extract observations from the current conversation and save them to the observational memory system.
Determine the memory directory by running:
python3 -c "import os; print(os.path.expanduser('~/.claude/projects/' + os.getcwd().replace('/','-') + '/memory/'))"
Read the current observations file at that path (observations.md). If it doesn't exist, you'll create it.
Review the current conversation and extract observations following these rules:
Date: YYYY-MM-DD
- HH:MM Observation text
- HH:MM Sub-detail
Append new observations to the observations file. Do not overwrite existing content.
Show the user what was observed with a brief summary.
If $ARGUMENTS is provided, focus your observations specifically on that topic.