krometrail: Skill for Claude Code

.agents/skills/rust-cdp-transport/SKILL.md

rust-cdp-transport is a skill for Claude Code from nklisch/krometrail. It costs 88 tokens per session (2,519 once invoked), scanned A, original, no licence file.

A versioned reference for building Rust transport code that communicates with Chrome through the Chrome DevTools Protocol, a browser-control interface. It covers the named cdpkit, chromey, Tokio WebSocket, message-routing, and screencast areas.

In plain words
What is it for?
It helps with CDP transport work involving browser version checks, automatic target attachment, session IDs, message sending, event streams, and page screencasts.
Why use it?
It provides project-specific guidance for handling browser-protocol messages, sessions, events, and screen frames in Rust.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: installed under .agents/ (shared by several agents).

This is nklisch/krometrail's own configuration. It tells Claude Code how to work on krometrail itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything krometrail configures →

Reuse

Borrowing it

Nothing to install: this file belongs to nklisch/krometrail. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/nklisch/krometrail/main/.agents/skills/rust-cdp-transport/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/nklisch/krometrail

Made for: Claude Code.

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 rust-cdp-transport

README.md
[![agentmods](https://agentmods.dev/badge/skills/nklisch/krometrail/rust-cdp-transport/github.svg)](https://agentmods.dev/skills/nklisch/krometrail/rust-cdp-transport)
Your own site
<a href="https://agentmods.dev/skills/nklisch/krometrail/rust-cdp-transport"><img src="https://agentmods.dev/badge/skills/nklisch/krometrail/rust-cdp-transport/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for rust-cdp-transport

Your own site · 80×15
<a href="https://agentmods.dev/skills/nklisch/krometrail/rust-cdp-transport"><img src="https://agentmods.dev/badge/skills/nklisch/krometrail/rust-cdp-transport.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 88 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,519 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.1 $0.00088 $0.02519
Opus 5 $0.00044 $0.01260
Sonnet 5 $0.00018 $0.00504
Haiku 4.5 $0.00009 $0.00252

Measured 10d ago against content hash b086414c4b26, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

rust-cdp-transport 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 10d 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.

.agents/skills/rust-cdp-transport/SKILL.md · 144 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 10d ago First seen · 144 lines · 88 tokens per session scan A b086414c4b26

Subscribe to this mod's changes

rust-cdp-transport is a skill published in the GitHub repository nklisch/krometrail (3 stars, last pushed 3d ago), with no licence file. It adds 88 tokens to every session and 2,519 once invoked, about $0.0004 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.

Related

Other skills, from other repositories

chrome-devtools-cli

Use this skill to write shell scripts or run shell commands to automate tasks in the browser or otherwise use Chrome DevTools via CLI.

ChromeDevTools/chrome-devtools-mcp · 31 tokens

cookie-debugging

Uses Chrome DevTools MCP for inspecting, debugging, and testing cookies, session state, authentication issues, and cookie consent compliance. Use when diagnosing 401/403 errors, authentication redirects, session expiration, Cookie/Set-Cookie header issues, cookie banner consent conformance, or third-party…

ChromeDevTools/chrome-devtools-mcp · 71 tokens

a11y-debugging

Uses Chrome DevTools MCP for accessibility (a11y) debugging and auditing based on web.dev guidelines. Use when testing semantic HTML, ARIA labels, focus states, keyboard navigation, tap targets, and color contrast.

ChromeDevTools/chrome-devtools-mcp · 50 tokens

chrome-devtools

Uses Chrome DevTools via MCP for efficient debugging, troubleshooting and browser automation. Use when debugging web pages, automating browser interactions, analyzing performance, or inspecting network requests. This skill does not apply to --slim mode (MCP configuration).

ChromeDevTools/chrome-devtools-mcp · 55 tokens

nullaway

Guide for resolving NullAway static analysis errors. Best practices for: Passing ObservableSupplier/Supplier Dereferencing potentially @Nullable values Adding @NullMarked to Java code.

chromium/chromium · 43 tokens

opencli-autofix

Automatically fix broken OpenCLI adapters when commands fail. Load this skill when an opencli command fails — it guides you through collecting a trace artifact, patching the adapter, retrying, and filing an upstream GitHub issue after a verified fix. Works with any AI agent.

jackwener/OpenCLI · 61 tokens