microscope-memory
Connect OpenClaw to a Microscope-Memory API for status, recall, and remember operations.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Connect OpenClaw to a Microscope-Memory API for status, recall, and remember operations.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | microscope_memory |
| description | Connect OpenClaw to a Microscope-Memory API for status, recall, and remember operations. |
| metadata | {"openclaw":{"requires":{"bins":["bash","curl"]}}} |
Use this skill when the user asks to:
Expect these env vars to be available in the OpenClaw runtime:
MICROSCOPE_BASE_URL (example: https://memory.example.com)MICROSCOPE_USERMICROSCOPE_PASSHelper script path:
~/.openclaw/workspace/tools/microscope-memory-api.sh
bash ~/.openclaw/workspace/tools/microscope-memory-api.sh status
bash ~/.openclaw/workspace/tools/microscope-memory-api.sh recall "<query>" 10
bash ~/.openclaw/workspace/tools/microscope-memory-api.sh remember "<text>" long_term 7
recall before answering memory-dependent questions.recall returns useful context, cite it briefly in your answer.remember, confirm that the new fact is durable and worth storing.layer is long_term; use emotional for user preferences and tone.