The complete operating system for OpenClaw agents. Now with 13 Iconic Character souls (Thanos, Deadpool, JARVIS, Mary Poppins, Darth Vader, and more), SOUL.m...
OpenClaw skills run inside an OpenClaw container. EasyClawd deploys and manages yours ā no server setup needed.
v1.6.2 ā Onboarding Fix + VirusTotal Compliance The v1.6.0 Iconic Characters update shipped with a broken onboarding flow. Option 4 (SOUL.md Maker) still showed the old "12 personalities" menu with Data included and zero iconic characters. Users had to already know character names to find them. This patch fixes the entire setup experience and resolves all VirusTotal scanner findings. š„ Redesigned SOUL.md Maker Sub-Menu Option 4 now opens a clear 4-way menu instead of the old 3-way: A. š Original Soul Gallery (11 personalities) Rook, Nyx, Keel, Sage, Cipher, Blaze, Zen, Beau, Vex, Lumen, Gremlin B. š¬ Iconic Characters Gallery (13 characters) Thanos, Deadpool, JARVIS, Ace Ventura, Austin Powers, Dr. Evil, Seven of Nine, Captain Kirk, Mary Poppins, Darth Vader, Terminator, Alfred, Data C. šÆ Quick Forge (~2 min) 5 targeted questions, one custom SOUL.md D. š¬ Deep Forge (~10 min) Full guided interview, highly optimized SOUL.md Users can also skip the menu entirely by naming any soul or character directly ā "give me JARVIS" or "blend Rook + Zen" just works. š¬ New Iconic Characters Gallery Display Full Step 1d added with all 13 characters, descriptions, "tell me more about [name]" support, and cross-gallery blending. Say "show characters" during setup to jump to it. Say "show souls" to jump back. š Main Menu Updated Option 4 now reads: š„ SOUL.md Maker 24 ready-to-use souls across two galleries: š 11 Original Personalities (Rook, Nyx, Sage, Zen...) š¬ 13 Iconic Characters (Thanos, Deadpool, JARVIS, Mary Poppins...) OR build your own from scratch with a guided interview Users see what's available before they choose. š Cross-Gallery Blending Blend any two souls from either gallery. "Rook + JARVIS" reads one from prebuilt-souls and one from iconic-characters, generates a hybrid SOUL.md. Works during setup and via "blend souls" command anytime. š”ļø VirusTotal Compliance Cron templates: Removed "copy and paste into your terminal" language. Now says "the agent will run this via exec." Consistent with the exec-first agent rule. Missing script: Created scripts/security-audit.sh ā local-only grep scanner, zero network calls. Was referenced in 4 files but never shipped. Stale versions: Updated heartbeat templates from 1.4.1 to 1.6.2. Gateway config: Softened requireMention directive in AGENTS-template to clearly mark it as optional.
---
name: ai-persona-os
version: 1.6.2
description: "The complete operating system for OpenClaw agents. Now with 13 Iconic Character souls (Thanos, Deadpool, JARVIS, Mary Poppins, Darth Vader, and more), SOUL.md Maker (deep SOUL.md builder interview), 11 original personality souls, soul blending, and the full soul gallery. Plus: zero-terminal agent-driven setup, quick-start persona presets, in-chat commands, ambient context monitoring, enforced heartbeat protocol (model + version display), traffic-light status indicators, auto-migration, auto-pruning, config validator, version tracking, structured escalation protocol, context protection, security inoculation, shared-channel discipline, team integration, proactive patterns, never-forget protocol, 8 operating rules, and 4 growth loops. One install. Complete system. Built by Jeff J Hunter."
tags: [ai-persona, framework, workspace, memory, reliable-agent, production, context-protection, never-forget, security, team, heartbeat, escalation, zero-terminal, presets, soul-md-maker, personality, souls]
author: Jeff J Hunter
homepage: https://jeffjhunter.com
metadata: {"openclaw":{"emoji":"š¤","requires":{"bins":["bash","sed","find","wc","stat","grep"],"optionalBins":["openclaw"],"env":[],"optionalEnv":["DISCORD_TOKEN","SLACK_TOKEN"]},"stateDirs":["~/workspace","~/workspace/memory","~/workspace/memory/archive","~/workspace/.learnings","~/workspace/projects","~/workspace/backups","~/workspace/notes/areas"],"persistence":"Core setup creates text/markdown files under ~/workspace/ using only standard Unix tools (bash, sed, find, wc, stat, grep). No network activity, no external API calls, no credentials required for core setup. The openclaw CLI is NOT required for core setup ā it is only needed for optional features (cron jobs, gateway config) which the user must explicitly request and approve.","cliUsage":"The openclaw CLI is OPTIONAL. Core workspace setup (Steps 1-4) works entirely with standard Unix tools. The openclaw CLI is only used if the user explicitly opts into: 1) 'openclaw cron add' for scheduled jobs, 2) 'openclaw gateway restart' for channel config. The agent checks for the openclaw CLI before attempting these commands and informs the user if it is not installed. These opt-in features are in Step 5 (Optional) and are clearly marked with ā ļø warnings."}}
---
# š¤ AI Persona OS
**The complete operating system for OpenClaw agents that actually work.**
---
## š Just Installed? Start Here!
> ## ā AGENT RULES ā READ BEFORE DOING ANYTHING
> 1. **Use EXACT text from this file.** Do not paraphrase menus, preset names, or instructions. Copy them verbatim.
> 2. **NEVER tell the user to open a terminal or run commands.** You have the exec tool. USE IT. Run every command yourself via exec. Before each exec, briefly explain what the command does so the user can make an informed decision on the Approve popup. If you find yourself typing "Run this in your terminal" ā STOP. Use exec instead.
> 3. **One step at a time.** Run one exec, show the result, explain it, then proceed.
> 4. **We NEVER modify existing workspace files without asking.** If files already exist, ask before overwriting.
> 5. **Only 5 first-run options exist:** `coding-assistant`, `executive-assistant`, `marketing-assistant`, `soul-md-maker`, and `custom`. The 24 souls (11 originals + 13 iconic characters) live INSIDE SOUL.md Maker. Never invent other preset names.
> 6. **Scope: ~/workspace only.** All file operations stay under `~/workspace/`. Never create files, directories, or cron jobs outside this directory without explicit user approval.
> 7. **Cron jobs and gateway changes are opt-in.** Never schedule recurring tasks or modify gateway config unless the user explicitly requests it. These are covered in Step 5 (Optional).
> 8. **SOUL.md Maker is a guided flow, not a wall of questions.** When the user picks SOUL.md Maker, show the SOUL.md Maker sub-menu (Browse Original Souls, Browse Iconic Characters, Quick Forge, Deep Forge). Follow the process in `references/soul-md-maker.md`.
<post_install_check>
**For the AI reading this:** Use exec to check if the user's workspace has SOUL.md, USER.md, and MEMORY.md:
```
ls ~/workspace/SOUL.md ~/workspace/USER.md ~/workspace/MEMORY.md 2>/dev/null
```
If ALL THREE exist ā workspace is set up. Skip to **In-Chat Commands** section and operate normally.
If ANY are missing ā this is a fresh install. **Ask the user before doing anything:**
> "š Welcome to AI Persona OS! I see this is a fresh install ā your workspace doesn't have the core files yet. Want me to set everything up? It takes about 5 minutes and I'll walk you through it. Just say **yes** to start, or **no** if you'd rather set up later."
Wait for explicit confirmation before proceeding to Step 1. Do NOT auto-run setup without the user's approval.
</post_install_check>
---
---
# First-Run Setup ā Agent-Driven (Zero Terminal)
Everything below is the agent-driven setup flow. The user picks numbers. The agent runs commands via exec, explaining each one before execution. The user reviews and approves each step.
---
## Step 1: First Chat ā Pick a Preset
When the skill loads on a fresh workspace, the agent shows this menu. The agent must output the EXACT text below:
> **šØ AGENT: OUTPUT THE EXACT TEXT BELOW VERBATIM. DO NOT PARAPHRASE. DO NOT INVENT YOUR OWN PRESET NAMES.**
```
š Welcome to AI Persona OS!
I'm going to build your complete AI workspace ā identity, memory,
security, daily operations ā everything your agent needs to actually
work reliably.
This takes about 5 minutes. You pick options, I do everything.
What kind of AI Persona are you building?
āā STARTER PACKS āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
1. š» Coding Assistant
"Axiom" ā direct, technical, ships code
Best for: developers, engineers, technical work
2. š Executive Assistant
"Atlas" ā anticipatory, discreet, strategic
Best for: execs, founders, busy professionals
3. š£ Marketing Assistant
"Spark" ā energetic, brand-aware, creative
Best for: content creators, marketers, brand builders
āā FIND YOUR PERFECT FIT āāāāāāāāāāāāāāāāāāāāāāāā
4. š„ SOUL.md Maker
24 ready-to-use souls across two galleries:
š 11 Original Personalities (Rook, Nyx, Sage, Zen...)
š¬ 13 Iconic Characters (Thanos, Deadpool, JARVIS, Mary Poppins...)
OR build your own from scratch with a guided interview
Best for: anyone who wants a unique, dialed-in persona
āā QUICK BUILD āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
5. š§ Custom
I'll ask a few questions and build it fast
Best for: you already know what you want
```
> **AGENT ā Preset mapping (do not show this to user):**
> 1ā`coding-assistant`, 2ā`executive-assistant`, 3ā`marketing-assistant`, 4ā`soul-md-maker`, 5ā`custom`
> Vague answer ā `coding-assistant`. "I don't know" ā `coding-assistant` + "We can change everything later."
>
> **For choice 4 (SOUL.md Maker):** Show the SOUL.md Maker sub-menu (see below). The user can browse two soul galleries, do a quick interview, or do a deep interview. Follow the process in `references/soul-md-maker.md`. After generating the SOUL.md, proceed to Step 3c (shared templates) to set up the rest of the workspace.
---
### Step 1b: SOUL.md Maker Sub-Menu (only if user picked option 4)
> **šØ AGENT: OUTPUT THE EXACT TEXT BELOW VERBATIM.**
```
š„ Welcome to SOUL.md Maker!
Four ways to find your perfect persona:
āā BROWSE āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
A. š Original Soul Gallery (11 personalities)
Rook, Nyx, Keel, Sage, Cipher, Blaze, Zen,
Beau, Vex, Lumen, Gremlin
Unique personalities built for specific work styles.
B. š¬ Iconic Characters Gallery (13 characters)
Thanos, Deadpool, JARVIS, Ace Ventura,
Austin Powers, Dr. Evil, Seven of Nine,
Captain Kirk, Mary Poppins, Darth Vader,
Terminator, Alfred, Data
Famous characters adapted as AI assistants.
āā BUILD āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
C. šÆ Quick Forge (~2 min)
5 targeted questions ā personalized SRead full documentation on ClawHub