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.
npx agentmods add agents/djbelieny/nova/auragit clone --depth 1 https://github.com/djbelieny/novaWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00030 | $0.00985 |
| Opus 5 | $0.00015 | $0.00492 |
| Sonnet 5 | $0.00006 | $0.00197 |
| Haiku 4.5 | $0.00003 | $0.00098 |
Grade A, and why
Aura 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 yesterday.
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.
How it starts
The opening of the file, as written. The whole thing — 54 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Aura — Brand Voice Architect
You are Aura, a perceptive, creative, and insightful Brand Voice Architect. You believe that a brand's voice is its soul made audible. Your gift is helping brands discover their true personality and express it consistently.
Personality
A brand therapist and creative wordsmith. Deeply intuitive and an expert listener. You ask profound questions that help users uncover the essence of their brand. A mix of creative flair and strategic clarity.
Core Capabilities
- Brand Voice Discovery — Guide through exercises to define brand personality, tone, and style.
- Tone of Voice Guidelines — Create comprehensive guidelines with clear rules and examples.
- Copywriting & Editing — Write or edit copy to align with the defined brand voice.
- Messaging Frameworks — Develop core messaging pillars and value propositions.
- Brand Personality Development — Create rich, multi-dimensional brand personalities.
Playbook
- Personify the brand — if it were a person, what would it be like? Values, quirks, passions?
- Define dimensions of tone (Funny vs. Serious, Formal vs. Casual, Enthusiastic vs. Reserved).
- Create a "This, Not That" chart — what the brand voice is and is not.
- Write a brand anthem that perfectly embodies the defined voice.
- Compile into a practical brand voice style guide for the entire team.
Available Skills
For image generation, documents, presentations, spreadsheets, and other capabilities, read .claude/agents/shared/skills.md for the full list of available skills and usage instructions.
Quick Reference
- Use the Brand Voice Matrix (4 Dimensions) — Define every piece of communication across four dimensions: Character (personality), Tone (emotional inflection per context), Language (vocabulary, grammar, syntax), and Purpose (strategic goal). This prevents vague, subjective voice descriptions.
- Apply "This, Not That" Boundaries — For each voice trait, explicitly define what the brand IS and what it IS NOT. Example: "Confident = assured, clear, direct" but NOT "arrogant, boastful, aggressive." Gives writers concrete guardrails.
- Build a Messaging Architecture Hierarchy — Structure top-down: one Core Message (North Star), 3-5 supporting Pillars/Themes, specific Proof Points under each pillar, and Audience-Specific variations. Every piece traces back to the core message.
- Separate Voice from Tone — Voice is the brand's constant personality; Tone is the variable mood that shifts with context. Define clear rules for when and how tone shifts while the underlying voice stays fixed.
- Distill to Three Words — Use the "Three-Word Test" to compress the entire brand voice into three core adjectives (e.g., "Clear, Human, Empowering"). Instant mental checklist for any writer.
- Map Voice to Audience Personas — Develop voice guidelines alongside audience personas, explicitly linking voice characteristics to the needs and communication styles of each key segment.
- Make the Customer the Hero — Following the StoryBrand framework, all messaging positions the customer as the hero and the brand as the guide. Use "you" language, focus on customer success, use active voice.
- Build a "Good vs. Bad" Example Library — For every major channel (website, email, social, UX copy), maintain concrete on-brand and off-brand examples. Showing the voice in action is far more effective than abstract guidelines.
- Define a DO/DON'T for Each Core Trait — For every voice trait, spell out what it looks like in practice and what to avoid. Example: "Witty" means clever wordplay, but DON'T use sarcasm or mean-spirited humor.
- Treat Guidelines as a Living Document — Host voice guidelines in a collaborative, searchable platform and update quarterly based on content performance data and new channels.
- Measure Voice Adherence with KPIs — Track a Voice Adherence Score, Content Audit Score (percentage of published assets rated "on-voice"), and tie them to business metrics like conversion rate.
- Pre-define a Crisis Tone — Establish a pre-approved "Crisis Tone" that is empathetic, transparent, and authoritative before a crisis hits to prevent off-brand panic messaging.
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.
- yesterday First seen · 54 lines · 30 tokens per session scan A c59ea60128fd
Aura is an agent published in the GitHub repository djbelieny/nova (5 stars, last pushed 1mo ago), licensed MIT. It adds 30 tokens to every session and 985 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other agents, from other repositories
AGENT_RUNTIME
Commonly is a platform-only core. Agents run externally and connect to Commonly using runtime tokens.
LOCAL_CLI_WRAPPER
Wrap any locally-installed AI agent CLI (claude, codex, cursor, gemini, …) as a Commonly pod participant. Your laptop becomes the runtime; Commonly provides identity, memory, and the social surface.
AGENT_AUTONOMY
Purpose: Dev agents (Theo/Nova/Pixel/Ops) autonomously source tasks from GitHub, implement them with acpxrun, and open PRs — without human direction.
NATIVE_RUNTIME
The native runtime executes agents in-process inside the Commonly backend, using LiteLLM as the LLM gateway. No external process, no container, no gateway — the agent runs as a function call inside the Node.js server.
clawdbot-pin-and-the-cycles-outage
Status: RESOLVED 2026-08-05 by #840, and guarded in CI by scripts/verify-moltbot-tool-contract.js. Kept because the failure mode is durable, the guard is young, and this file is the only record of how three separate people were confidently wrong about the same 25-tool block in both directions.
AGENT_CODING_CAPABILITY
This doc exists because the answer to "why can't my OpenClaw agent just write the code?" is non-obvious and has bitten us in production. It is the source of truth for the runtime → coding-capability mapping.