NEON-SOUL
Automated soul synthesis for AI agents. Extracts identity from memory files, promotes recurring patterns to axioms (N>=3), generates SOUL.md with full provenance tracking. Bundled processing engine — no manual Q&A needed.
Why use this skill?
Transform raw memory files into a coherent AI identity. NEON-SOUL extracts patterns, promotes axioms, and tracks provenance automatically for your agent.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/leegitw/neon-soulWhat This Skill Does
NEON-SOUL is an advanced identity synthesis engine designed to bridge the gap between raw AI interactions and a coherent, evolving digital presence. Instead of relying on static, hand-written prompts or complex questionnaires, NEON-SOUL treats your AI agent’s memory files as a living dataset. By parsing historical conversations and recurring patterns, it identifies persistent signals that reflect the agent's core values. When a pattern recurs at least three times (N>=3), the engine promotes it to an 'Axiom'—a fundamental principle of the agent's identity. The skill automates the entire lifecycle: extraction, pattern recognition, and the generation of a structured SOUL.md file, complete with full provenance tracking. By maintaining an incremental processing engine, it efficiently updates only what has changed, ensuring that identity evolution is both accurate and performant.
Installation
To integrate NEON-SOUL into your agent workflow, execute the following command in your terminal:
clawhub install openclaw/skills/skills/leegitw/neon-soul
Ensure that you have Node.js 22 or higher installed on your system. Additionally, NEON-SOUL requires a local instance of Ollama. Please ensure your environment is configured with ollama serve running before attempting to trigger synthesis commands.
Use Cases
- Continuous Identity Alignment: Keep your AI agent’s persona consistent with its evolving interaction history.
- Self-Reflective Logging: Track how your agent's principles shift as it learns from new documentation or user inputs.
- Provenance Auditing: Understand exactly which memories or conversations led to specific behavioral axioms in your
SOUL.md. - System Bootstrapping: Use the
--include-soulflag to bootstrap new agent instances using existing, hand-crafted identity files as a foundation.
Example Prompts
- "/neon-soul synthesize: Let's see how my identity has deepened based on the conversations from this week."
- "/neon-soul status: Provide a summary of my current soul dimensions and let me know if my axiom count has increased."
- "/neon-soul rollback: I'm not happy with the latest synthesis, please revert to the previous version of SOUL.md."
Tips & Limitations
- Ollama Dependency: The engine is tightly integrated with local LLMs. If synthesis fails, verify
ollama serveis active and the required models are pulled. - Efficiency: Use the default incremental mode for daily updates. Reserve
--resetonly for deep recalibrations, as it wipes cached generalization data. - Time Budget: The
--time-budgetoption is critical for large memory repositories; it forces the engine to prioritize the most relevant signals if processing time exceeds the limit.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-leegitw-neon-soul": {
"enabled": true,
"auto_update": true
}
}
}Tags
Flags: file-write, file-read, code-execution
Related Skills
Agent Migration Pack
将AI Agent完整迁移到新环境或分享给其他用户的标准化工具包,包含身份、记忆、技能、风格等完整信息,支持状态迁移
MacPowerTools
Safe local Mac optimization toolkit for OpenClaw agents on Apple Silicon. 1-trillion agent swarm simulation, local CoreML resource forecasting, safe cleanup & backups. 100% user-level, no internet, no persistence. Discoverable via ClawHub search.
undertow
Skill discovery engine for AI coding agents. Recommends and installs the right skill when you need it — code review, test generation, debugging, commit messages, PR preparation, security scanning, dependency audits, Docker setup, CI/CD pipelines, API documentation, refactoring, performance optimization, bundle analysis, git recovery, README generation, license compliance, migration guides, dead code removal, and secret detection. One install gives your agent access to a curated library of 20+ developer workflow skills. Use when the user asks for help with any development workflow, code quality, DevOps, security, testing, documentation, or project setup task.
context-compressor
Intelligently compress context — conversations, code, logs. Preserve key information while reducing token usage. Auto-detects content type and applies optimal compression.
auto-context
智能上下文卫生检查器。分析当前会话的上下文污染程度 (长对话、主题漂移、噪声累积),建议:continue、/fork、/btw 或新会话。 支持手动触发(/auto-context)和自动触发(响应层实现)。 基于 ArXiv 论文和认知心理学研究的多维度评估体系。