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 instructions/jiegec/waveform-mcp/claude-mdgit clone --depth 1 https://github.com/jiegec/waveform-mcpWrote 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/instructions/jiegec/waveform-mcp/claude-md)<a href="https://agentmods.dev/instructions/jiegec/waveform-mcp/claude-md"><img src="https://agentmods.dev/badge/instructions/jiegec/waveform-mcp/claude-md.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.00958 | $0.00958 |
| Opus 5 | $0.00479 | $0.00479 |
| Sonnet 5 | $0.00192 | $0.00192 |
| Haiku 4.5 | $0.00096 | $0.00096 |
Grade A, and why
waveform-mcp CLAUDE.md 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.
How it starts
The opening of the file, as written. The whole thing — 93 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Claude's Notes for waveform-mcp
Project Overview
An MCP (Model Context Protocol) server for reading and analyzing VCD/FST waveform files using the wellen library.
Architecture
- main.rs: MCP server handler with tool routing, supports stdio and HTTP modes
- lib.rs: Library exports from submodules
- condition.rs/condition.lalrpop: Parser for conditional expressions (LALRPOP grammar)
- formatting.rs: Time and signal value formatting utilities
- hierarchy.rs: Signal/scope lookup by hierarchical path
- signal.rs: Signal reading, event finding, and metadata
MCP Tools (8 total)
open_waveform- Open VCD/FST files, assign optional aliasclose_waveform- Close waveform and free memorylist_signals- List signals with name_pattern, hierarchy_prefix filtersread_hierarchy- Read hierarchy tree from an optional scoperead_signal- Read values at time_index or time_indicesget_signal_info- Get signal type, width, index rangefind_signal_events- Find all changes in time rangefind_conditional_events- Complex condition search with expression parser
Key Dependencies
wellen- Wavefile parsingrmcp- MCP server frameworktokio- Async runtimelalrpop- Condition parser grammaraxum- HTTP server
Transport Modes
- Stdio (default):
cargo run --release - HTTP:
cargo run --release -- --http --bind-address 127.0.0.1:8000
Condition Expression Syntax
Supported in find_conditional_events:
- Signal paths:
TOP.signal - Bitwise:
~,&,|,^ - Boolean:
&&,||,! - Comparison:
==,!= - Special:
$past(signal)for previous value - Literals:
4'b0101,3'd2,5'h1A - Bit extract:
signal[bit]orsignal[msb:lsb]
Operator precedence (high to low): ~/!, ==/!=, &, ^, |, &&, ||
CLI Tool
A standalone CLI binary waveform-cli is available for direct command-line access:
# Usage: waveform-cli <command> [args...] [-- <command2> ...]
waveform-cli open_waveform test.vcd
waveform-cli open_waveform test.vcd -- list_signals test.vcd --pattern clk
# Chain multiple commands with -- separator
waveform-cli open_waveform test.vcd -- read_signal test.vcd top.clk --time-index 0
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.
- 4d ago First seen · 93 lines · 958 tokens per session scan A a950cc5d0a69
waveform-mcp CLAUDE.md is an instructions file published in the GitHub repository jiegec/waveform-mcp (47 stars, last pushed 1mo ago), licensed MIT. It adds 958 tokens to every session, about $0.0048 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-30.
Other instructions, from other repositories
iot-satellite-forest-fire-early-warning-agent-skill CLAUDE.md
Instructions for dungnotnull/iot-satellite-forest-fire-early-warning-agent-skill, covering skill identity, problem this skill solves, harness flow summary, sub-skills and tools required.
small-datacenter-airflow-thermal-optimization-agent-skill CLAUDE.md
Instructions for dungnotnull/small-datacenter-airflow-thermal-optimization-agent-skill, covering skill identity, problem this skill solves, harness flow summary, sub-skills and tools required.
rc-boat-hydrodynamics-design-agent-skill CLAUDE.md
Instructions for dungnotnull/rc-boat-hydrodynamics-design-agent-skill, covering claude.md — skill 226: rc-boat-hydrodynamics-design, skill identity, problem this skill solves, harness flow summary and sub-skills.
custom-water-cooling-loop-design-agent-skill CLAUDE.md
Instructions for dungnotnull/custom-water-cooling-loop-design-agent-skill, covering claude.md — skill 259: custom-water-cooling-loop-design, skill identity, problem this skill solves, harness flow summary and sub-skills.
standalone-solar-deep-station-agent-skill CLAUDE.md
Instructions for dungnotnull/standalone-solar-deep-station-agent-skill, covering claude.md — skill 285: standalone-solar-deep-station, skill identity, problem this skill solves, harness flow summary and sub-skills.
fog-water-harvester-design-agent-skill CLAUDE.md
Instructions for dungnotnull/fog-water-harvester-design-agent-skill, covering claude.md ? skill 305: fog-water-harvester-design, skill identity, problem this skill solves, harness flow summary and sub-skills.