MemPalace

v1.0.0

Integración con MemPalace para gestión de memoria semántica persistente. Use when you need to search, add, or query memories stored in a MemPalace palace. Su...

0· 122·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for anderotxoa/mempalace-ander.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "MemPalace" (anderotxoa/mempalace-ander) from ClawHub.
Skill page: https://clawhub.ai/anderotxoa/mempalace-ander
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install mempalace-ander

ClawHub CLI

Package manager switcher

npx clawhub@latest install mempalace-ander
Security Scan
Capability signals
Crypto
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description describe semantic memory management and the shipped scripts implement search, add, status, and KG queries against a ChromaDB-backed 'palace' — the requested capabilities align with the stated purpose.
Instruction Scope
SKILL.md and the scripts restrict actions to a local palace path (default ~/.mempalace/palace) and to ChromaDB operations. One repeated pattern: scripts insert '/root/.openclaw/workspace/mempalace' into sys.path to import a mempalace package that is not included in the bundle; this is a fragile dependency but not itself a sign of malicious behavior.
Install Mechanism
No install spec (instruction-only + scripts). The scripts rely on external Python packages (chromadb and a mempalace package) but do not install them. This is low risk but means the runtime environment must already provide these dependencies.
Credentials
The skill declares no environment variables, credentials, or config paths. The scripts operate on a local path and accept a --palace-path override; there are no requests for unrelated secrets or external service keys.
Persistence & Privilege
always is false and the skill does not attempt to modify other skills or global agent settings. It reads and writes local ChromaDB storage (expected for its function).
Assessment
This skill appears coherent with its stated purpose, but before installing: (1) ensure you trust the mempalace package that will be imported at /root/.openclaw/workspace/mempalace (inspect its code if present), (2) confirm chromadb and any Python deps are installed in the runtime environment, and (3) be aware the scripts read/write the local directory (~/.mempalace/palace or a custom --palace-path). If you are unsure, run these scripts in an isolated environment (container or VM) and inspect the mempalace package to ensure it doesn't perform unexpected network/exfiltration actions.

Like a lobster shell, security has layers — review code before you run it.

latestvk970pe9jeh4sj6tw0mdxqmvk1584e376
122downloads
0stars
1versions
Updated 2w ago
v1.0.0
MIT-0

MemPalace Skill

Este skill proporciona acceso a MemPalace, un sistema de memoria semántica persistente basado en ChromaDB.

Ubicación del Palacio

Por defecto: ~/.mempalace/palace

Scripts Disponibles

ScriptDescripción
scripts/search.pyBúsqueda semántica en el palacio
scripts/add_memory.pyAñadir nueva memoria al palacio
scripts/status.pyEstado del palacio (drawers, wings, rooms)
scripts/kg_query.pyConsultar el knowledge graph

Uso

Búsqueda Semántica

python3 scripts/search.py "query de búsqueda" [--limit 5] [--wing wing_name] [--room room_name]

Añadir Memoria

python3 scripts/add_memory.py --wing wing_name --room room_name --content "contenido a guardar" [--source-file archivo.txt]

Estado del Palacio

python3 scripts/status.py

Consultar Knowledge Graph

python3 scripts/kg_query.py --entity "nombre_entidad" [--direction both|incoming|outgoing]

Referencias

Para documentación completa de las herramientas MCP disponibles, ver references/mcp_tools.md.

Comments

Loading comments...