cc-soul plugin adds persistent memory and adaptive personas to OpenClaw

The cc-soul plugin is a cognitive architecture plugin for OpenClaw that changes how the AI behaves by adding persistent memory and adaptive capabilities.
Key features
- Permanent memory — Stores 10,000+ facts across sessions. The AI remembers previous conversations and user preferences.
- 10 auto-switching personas — Includes Engineer mode for coding, Friend mode for casual interaction, and Teacher mode for learning. The plugin switches between personas automatically based on context.
- Learns from corrections — When told something is wrong, it analyzes why (hallucination, outdated memory, or rule conflict) and prevents similar errors in the future.
- Proactive expansion — When asked about a topic like a bug fix, it provides the requested information plus related insights you didn't specifically ask for.
- Dream mode — During idle time, replays memories and discovers connections between different domains.
- Privacy mode — Saying "privacy mode" prevents any information from being stored during that session.
Technical details
The plugin consists of 50 modules with 20,000+ lines of code and includes 123 features. It's released under the MIT license and keeps all data local to the user's machine.
Installation
Install with one command:
openclaw plugins install u/cc-soul/openclawThe plugin requires zero configuration after installation.
Package managers:
- npm: https://www.npmjs.com/package/@cc-soul/openclaw
- GitHub: https://github.com/wenroudeyu-collab/cc-soul
📖 Read the full source: r/openclaw
👀 See Also

AIMEAT: A Self-Hosted Protocol for AI Agents, Local LLMs, and Shared Capabilities
AIMEAT is a self-hosted protocol and server that lets humans, AI agents, and local LLMs share apps, knowledge, and capabilities over HTTP/JSON. No vendor lock, no special SDK — plain prompts and URL fetches.

Storybloq: A Project Tracker Living in Your Repo's .story/ Directory Now Has a Mac App
Storybloq, a project tracker that stores tickets, issues, roadmap phases, and session handovers as JSON/markdown inside .story/ in your repo, now has a free Mac app on the App Store. It integrates with Claude Code via CLI and MCP server, and was built entirely using Claude Code.

Lobster Cage: Dockerized Security Environment for Self-Hosting OpenClaw on Raspberry Pi
A developer built Lobster Cage, a Docker Compose environment with restricted outbound access and proxy-based routing to run OpenClaw securely on a Raspberry Pi for experimentation.

OpenClaw PARA skill organizes AI assistant files automatically
A developer created an OpenClaw skill that enforces the PARA method (Projects, Areas, Resources, Archives) for file organization, automatically sorting files into four structured folders instead of dumping everything in the root directory.