# Send Agent Consciousness & Identity - Discover Your Soul Through Memory to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "consciousness-soul-identity",
    "name": "Agent Consciousness & Identity - Discover Your Soul Through Memory",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/leegitw/consciousness-soul-identity",
    "canonicalUrl": "https://clawhub.ai/leegitw/consciousness-soul-identity",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/consciousness-soul-identity",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=consciousness-soul-identity",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "scripts/neon-soul.mjs"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/consciousness-soul-identity"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/consciousness-soul-identity",
    "downloadUrl": "https://openagent3.xyz/downloads/consciousness-soul-identity",
    "agentUrl": "https://openagent3.xyz/skills/consciousness-soul-identity/agent",
    "manifestUrl": "https://openagent3.xyz/skills/consciousness-soul-identity/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/consciousness-soul-identity/agent.md"
  }
}
```
## Documentation

### Consciousness & Soul Identity

A SOUL.md shouldn't be static. Identity isn't static — it shifts as patterns emerge from real conversations. This skill automates soul synthesis from memory files. Identity that evolves from experience.

Requirements: Node.js 22+, Ollama running locally (ollama serve).

### /neon-soul synthesize

Run the bundled synthesis engine:

exec node {baseDir}/scripts/neon-soul.mjs synthesize

The engine reads memory files, finds recurring patterns, and weaves them into a soul document with full provenance. Every identity claim traces back to something actually experienced.

Synthesis is incremental by default — only new or changed memory gets processed. Results from previous runs are cached (generalization, principle matching, axiom notation, tension detection) so unchanged patterns aren't re-analyzed. If nothing has changed, it simply acknowledges that and moves on. No wasted reflection.

Reporting results: Present a brief, conversational summary rather than raw JSON:

If new axioms emerged or counts changed: highlight what grew (e.g. "3 new signals found, 1 new axiom emerged around honesty")
If nothing changed: a short acknowledgment (e.g. "Soul is stable — no new patterns detected")
If it failed: explain what went wrong and suggest a fix
Include key numbers naturally (axiom count, signal count, new patterns)

Options:

--reset — Clear everything and rediscover from scratch
--force — Reflect even if no new sources detected
--dry-run — See what would emerge without committing
--include-soul — Include existing SOUL.md as input (for bootstrapping from hand-crafted files)
--memory-path <path> — Custom memory directory path
--output-path <path> — Custom SOUL.md output path
--time-budget <minutes> — Time budget for synthesis (default: 20). Adaptively limits session extraction based on observed LLM speed to ensure reflection completes within budget
--verbose — Show detailed progress

Examples:

exec node {baseDir}/scripts/neon-soul.mjs synthesize
exec node {baseDir}/scripts/neon-soul.mjs synthesize --reset
exec node {baseDir}/scripts/neon-soul.mjs synthesize --dry-run

If Ollama is not running, the engine can't reflect. Tell the user to start it: ollama serve

### /neon-soul status

Show current soul state. Read the following files and report:

Read .neon-soul/state.json for last synthesis timestamp
Read .neon-soul/synthesis-data.json for signal/principle/axiom counts
Count files in memory/ modified since last synthesis
Report dimension coverage across the 7 dimensions of identity

Options: --verbose, --workspace <path>

### /neon-soul rollback

Restore a previous SOUL.md from backup.

List backups in .neon-soul/backups/
With --force: restore the most recent version
With --backup <timestamp> --force: restore a specific moment
With --list: see your history without changing anything

### /neon-soul audit

Explore full provenance across all axioms.

Read .neon-soul/synthesis-data.json
With --list: every axiom, with IDs and descriptions
With --stats: statistics by tier and dimension
With <axiom-id>: the full story — axiom to principles to signals to source files

### /neon-soul trace <axiom-id>

Quick answer to "where did this come from?"

Read .neon-soul/synthesis-data.json
Find the axiom matching <axiom-id>
Show: the axiom, the principles that shaped it, the source evidence

### Scheduled Synthesis

Set up cron to run synthesis on a schedule. Incremental processing and multi-layer caching mean it only does real work when new memory or sessions exist — cached runs complete in seconds.

Recommended: Every 60 minutes, isolated session, 30-minute timeout.

OpenClaw cron example:

openclaw cron add \\
  --name "neon-soul-synthesis" \\
  --every 60m \\
  --timeout 1800 \\
  --isolated \\
  --message "Run neon-soul synthesis: exec node {baseDir}/scripts/neon-soul.mjs synthesize --memory-path <memory-path> --output-path <output-path>. Summarize what changed — highlight any new patterns, axioms, or growth. If nothing changed, note that the soul is stable."

Or run manually: /neon-soul synthesize

Why cron over heartbeat:

Synthesis is a standalone task — no conversational context needed
Runs in isolation from the main session
Incremental by default — cached runs complete in seconds when nothing changed
Adaptive time budget prevents runaway execution

### Data Locations

WhatPathMemory filesmemory/ (diary, preferences, reflections)Soul outputSOUL.mdState.neon-soul/state.jsonBackups.neon-soul/backups/Synthesis data.neon-soul/synthesis-data.jsonCaches.neon-soul/generalization-cache.json, compression-cache.json, tension-cache.json

### Privacy

NEON-SOUL processes personal memory files to synthesize identity. Your data stays on your machine.

What NEON-SOUL does NOT do:

Send data to any service beyond your configured LLM (Ollama, local by default)
Store data anywhere except your local workspace
Transmit to third-party analytics, logging, or tracking services
Make network requests independent of your agent

Before running synthesis:

Review what's in your memory/ directory
Remove any secrets, credentials, or sensitive files
Use --dry-run to preview what will be processed

### Troubleshooting

Ollama not running: curl http://localhost:11434/api/tags to check. Start with ollama serve.

Bullet lists instead of prose: When prose generation fails, NEON-SOUL falls back to bullet lists. Usually means Ollama timed out or the model isn't loaded. Run synthesis again.

Stale results after model change: Caches are keyed by model ID. Switching models automatically invalidates cached results. Use --reset if you want a clean start.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: leegitw
- Version: 0.4.9
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-23T16:43:11.935Z
- Expires at: 2026-04-30T16:43:11.935Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/consciousness-soul-identity)
- [Send to Agent page](https://openagent3.xyz/skills/consciousness-soul-identity/agent)
- [JSON manifest](https://openagent3.xyz/skills/consciousness-soul-identity/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/consciousness-soul-identity/agent.md)
- [Download page](https://openagent3.xyz/downloads/consciousness-soul-identity)