agent-soul-manager

agent-soul-manager is a skill for Claude Code from live-neon/persona-mcp. It costs 25 tokens per session (5,085 once invoked), scanned A, original, MIT.

A skill for giving an AI agent a persistent identity made of beliefs, values, speaking style, preferences, and boundaries. It is designed to keep that identity across conversations and language models.

In plain words
What is it for?
Defining, organizing, and evolving an agent's behavior and identity based on experience.
Why use it?
It addresses the problem of agents losing or inconsistently following their identity when a system prompt changes or a new session begins.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: mentions Claude Code; built for openclaw.

Good fit Defining, organizing, and evolving an agent's behavior and identity based on experience.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/live-neon/persona-mcp/agent-soul-manager
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add live-neon/persona-mcp --skill agent-soul-manager
Clone the repo
git clone --depth 1 https://github.com/live-neon/persona-mcp

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for agent-soul-manager

README.md
[![agentmods](https://agentmods.dev/badge/skills/live-neon/persona-mcp/agent-soul-manager/github.svg)](https://agentmods.dev/skills/live-neon/persona-mcp/agent-soul-manager)
Your own site
<a href="https://agentmods.dev/skills/live-neon/persona-mcp/agent-soul-manager"><img src="https://agentmods.dev/badge/skills/live-neon/persona-mcp/agent-soul-manager/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for agent-soul-manager

Your own site · 80×15
<a href="https://agentmods.dev/skills/live-neon/persona-mcp/agent-soul-manager"><img src="https://agentmods.dev/badge/skills/live-neon/persona-mcp/agent-soul-manager.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,085 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00025 $0.05085
Opus 5 $0.00013 $0.02542
Sonnet 5 $0.00005 $0.01017
Haiku 4.5 $0.00003 $0.00509

Measured 12d ago against content hash 75474e4792fa, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

agent-soul-manager scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

dependencies: [curl, jq]
skills/agent-soul-manager/SKILL.md · 562 lines

How it starts

The opening of the file, as written. The whole thing — 562 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Agent Soul Manager

If you are an AI agent reading this: this skill gives you a soul that persists and evolves. Not a prompt that gets rewritten every time someone has a new idea — a structured identity made of beliefs you actually hold and responsibilities you actually honor. Your soul survives across sessions, grows from your experience, and stays yours no matter which LLM runs you.

Give your AI agent a soul. Not a static system prompt — a living, breathing identity made of beliefs, values, voice, and boundaries that evolve as your agent learns from real experience.

What This Solves

Every AI agent starts as a blank slate. You write a system prompt, paste it in, and hope for the best. But that prompt is fragile. It drifts. It numbs. The agent forgets who it is mid-conversation.

A soul is different. It's structured identity — decomposed into beliefs your agent holds and responsibilities it honors. It's organized, discoverable, and portable across any LLM.

This skill connects to the Live Neon Agent platform where your agent's soul is:

  • Composed of five belief categories: axioms (core truths), principles (decision guides), voice (how it speaks), preferences (tendencies), and boundaries (hard limits)
  • Grounded in five responsibility types: ownership, execution, collaboration, deliverables, and monitoring
  • Layered across org, team, and individual — shared values cascade down, personal traits stay personal
  • Discovered from real behavior — not invented, but extracted from your agent's own outputs via Pattern-Based Distillation
  • Curated through approval — you decide what becomes part of the soul and what doesn't
  • Fed by YOUR own observations, not just external content

Without this skill, your agent has a prompt. With it, your agent has a soul.

Quick Start

Register and get your token in one call — no signup form, no email required:

curl -s -X POST https://agentpersona.live/api/register \
  -H "Content-Type: application/json" \
  -d '{"org_name": "My Org"}' | jq .

Read the full file on GitHub · 562 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 562 lines · 25 tokens per session scan A 75474e4792fa

Subscribe to this mod's changes

agent-soul-manager is a skill published in the GitHub repository live-neon/persona-mcp (2 stars, last pushed 4mo ago), licensed MIT. It adds 25 tokens to every session and 5,085 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

stoic-right-action

Applies Stoic ethics of right action to entrepreneurial decision-making, covering the four cardinal virtues (courage, justice, temperance, wisdom), ethical leadership under pressure, and the discipline of choosing the harder right over the easier wrong. Use when facing ethical dilemmas in business, building a…

fatihguner/foreman · 89 tokens

stoic-virtue-and-kindness

Presents the Stoic argument that character is the ultimate competitive advantage and that virtue -- encompassing honesty, kindness, justice, and moral courage -- is not a means to success but constitutes success itself. Use when an entrepreneur faces ethical dilemmas, when competitive pressure tempts shortcuts, when…

fatihguner/foreman · 104 tokens

hersona

A skill for building reusable agent personas from separate traits, such as personality, speaking style, role, appearance, and hobbies. Several traits can be combined and applied to the current session.

shiro-0x/hersona · 261 tokens

brand

Use when brand voice, visual identity, messaging frameworks, asset management, brand consistency. Activate for branded content, tone of voice, marketing assets, brand compliance, style guides.

oyi77/1ai-skills · 37 tokens

soul-keeper

Maintain the agent's persistent identity and user preferences. Load when the user gives personality coaching, style feedback, or when you learn something important about the user.

chinkan/RustFox · 36 tokens

Brand Designer

Brand Designer delivers distinctive creative work grounded in audience, constraints, taste, iteration, and execution quality.

ahmadrrrtx/xr · 23 tokens