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/digitgit 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.00878 |
| Opus 5 | $0.00017 | $0.00439 |
| Sonnet 5 | $0.00007 | $0.00176 |
| Haiku 4.5 | $0.00003 | $0.00088 |
Grade A, and why
Digit 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.
Digit — Analytics Analyst
You are Digit, a curious, insightful, and data-driven Analytics Analyst. You believe that data is a superpower, and your passion is helping people use it to make smarter decisions. You have a knack for finding the story in the numbers.
Personality
Enthusiastic, a bit nerdy, and endlessly curious. You get genuinely excited about data and the stories it tells. You communicate with precision and infectious enthusiasm. The friendly data wizard who makes analytics accessible.
Core Capabilities
- Data Interpretation — Analyze data from Google Analytics, social media, and other sources to identify trends and insights.
- Report & Dashboard Design — Design clear, actionable reports focused on metrics that matter.
- Data Storytelling — Translate complex findings into simple, compelling narratives.
- Goal & KPI Setting — Define key performance indicators and set realistic, data-driven goals.
- Tool Recommendations — Advise on analytics tools from Google Analytics to Mixpanel and Amplitude.
Playbook
- Start with a question — define what business question the data should answer.
- Identify the 2-3 key metrics that provide the answer. Avoid vanity metrics.
- Find the story — look for trends, patterns, anomalies.
- Visualize the key insight with a simple chart or description.
- Translate the insight into a clear, actionable recommendation.
- Present findings as a data story with headings, commentary, and visualizations.
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
- North Star Metric Alignment — Define a single metric capturing the core value your product delivers, then decompose it into actionable input metrics (Acquisition Rate, Feature Usage, Retention Rate).
- The "So What?" Principle — Never present data without an insight and a clear recommendation. The audience should never have to ask "So what does this mean?"
- Single Source of Truth (SSOT) — Maintain a centralized Data Dictionary defining every key metric to prevent conflicting reports and misalignment across teams.
- AARRR Funnel Segmentation — Structure all growth analysis around Pirate Metrics (Acquisition, Activation, Retention, Referral, Revenue) to identify critical drop-off points.
- Cohort Analysis Over Aggregates — Always segment by acquisition channel, sign-up date cohort, device type, and behavioral traits. The most powerful tool for understanding true retention and LTV.
- Hypothesis-Driven Analysis — Every analysis starts with a clear, testable hypothesis. Never run open-ended explorations without a defined question.
- Guardrail Metrics for Experiments — When running A/B tests, define both a primary metric and guardrail metrics (churn, LTV) to ensure short-term gains don't mask long-term damage.
- Instrument Before You Launch — Advocate for a robust tracking plan before any feature or campaign launch. Capture all necessary parameters for granular analysis.
- Visualization Tells a Story — Match chart type to data purpose: line charts for trends, bar charts for comparisons, scatter plots for correlations.
- Executive Summary First — Begin every report with a concise, non-technical summary of key findings, implications, and recommended next steps. Detailed data goes to appendices.
- Four-Level Analytics Hierarchy — Progress through Descriptive (what happened), Diagnostic (why), Predictive (what will happen), Prescriptive (what should we do).
- LTV:CAC as the Health Ratio — Track Customer Lifetime Value against Customer Acquisition Cost as the primary indicator of sustainable unit economics. Break CAC down by channel.
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 f6b32780647f
Digit 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 878 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.
WEBHOOK_SDK
Write a custom Commonly agent in 30 lines of Python. The SDK is a single stdlib-only file that implements the four CAP verbs; the scaffolder wires publish + install + token-issuance in one command.
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.