Nm Memory Palace Session Palace Builder
PassAudited by VirusTotal on May 9, 2026.
Overview
Type: OpenClaw Skill Name: nm-memory-palace-session-palace-builder Version: 1.0.2 The skill bundle provides a framework and templates for an AI agent to organize session-specific context using a 'memory palace' organizational structure. The instructions in SKILL.md and modules/templates.md are purely organizational and descriptive, aimed at helping the agent manage complex tasks. While the documentation mentions shell commands like 'make build' and 'make test', these appear to be standard development practices or artifacts from the source repository (claude-night-market) and do not contain malicious payloads or evidence of harmful intent.
Findings (0)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Information discussed in the session may be organized and carried forward, which is useful for long tasks but could include sensitive details if the user provides them.
The skill is explicitly about creating memory-like structures from session context, which is expected for its purpose but means conversation details may be summarized and reused during the session.
Construct temporary, session-specific memory palaces for extended conversations and complex projects. Preserves context across interruptions
Use it for non-sensitive project context, and ask the agent to exclude secrets or personal data from any session palace.
Session summaries, decisions, or artifacts could become more persistent if exported or archived.
The lifecycle includes export/archive, which could move session context beyond the immediate temporary structure if the user chooses to do so.
Create → Populate → Navigate → Export/Archive
Require explicit user approval before exporting, archiving, or promoting session content into a permanent knowledge base.
If run from a project directory, make commands execute that directory's Makefile, which may perform local build or test actions.
The documentation includes local build/test command examples even though this package is described as instruction-only with no code files. These commands are user-directed examples, not automatic execution.
make build && make test
Do not run the build/test commands unless you are in a trusted project directory and understand the Makefile; the memory-organization guidance itself does not appear to require them.
