II.
ExtensionInterface JSON
Structured · liveextension-interface:memory
Memory json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "extension-interface:memory",
"_kind": "ExtensionInterface",
"_file": "extensions/extension-interfaces/memory.yaml",
"_cluster": "extensions",
"attributes": {
"interfaceVersion": "1.0.0",
"description": "Memory",
"displayName": "Memory",
"concern": "Long-lived knowledge an agent reads and writes across sessions.",
"surface": "`read(query)`, `write(fact, ttl)`, `forget(id)`. Backed by an\nembedding store or a structured graph; the interface is agnostic.\n",
"builtInDefault": "A flat markdown file at `~/.claude/MEMORY.md` with append-only\nsemantics. No retrieval — full file is loaded each turn.\n",
"notableImpls": []
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "skill:python-data-analysis",
"to": "extension-interface:memory",
"kind": "implements",
"attributes": {}
}
]
}