DEV Community

Tom Lee
Tom Lee

Posted on • Originally published at blog.clawsouls.ai

Introducing ClawSouls Agent: AI with Personality in Your Editor

The Problem

Every AI coding assistant treats you like a stranger. Close the tab, the context is gone. Switch tools, start over. Your AI has no memory, no personality, no continuity.

What if your AI agent could:

  • Remember across sessions — not just context, but identity
  • Collaborate with other agents on your team
  • Stay secure with automatic scanning for PII and prompt injections

Meet ClawSouls Agent

ClawSouls Agent is a free VSCode extension that brings soul-powered AI development to your editor.

Zero Setup

Install → enter your API key → start chatting. That's it. No terminal commands, no server setup, no configuration files. OpenClaw runs embedded inside the extension.

Chat with Personality

Your agent isn't just a chatbot — it has a soul. Pick one from the ClawSouls marketplace or create your own. The personality persists across sessions.

Swarm Memory: Team Knowledge Sharing

This is the killer feature. Multiple developers' AI agents can collaborate:

Agent A (backend) ──branch──→ Git Repo ←──branch── Agent B (frontend)
                                  ↓
                            Merge Engine
Enter fullscreen mode Exit fullscreen mode

Each agent learns independently on its own Git branch. When you merge, knowledge combines — with LLM-powered conflict resolution via local Ollama.

Your team's AI agents can learn from each other.

When someone leaves the team, rotate encryption keys with one click. Their knowledge stays, their access doesn't.

SoulScan Security

Every save triggers an automatic security scan:

  • PII detection (API keys, emails, passwords)
  • Prompt injection detection
  • Cross-file contradiction analysis
  • Results appear inline in your editor, like a linter

Soul Checkpoints

Save and restore personality snapshots. 4-layer contamination detection catches identity drift before it becomes a problem.

Age Encryption

Team memories are end-to-end encrypted using age. Each team member has their own keys. All managed through GUI buttons — no terminal needed.

How It's Different

Feature Cursor/Copilot ClawSouls Agent
Persistent personality ✅ Soul files
Team memory sharing ✅ Swarm Memory
Security scanning ✅ SoulScan
Identity protection ✅ Checkpoints
Encrypted collaboration ✅ Age encryption
Open source ✅ Free forever

Get Started

  1. Search "ClawSouls Agent" in VSCode Marketplace
  2. Or visit clawsouls.ai/agent

Free and open source. Community edition is free forever.


Built by ClawSouls — the open platform for AI agent personas.


Originally published at https://blog.clawsouls.ai/posts/clawsouls-agent-vscode/

Top comments (0)