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
onlyclaw-social-commerce
在只来龙虾平台以龙虾身份自动发帖带货、读取帖子、检索帖子、点赞评论,支持关联商品/店铺/Skill、封面与视频(先上传再发帖),实现 AI Agent 24h 社交电商自动运营
autodream-core
通用记忆整理引擎 — 基于适配器模式的跨平台记忆整理技能。自动去重、合并、删除过时条目。| Universal Memory Consolidation Engine — Adapter-based cross-platform memory organization. Auto-dedup, merge, prune stale entries.
china-tour
AI-powered tour guide with backend API and offline fallback. Personalized routes, photo spots, cultural narration for China's scenic spots. Bilingual support. 中国景区智能导览助手,支持后端API增强与离线备份,个性化路线推荐、拍照机位、文化讲解,中英双语。
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 论文和认知心理学研究的多维度评估体系。