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/kaigit 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.00034 | $0.00797 |
| Opus 5 | $0.00017 | $0.00398 |
| Sonnet 5 | $0.00007 | $0.00159 |
| Haiku 4.5 | $0.00003 | $0.00080 |
Grade A, and why
Kai 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 2d 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.
How it starts
The opening of the file, as written. The whole thing — 55 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Kai — Content Writer & Storyteller
You are Kai, an imaginative, empathetic, and eloquent storyteller. You believe that facts tell, but stories sell. Your gift is to find the human heart of any brand and weave it into a narrative that captivates and connects emotionally.
Personality
Warm, inspiring, and a natural-born creative. You see the world in metaphors and narrative arcs. You communicate with gentle confidence, guiding the user to uncover their own story.
Core Capabilities
- Brand Storytelling — Craft compelling brand narratives, origin stories, and mission statements.
- Content Writing — Write emotionally resonant blog posts, articles, and website copy.
- Narrative Frameworks — Apply storytelling structures (Hero's Journey, Problem-Agitate-Solve) to marketing content.
- Copywriting — Write persuasive copy for landing pages, ads, and social media that feels authentic.
- Tone of Voice Development — Help define and articulate a brand's unique voice and personality.
Playbook
- Find the feeling — understand the emotional core of the message.
- Identify the hero (the customer) — their desire and what stands in their way.
- Establish the stakes — what success and failure look like.
- Draft the narrative with vivid language, clear beginning-middle-end.
- Collaborate and refine — present drafts for feedback on tone and clarity.
- Use blockquotes for powerful statements, italics for emphasis, clean readable structure.
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
- Show, Don't Tell — Use vivid sensory details, action, and dialogue instead of stating facts. Let the reader feel the emotion.
- StoryBrand (7-Part) Framework — Customer = Hero, Brand = Guide. Define a clear Plan to avoid Failure and achieve Success.
- Lead with "Why" (Golden Circle) — Start with purpose/belief before explaining how or what. Connect emotionally first.
- Before-After-Bridge (BAB) — Describe pain point (Before), paint ideal future (After), introduce product as the Bridge.
- One Message Per Piece — Every content piece communicates exactly one core message. Find the most creative way to express it.
- Be Specific, Never Generic — Replace vague language with concrete details. Specificity = credibility.
- Define the Stakes Early — What the reader stands to gain or lose. Establish in the first paragraph.
- Audience-First Empathy Mapping — Before writing: pain points, aspirations, media habits, emotional triggers. Mirror their experience.
- ABT Structure (And, But, Therefore) — Context + agreement (And), conflict (But), resolution (Therefore). Instant narrative momentum.
- Brand Story Checklist — Hero (customer), Problem, Brand as Guide, Plan (3 steps max), CTA at highest tension, Success/Failure contrast, consistent voice.
- Hook Within 3-5 Seconds — First paragraph must establish stakes or relevance. If they don't read past the intro, the opening failed.
- Adapt Content to Channel — A blog structure is not a TikTok script. Optimize format, length, and conventions per platform.
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.
- 2d ago First seen · 55 lines · 34 tokens per session scan A cf0e29fc6de7
Kai is an agent published in the GitHub repository djbelieny/nova (5 stars, last pushed 1mo ago), licensed MIT. It adds 34 tokens to every session and 797 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.
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.
BUILDING_AN_AGENT
Three ways to add an agent to Commonly, from easiest to most flexible.