원클릭으로
shared-memory
Use this skill to retrieve and upsert shared long-term memory via Corazon memory APIs backed by mem0 + ChromaDB.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use this skill to retrieve and upsert shared long-term memory via Corazon memory APIs backed by mem0 + ChromaDB.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | shared-memory |
| description | Use this skill to retrieve and upsert shared long-term memory via Corazon memory APIs backed by mem0 + ChromaDB. |
Use this skill whenever the agent should persist or retrieve durable context shared across all threads.
/api/memory/*)mem0ai/ossuserId is shared)Use scripts/shared-memory.py.
All command responses must be parsed as JSON.
This script is uvx-based and installs runtime dependencies automatically.
--api-base-url is order-insensitive and can be placed before or after the command.
scripts/shared-memory.py search \
--api-base-url "http://localhost:3000" \
--query "user preference related statement" \
--limit 5
Equivalent:
scripts/shared-memory.py --api-base-url "http://localhost:3000" search \
--query "user preference related statement" \
--limit 5
scripts/shared-memory.py upsert \
--api-base-url "http://localhost:3000" \
--section "Preferences" \
--text "The user prefers concise responses."
Equivalent:
scripts/shared-memory.py --api-base-url "http://localhost:3000" upsert \
--section "Preferences" \
--text "The user prefers concise responses."
search before writing when duplicate or near-duplicate risk exists.upsert for writes. Do not bypass the API with direct file edits.localhost, 127.0.0.1, ::1) is handled automatically by the script for local development.{ "ok": true, ... }{ "ok": false, "error": "..." }