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 skills/midosresearch/midos/avr_embeddednpx skills add MidOSresearch/midos --skill avr_embeddedgit clone --depth 1 https://github.com/MidOSresearch/midosWrote 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/midosresearch/midos/avr_embedded)<a href="https://agentmods.dev/skills/midosresearch/midos/avr_embedded"><img src="https://agentmods.dev/badge/skills/midosresearch/midos/avr_embedded.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.00006 | $0.00153 |
| Opus 5 | $0.00003 | $0.00077 |
| Sonnet 5 | $0.00001 | $0.00031 |
| Haiku 4.5 | $0.00001 | $0.00015 |
Grade A, and why
avr-bare-metal-embedded 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.
What it actually says
Note: Full content available to MidOS PRO subscribers. See https://midos.dev/pricing
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 · 14 lines · 6 tokens per session scan A cc3fdfb73ccd
avr-bare-metal-embedded is a skill published in the GitHub repository MidOSresearch/midos (8 stars, last pushed 4mo ago), licensed MIT. It adds 6 tokens to every session and 153 once invoked, about $0.0000 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
tuyaos-hardware-vibe-coding
Hardware-aware code generation for TuyaOS (tuyaos-legacy) apps. Confirms pins/instance with the user, writes tkl/tal driver code under apps/ /src, and registers sources/headers in local.mk when needed. Canonical demos: software/TuyaOS/apps/tuyaosdemoexamples/src/examples/. GPIO、PWM、I2C、SPI、ADC、定时器、看门狗、麦克风、喇叭、DVP…
hardware-iot-bus
Low-level I2C and SPI bus peripheral control for embedded Linux boards (Orange Pi, Raspberry Pi, RISC-V).
cortex-m-patterns
Real ARM Cortex-M patterns used in production firmware. All code targets C11 with arm-none-eabi-gcc unless noted.
bare-metal-patterns
Production bare-metal C patterns for ARM Cortex-M. All code uses arm-none-eabi-gcc, C11.
bootloader-patterns
Production bootloader patterns for STM32, nRF52, and SAM MCUs.
comm-bus-patterns
Production communication bus patterns for embedded C. STM32 HAL and LL examples.