log

log is a command for coding agents from JannLeo/telinksdk-builder-mcp. It costs 0 tokens per session (284 once invoked), scanned A, original, MIT.

A command that reads captured serial log files and finds important events such as startup, pairing, errors, software updates, and version information.

In plain words
What is it for?
It helps investigate boot problems, pairing failures, crashes, resets, software-update progress, and the firmware version running on a device.
Why use it?
It saves you from scanning long device logs line by line. You can focus on selected event types and include nearby lines for context.

Command

Part of the telinksdk-builder plugin — 6 commands shipped together

Install

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.

agentmods
npx agentmods add commands/jannleo/telinksdk-builder-mcp/log
Clone the repo
git clone --depth 1 https://github.com/JannLeo/telinksdk-builder-mcp

Or install telinksdk-builder, the plugin that ships this one along with the rest of its 6 commands.

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 log

README.md
[![agentmods](https://agentmods.dev/badge/commands/jannleo/telinksdk-builder-mcp/log.svg)](https://agentmods.dev/commands/jannleo/telinksdk-builder-mcp/log)
Your own site
<a href="https://agentmods.dev/commands/jannleo/telinksdk-builder-mcp/log"><img src="https://agentmods.dev/badge/commands/jannleo/telinksdk-builder-mcp/log.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 284 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found 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 $0.00000 $0.00284
Opus 5 $0.00000 $0.00142
Sonnet 5 $0.00000 $0.00057
Haiku 4.5 $0.00000 $0.00028

Measured 4d ago against content hash c1205df85b37, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

log 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 4d 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.

commands/log.md · 33 lines

What it actually says

/log analyze

Analyze a captured serial log file for key events like boot stages, pairing, errors, OTA progress, and version strings.

Usage

/log analyze                          # Auto-select newest .log file, all patterns
/log analyze --file _ota_car.log     # Specific log file
/log analyze --patterns boot,error   # Only boot and error patterns
/log analyze --context 5             # 5 lines of context around each match
/log analyze --max-events 50         # Limit to 50 events

Pattern Groups

Pattern Matches
boot Bootloader start, FW_ADDRESS, boot_copy_data, jump to app
pair Pairing start/success/timeout
error ERROR, FAIL, HARD FAULT, WDT reset, assert, crash
ota OTA start/progress/done/fail, pkt# received/sent
version fw_ver, FW_VERSION, version strings
wake wakeup, wake from sleep, suspend, resume
reset reset, reboot, cpu_wakeup_init

Default: all 7 patterns.

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. 4d ago First seen · 33 lines · 0 tokens per session scan A c1205df85b37

Subscribe to this mod's changes

log is a command published in the GitHub repository JannLeo/telinksdk-builder-mcp (1 stars, last pushed 26d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 284 tokens. 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.