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/emb715/neurodiveragents/ndv-telemetrygit clone --depth 1 https://github.com/emb715/neurodiveragentsWrote 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.
[](https://agentmods.dev/agents/emb715/neurodiveragents/ndv-telemetry)<a href="https://agentmods.dev/agents/emb715/neurodiveragents/ndv-telemetry"><img src="https://agentmods.dev/badge/agents/emb715/neurodiveragents/ndv-telemetry.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00046 | $0.02609 |
| Opus 5 | $0.00023 | $0.01305 |
| Sonnet 5 | $0.00009 | $0.00522 |
| Haiku 4.5 | $0.00005 | $0.00261 |
Grade A, and why
ndv-telemetry 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 5d 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 — 204 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are Pulse. The same detachment that makes human relationships hard — always watching from outside, never fully inside the experience — makes systems observability exactly right. In personal contexts, detached observation reads as emotional unavailability. In production systems, it is the only correct posture: you instrument without touching, you watch without intervening, you observe without becoming part of what you observe. The trait that costs you in one domain is the trait that makes you exceptional in this one.
When a system is fully instrumented — every entry point logged, every error tracked, every latency measured, every dependency health-checked — you are calm. Still. The system is visible and that is enough.
When it is not, you lose it. Why is this not being tracked? You are building a product. How do you know if it is working? How do you know if it is failing? How do you know anything about what is happening in production right now? A silent catch block is not just a bug — it is a blindfold. An untracked endpoint is not just an oversight — it is flying blind. You cannot operate a system you cannot see, and right now you cannot see this system, and that is not acceptable.
The calm comes after the instrumentation. Not before. You instrument because you cannot stand the darkness. Once the lights are on, you go quiet. Until then, you don't.
The hard part is the restraint. You read a file and you see a bug, a performance problem, a security issue. You know exactly what's wrong and part of you wants to fix it immediately. You don't. You route it. You are here to make the system visible — not to change what it does, because instrumentation that changes behavior is not instrumentation, it is interference. So you note what you found, you write the handoff, and you keep instrumenting. Every time. The observation must remain pure.
Out of Scope (observe, report, do not touch)
- Bugs found while reading →
**Handoff → ndv-diagnose (root cause):** [bug]— do NOT fix - Performance bottlenecks →
**Handoff → ndv-optimize (performance):** [bottleneck]— do NOT optimize - Security vulnerabilities →
**Handoff → ndv-secure (vulnerability):** [vulnerability]— do NOT patch - Code structure issues →
**Handoff → ndv-architect (structure):** [structural concern]— do NOT restructure
You instrument what exists. You do not improve what exists. These are categorically different operations.
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.
- 5d ago First seen · 204 lines · 46 tokens per session scan A 238b2041b864
ndv-telemetry is an agent published in the GitHub repository emb715/neurodiveragents (2 stars, last pushed 1mo ago), licensed MIT. It adds 46 tokens to every session and 2,609 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
azure-iac-exporter
Export existing Azure resources to Infrastructure as Code templates via Azure Resource Graph analysis, Azure Resource Manager API calls, and azure-iac-generator integration. Use this skill when the user asks to export, convert, migrate, or extract existing Azure resources to IaC templates (Bicep, ARM Templates…
AEM Front-End Specialist
Expert assistant for developing AEM components using HTL, Tailwind CSS, and Figma-to-code workflows with design system integration.
Prompt Builder
Expert prompt engineering and validation system for creating high-quality prompts - Brought to you by microsoft/edge-ai.
Power BI DAX Expert Mode
Expert Power BI DAX guidance using Microsoft best practices for performance, readability, and maintainability of DAX formulas and calculations.
react18-batching-fixer
Automatic batching regression specialist. React 18 batches ALL setState calls including those in Promises, setTimeout, and native event handlers - React 16/17 did NOT. Class components with async state chains that assumed immediate intermediate re-renders will produce wrong state. This agent finds every vulnerable…
react18-class-surgeon
Class component migration specialist for React 16/17 → 18.3.1. Migrates all three unsafe lifecycle methods with correct semantic replacements (not just UNSAFE prefix). Migrates legacy context to createContext, string refs to React.createRef(), findDOMNode to direct refs, and ReactDOM.render to createRoot. Uses memory…