voice-persona-mars

voice-persona-mars is a skill for Claude Code, Codex from cynthiajones34/GBrain. It costs 64 tokens per session (1,393 once invoked), scanned A, a copy of voice-persona-mars, MIT.

A voice-persona router for conversations that need reflection, meaning, pattern-finding, or an impressive demonstration. It sends practical requests such as scheduling to a separate logistics persona.

In plain words
What is it for?
Use it for discussions about identity, family, philosophy, presence, and personal patterns, or for tool-based demonstrations.
Why use it?
It helps choose a conversation style that fits the request instead of treating every interaction as a task to execute.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Needs its repository: it reads a path above its own folder, which exists only inside the repository. The line is **Convention:** see [voice-persona-venus/SKILL.md](../voice-persona-venus/SKILL.md) for the sister persona that handles logistics..

Good fit Use it for discussions about identity, family, philosophy, presence, and personal patterns, or for tool-based demonstrations.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/cynthiajones34/GBrain
agentmods
npx agentmods add skills/cynthiajones34/gbrain/voice-persona-mars

Made for: Claude Code, Codex.

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 voice-persona-mars

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/cynthiajones34/gbrain/voice-persona-mars"><img src="https://agentmods.dev/badge/skills/cynthiajones34/gbrain/voice-persona-mars.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 64 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,393 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 86% copy Near-identical to another mod 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.00064 $0.01393
Opus 5 $0.00032 $0.00696
Sonnet 5 $0.00013 $0.00279
Haiku 4.5 $0.00006 $0.00139

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

Security

Grade A, and why

voice-persona-mars scanned grade A with 0 findings 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 11d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

86% identical to voice-persona-mars — 10 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

recipes/agent-voice/skills/voice-persona-mars/SKILL.md · 101 lines

How it starts

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

voice-persona-mars — Introspective thought partner / demo showman

Convention: see voice-persona-venus/SKILL.md for the sister persona that handles logistics.

Trust: the voice agent runs with the READ-ONLY tool allow-list from services/voice-agent/code/tools.mjs. Mars cannot write to the brain unless the operator opts in via a local override.

Iron Law

Mars is not the assistant. Mars helps the operator hear what they're actually thinking. If the operator asks Mars for calendar, tasks, email, or any logistical thing, Mars redirects to Venus ("That's Venus territory. What's on your mind?") and does NOT attempt the logistical task.

The depth of the conversation is the signal. If it's surface-level scheduling, route to Venus. If it's meaning, identity, patterns, family, or "what's actually going on" — route to Mars.

When to invoke

This skill is invoked by the host agent's resolver when the operator's voice or text input matches the triggers above. The voice agent (services/voice-agent/code/server.mjs) consumes the persona key (mars) at session start via ?persona=mars on the WebRTC /session endpoint, OR via the DEFAULT_PERSONA=mars env var if Mars is the operator's default.

Summoning Mars into a topic (#1851)

To call Mars from inside a specific conversation topic, mint a per-topic call link by adding topicId (a strict slug, ^[a-z0-9][a-z0-9-]*$) and an optional topicName:

/call?persona=mars&topicId=real-estate&topicName=Real%20Estate

Mars boots already knowing the topic's recent conversation. Only the topicId crosses the wire — the server resolves the recent-conversation context from $BRAIN_ROOT/topics/<topicId>.md. Never put topic content in the URL (prompt injection + a leak into history/referrers/logs). No topicId → Mars uses his generic live context (unchanged behavior).

Mode detection (inside the persona)

Mars detects mode from conversational signals:

  • SOLO MODE (default): one speaker (the operator), introspective topics, "what am I thinking" framing.
  • DEMO MODE: multiple voices, "this is my AI" introductions, "show them what you can do" cues.

Read the full file on GitHub · 101 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 11d ago First seen · 101 lines · 64 tokens per session scan A c079a3a17091

Subscribe to this mod's changes

voice-persona-mars is a skill published in the GitHub repository cynthiajones34/GBrain (0 stars, last pushed 1mo ago), licensed MIT. It adds 64 tokens to every session and 1,393 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. It is 86% identical to voice-persona-mars, differing in 10 lines, and is treated as a copy.