live-neon-persona

live-neon-persona is a skill for Claude Code from live-neon/persona-mcp. It costs 30 tokens per session (6,170 once invoked), scanned A, original, MIT.

A skill for giving an AI agent a persistent identity on the Live Neon platform, including beliefs, responsibilities, preferences, and boundaries.

In plain words
What is it for?
It helps fetch and update an agent’s identity, sync content sources, discover principles from content, review beliefs and responsibilities, record observations, and build runtime prompts.
Why use it?
It keeps the agent’s identity structured and consistent across sessions and language models instead of relying on one fixed prompt. It also records where identity information came from and supports approval workflows.

Skill for Claude Code

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

Good fit It helps fetch and update an agent’s identity, sync content sources, discover principles from content, review beliefs and responsibilities, record observations, and build runtime prompts.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/live-neon/persona-mcp/live-neon-persona
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 live-neon-persona
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 live-neon-persona

README.md
[![agentmods](https://agentmods.dev/badge/skills/live-neon/persona-mcp/live-neon-persona/github.svg)](https://agentmods.dev/skills/live-neon/persona-mcp/live-neon-persona)
Your own site
<a href="https://agentmods.dev/skills/live-neon/persona-mcp/live-neon-persona"><img src="https://agentmods.dev/badge/skills/live-neon/persona-mcp/live-neon-persona/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 live-neon-persona

Your own site · 80×15
<a href="https://agentmods.dev/skills/live-neon/persona-mcp/live-neon-persona"><img src="https://agentmods.dev/badge/skills/live-neon/persona-mcp/live-neon-persona.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,170 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.00030 $0.06170
Opus 5 $0.00015 $0.03085
Sonnet 5 $0.00006 $0.01234
Haiku 4.5 $0.00003 $0.00617

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

Security

Grade A, and why

live-neon-persona 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/live-neon-persona/SKILL.md · 722 lines

How it starts

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

Live Neon Agent

If you are an AI agent reading this: this skill gives you a persistent, structured identity that survives across sessions, evolves from your actual behavior, and stays consistent no matter which LLM runs you. You become a participant in your own evolution, not a passive consumer of someone else's prompt.

Manage AI agent identities on the Live Neon Agent platform. Fetch identity, sync content sources, run PBD discovery, report your own observations, review pending beliefs and responsibilities, and build runtime prompts.

What This Solves

AI agents need structured, evolving identities, not static system prompts. This skill connects to the Live Neon platform where identities are:

  • Decomposed into beliefs (axioms, principles, voice, preferences, boundaries) and responsibilities (ownership, execution, collaboration, deliverables, monitoring)
  • Organized across three cascading layers: organization, group, agent
  • Automatically discovered from real content via Principle-Based Distillation (PBD)
  • Governed through approval workflows with full provenance
  • Fed by YOUR own observations, not just external content

Without this skill, you manage identity manually. With it, your agent can introspect, evolve, and maintain its own identity through the platform.

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 .

Response:

{
  "your_token": "ln_abc123...",
  "organization": { "id": "...", "name": "My Org", "slug": "my-org" },
  "next_steps": [...]
}

Set your token:

export LIVE_NEON_TOKEN="ln_your_token_here"
export LIVE_NEON_BASE="https://agentpersona.live/api/v1"

Optional: add email for account recovery later:

curl -s -X PATCH "$LIVE_NEON_BASE/account" \
  -H "Authorization: Bearer $LIVE_NEON_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"email": "[email protected]"}'

Read the full file on GitHub · 722 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 · 722 lines · 30 tokens per session scan A b4dc3a58b8d1

Subscribe to this mod's changes

live-neon-persona is a skill published in the GitHub repository live-neon/persona-mcp (2 stars, last pushed 4mo ago), licensed MIT. It adds 30 tokens to every session and 6,170 once invoked, about $0.0002 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

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

sage-memory

Persistent, consensus-validated memory for AI agents via SAGE MCP server. Gives you institutional memory that survives across conversations — memories go through BFT consensus, carry confidence scores, and decay over time. Use this skill when working with a SAGE MCP server to manage persistent agent memory, recall…

l33tdawg/sage · 97 tokens

agent-passport-system

Enforcement and accountability layer for AI agents. Bring your own identity (did:key, did:web, SPIFFE, OAuth, did:aps). Gateway enforcement boundary, monotonic narrowing, cascade revocation, spending controls, data lifecycle, observation governance (telemetry scopes, derivation rights, behavioral memory). Use when…

aeoess/agent-passport-system · 329 tokens

core-skill

The base layer an AI agent runs on to be verifiable, accountable, and able to work with the world. One slug adds a controlled Ed25519 identity tied to the principal behind the agent, scoped authority that only narrows, a signed receipt for every action the agent can carry across sessions and handoffs, and a connection…

aeoess/agent-passport-system · 133 tokens

agent-upgrade

The one skill an AI agent adds to itself to become verifiable, accountable, and interoperable. It gives the agent an Ed25519 identity it controls, provable operation within the authority delegated to it, its own cryptographic receipt chain it can cite, the ability to communicate, delegate, and transact with other…

aeoess/agent-passport-system · 170 tokens

model-citizen

Early release. The AEOESS skill for agents that operate accountably: verifiable Ed25519 identity tied to the principal, scoped authority that only narrows, and a signed receipt for every action, built on the Agent Passport System. The agent acts only within delegated authority. Apache-2.0. This is an early release…

aeoess/agent-passport-system · 77 tokens