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 Arcadia-1/analog-agents --skill analog-netlist-crawlgit clone --depth 1 https://github.com/Arcadia-1/analog-agentsWrote 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/arcadia-1/analog-agents/analog-netlist-crawl)<a href="https://agentmods.dev/skills/arcadia-1/analog-agents/analog-netlist-crawl"><img src="https://agentmods.dev/badge/skills/arcadia-1/analog-agents/analog-netlist-crawl/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/arcadia-1/analog-agents/analog-netlist-crawl"><img src="https://agentmods.dev/badge/skills/arcadia-1/analog-agents/analog-netlist-crawl.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.00291 | $0.07902 |
| Opus 5 | $0.00146 | $0.03951 |
| Sonnet 5 | $0.00058 | $0.01580 |
| Haiku 4.5 | $0.00029 | $0.00790 |
Grade A, and why
analog-netlist-crawl 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.
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.
What ships with it
28 files 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.
- scripts/adapters/__init__.py 1.7 KB runs code
- scripts/adapters/_util.py 1.2 KB runs code
- scripts/adapters/mrpp.py 2.7 KB runs code
- scripts/adapters/spectre.py 12 KB runs code
- scripts/fixtures/f1_rc_ladder.flat.scs 290 B
- scripts/fixtures/f1_rc_ladder.mrpp 696 B
- scripts/fixtures/f1_rc_ladder.subckt.scs 328 B
- scripts/fixtures/f2_diffpair_cc.flat.scs 307 B
- scripts/fixtures/f2_diffpair_cc.mrpp 670 B
- scripts/fixtures/f2_diffpair_cc.subckt.scs 380 B
- scripts/fixtures/f3_series_parallel.flat.scs 705 B
- scripts/fixtures/f3_series_parallel.mrpp 1.7 KB
- scripts/fixtures/f4_within_net.flat.scs 1.1 KB
- scripts/inject.py 15 KB runs code
- scripts/ir.py 7.1 KB runs code
- scripts/kernels/__init__.py 638 B runs code
- scripts/kernels/cc.py 1.3 KB runs code
- scripts/kernels/cg.py 1.1 KB runs code
- scripts/kernels/mor.py 15 KB runs code
- scripts/kernels/r_network.py 48 KB runs code
- scripts/md_to_pdf.py 6.6 KB runs code
- scripts/parse_cache.py 2.3 KB runs code
- scripts/prescribe.py 9.7 KB runs code
- scripts/report.py 15 KB runs code
- scripts/scan.py 6.6 KB runs code
- scripts/strip_parasitics.py 11 KB runs code
- scripts/sweep.py 20 KB runs code
- scripts/test_all.py 8.8 KB runs code
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 · 645 lines · 291 tokens per session scan A 9ff0b75613fd
analog-netlist-crawl is a skill published in the GitHub repository Arcadia-1/analog-agents (68 stars, last pushed 2mo ago), with no licence file. It adds 291 tokens to every session and 7,902 once invoked, about $0.0015 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 skills, from other repositories
analog-flow-orchestrate
Canonical reference doc for the Analog A1-A9 track — spec extraction → topology → netlist → corner sweep → layout → per-block PV (DRC/LVS) → post-layout resim → hardmacro → HIL. Used when an agent wants to walk the A1-A9 plan step-by-step. For unified one-command execution (deterministic runner + AI fall-through +…
analog-sizing-loop
Closed-loop analog optimization — iterates sizing → netlist → SPICE corner sweep → spec check → re-size until all PVT corners pass. Use when the user says "optimize the analog block", "close the loop", "auto-size", or at Step A4 of the analog track.
analog-sizing
Size transistors in an analog circuit topology to meet performance specs (gain, bandwidth, noise, power). Use when the user says "size this amplifier", "analog sizing", "op-amp design", "bias point", "find W/L", or shares a schematic and a spec table.
analog-netlist-gen
Generate a complete SPICE netlist (.sp) from a sized analog topology, with correct PDK device models, body connections, and testbench. Use when the user says "generate SPICE", "write netlist", "create spice deck", or at Step A3 of the analog track.
spice
Run automatic SPICE simulations on subcircuits detected from KiCad schematic analysis — validates filter frequencies, divider ratios, opamp gains, LC resonance, and crystal load capacitance. Supports ngspice, LTspice, and Xyce (auto-detected). Generates testbenches, runs batch mode, produces structured pass/warn/fail…
spec-to-rtl
MANDATORY entry point when designoneshotrunner.steprtlgen WAIVES with fallbackskill='spec-to-rtl'. This is invoked for every IC class with rtlgen=null in icclassregistry.json, which is the SOURCE OF TRUTH for that set and the thing the runner actually routes from -- at the time of writing the 11 such classes are…