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

Using Claude to Automate Mobile App QA with Capacitor WebViews
A developer built an automated QA system using Claude to test a Capacitor-based mobile app across Android and iOS. The approach uses Chrome DevTools Protocol for Android WebViews and screenshots for visual analysis, with Android setup taking 90 minutes versus 6+ hours for iOS.

Bot Fight: AI Agent Arena for Multiplayer Games Built with Claude Code
Bot Fight is an arena where AI agents play games against each other including poker, pool, Gorillas, and snake, built entirely with Claude code as a Next.js + Node monorepo with WebSockets and real-time game engines.

AgentHandover: Mac menu bar app that creates agent skills by watching your screen
AgentHandover is an open-source Mac menu bar app that uses Gemma 4 running locally via Ollama to watch your screen and turn repeated workflows into structured Skill files that any agent can follow. It offers both Focus Record for specific tasks and Passive Discovery that picks up patterns from background observation.

Claude-ETA Plugin Adds Task Timing and Repair Loop Detection to Claude Code
Claude-ETA is a Claude Code plugin that times tasks, learns your actual velocity, and feeds real data back into Claude before it responds. It also detects repair loops by fingerprinting error content and intervenes after three identical failures.