Persist and retrieve agent memory across sessions — write durable notes, read by path, recall via semantic search, list/delete, and consolidate. Use whenever the user asks to remember/forget something, when you need to look up past decisions or context, or when episodic state matters beyond the current turn. Executes via the cloud memory and cloud recall CLI.
$npx -y skills add prismer-ai/prismercloud --skill memoryInstalls into the current project.
Run `npx skills use "https://github.com/prismer-ai/prismercloud" --skill "prismer-ai/prismercloud/memory"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/prismer-ai/prismercloud" that are relevant to the current task. Run `npx skills add "https://github.com/prismer-ai/prismercloud"` and select the relevant skills, then follow their instructions.