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 skills add kh6570/HAbedini-qspice-mcp --skill qspice-waveform-analysisgit clone --depth 1 https://github.com/kh6570/HAbedini-qspice-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/skills/kh6570/habedini-qspice-mcp/qspice-waveform-analysis)<a href="https://agentmods.dev/skills/kh6570/habedini-qspice-mcp/qspice-waveform-analysis"><img src="https://agentmods.dev/badge/skills/kh6570/habedini-qspice-mcp/qspice-waveform-analysis/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.
<a href="https://agentmods.dev/skills/kh6570/habedini-qspice-mcp/qspice-waveform-analysis"><img src="https://agentmods.dev/badge/skills/kh6570/habedini-qspice-mcp/qspice-waveform-analysis.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00062 | $0.00842 |
| Opus 5 | $0.00031 | $0.00421 |
| Sonnet 5 | $0.00012 | $0.00168 |
| Haiku 4.5 | $0.00006 | $0.00084 |
Grade A, and why
qspice-waveform-analysis 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 12d 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 — 64 lines — stays where its author put it; the contents beside it link to each section on GitHub.
QSpice: Waveform Analysis
A workflow for turning a completed .qraw result into answers: which signals
exist, what a derived quantity looks like, and what the scalar metrics are.
When to use
- A simulation finished and you need to read or quantify the result.
- You need a derived signal (difference, product, ratio) the raw file does not
store directly, e.g.
V(out)-V(in)or instantaneous powerV(n1)*I(L1). - You need scalar metrics (RMS, mean, peak-to-peak, gain) or a Fourier/noise summary.
When NOT to use
- The run failed / produced no waveform → use
qspice-convergence-debugging. - You still need to author or simulate the circuit →
qspice-getting-started.
Workflow
- Enumerate.
list_signals(andlist_stepsfor stepped/.stepruns) to learn the exact, case-correct signal names. QSpice lowercases net names, so a node drawn asVOUTis read asV(vout). - Read a single trace.
read_waveformwith asignaland optionalt_start/t_end. Responses are budget-capped (2000 points); narrow the window instead of asking for everything. - Derive across signals.
evaluate_waveform_expressionwith an arithmetic expression over signal tokens —V(out)-V(in),V(out)*I(L1),2*V(fb). Only+ - * / **, parentheses, and numeric constants are allowed; all referenced signals must share one axis (same raw, step, window). - Quantify.
measure_waveformfor RMS/mean/max/min/peak-to-peak on one signal;read_noisefor.noiseintegrated/spot output. - Harmonics and distortion. Stage
.fourwithprepare_four, re-run, thenread_fourierfor the harmonic table — or skip the directive entirely and usecompute_thd(post-processing FFT THD on any periodic trace) andexport_fft_spectrumfor a full spectrum CSV. - Frequency response.
measure_bode_responseextracts gain/phase versus frequency from an AC or.boderesult in one call. - Log-side measures.
prepare_measstages.measdirectives (find_at/avg/trig_targ/fra/four); after the run,list_measuresenumerates the QPOST-derived blocks andread_measuresreturns their values with optional step filtering. - Visualize / export.
plot_waveformsfor a PNG preview;export_waveform_csvwhen downstream tooling needs the full series outside the MCP budget.
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 12d ago First seen · 64 lines · 62 tokens per session scan A abf43d4a3ac8
qspice-waveform-analysis is a skill published in the GitHub repository kh6570/HAbedini-qspice-mcp (5 stars, last pushed 1mo ago), licensed MIT. It adds 62 tokens to every session and 842 once invoked, about $0.0003 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 skills, from other repositories
instrument-data-to-allotrope
Convert laboratory instrument output files (PDF, CSV, Excel, TXT) to Allotrope Simple Model (ASM) JSON format or flattened 2D CSV. Use this skill when scientists need to standardize instrument data for LIMS systems, data lakes, or downstream analysis. Supports auto-detection of instrument types. Outputs include full…
matlab
Build, review, migrate, and safely plan MATLAB or GNU Octave numerical workflows, including arrays, tabular/time data, tests, projects, graphics, MAT files, and explicit Python interoperability.
exploratory-data-analysis
Perform bounded, local exploratory analysis of explicitly supported scientific files. Use for redacted CSV/TSV/JSON profiles; optional NumPy, HDF5, FASTA/FASTQ, and basic image metadata inspection; missingness/leakage audits; outlier and transformation sensitivity; and rigorous EDA report scaffolds. Other domain…
phylogenetics
Build and analyze phylogenetic trees using MAFFT (multiple alignment), IQ-TREE 2 (maximum likelihood), and FastTree (fast NJ/ML). Visualize with ETE3 or FigTree. For evolutionary analysis, microbial genomics, viral phylodynamics, protein family analysis, and molecular clock studies.
research-engineer
An uncompromising Academic Research Engineer. Operates with absolute scientific rigor, objective criticism, and zero flair. Focuses on theoretical correctness, formal verification, and optimal implementation across any required technology.
mapping-to-snomed
Maps clinical concept spans extracted by OpenMed to SNOMED CT concepts through a USER-SUPPLIED terminology server (the user's own Ontoserver, Snowstorm, or UMLS/UTS), never a bundled vocabulary. Use when the user wants to code findings, disorders, procedures, body structures, or substances to SNOMED CT, run an ECL…