> ## Documentation Index
> Fetch the complete documentation index at: https://openclaw.veiseule.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# memoria

# `openclaw memory`

Gestione la indexación y la búsqueda de memoria semántica.
Proporcionado por el plugin de memoria activo (predeterminado: `memory-core`; establezca `plugins.slots.memory = "none"` para deshabilitar).

Relacionado:

* Concepto de memoria: [Memory](/concepts/memory)
* Complementos: [Complementos](/tools/plugin)

## Ejemplos

```bash theme={"theme":{"light":"min-light","dark":"min-dark"}}
openclaw memory status
openclaw memory status --deep
openclaw memory status --deep --index
openclaw memory status --deep --index --verbose
openclaw memory index
openclaw memory index --verbose
openclaw memory search "release checklist"
openclaw memory status --agent main
openclaw memory index --agent main --verbose
```

## Opciones

Comunes:

* `--agent <id>`: limitar el alcance a un solo agente (predeterminado: todos los agentes configurados).
* `--verbose`: emitir registros detallados durante las sondas y la indexación.

Notas:

* `memory status --deep` sondea la disponibilidad de vectores + embeddings.
* `memory status --deep --index` ejecuta una reindexación si el almacén está sucio.
* `memory index --verbose` imprime detalles por fase (proveedor, modelo, fuentes, actividad por lotes).
* `memory status` incluye cualquier ruta adicional configurada mediante `memorySearch.extraPaths`.
