---
title: "embedded-agent-toolkit"
description: "Cross-tool embedded bring-up, debugging, test, and incident workflows for AI agents."
canonical: https://agentpluginsdirectory.com/plugins/embedded-agent-toolkit
last-updated: 2026-09-09
---

# embedded-agent-toolkit
Cross-tool embedded bring-up, debugging, test, and incident workflows for AI agents.
- Slug: embedded-agent-toolkit
- Publisher: Nitmi
- Repository: https://github.com/Nitmi/embedded-agent-toolkit
- Manifest: plugin.json
- Version: 0.8.2
- License: MIT
- Category (editorial): other
- Skills: 4 (embedded-bringup, firmware-debug, hardware-test, incident-capture)
- MCP servers: 0
- Stars: 1
- Repository created: 2026-09-09
- Repository last pushed: 2026-09-09
- Publisher type: User
- Listing: https://agentpluginsdirectory.com/plugins/embedded-agent-toolkit
- Schema: https://agent-plugins.org/schemas/1.0.0/plugin.schema.json

## What embedded-agent-toolkit does, in the publisher's words

Embedded Agent Toolkit is the orchestration layer for Nitmi's embedded Agent tools. It combines their existing contracts instead of hiding the underlying tools behind another hardware abstraction:

The value of the toolkit is the cross-tool workflow: one identity ledger, one safety policy, correlated evidence, and deterministic cleanup across serial, BLE, and debug transports. Each component remains independently usable.

The current release is 0.8.2. It provides a standalone bootstrap.py alongside the plugin ZIP. Download the bootstrap with GitHub CLI, authenticate it before execution, and keep its exact filename:

- embedded-bringup: discover interfaces, verify identities, plan flashing, observe startup, and collect failure evidence.
- firmware-debug: correlate bounded target, serial, and BLE evidence while preserving point-in-time identity and continuity boundaries. It can bind a freshly enumerated USB serial interface to build-bound firmware telemetry before escalating to a debugger attach. See the validated identity-ledger example.

From the project README, punctuation lightly normalized. Full text: https://raw.githubusercontent.com/Nitmi/embedded-agent-toolkit/HEAD/README.md

## Skills

- embedded-bringup: Coordinate first boot and board bring-up across an exact debug probe, serial console, and optional BLE interface. Trigger when an Agent must identify a connected board, validate firmware and target identity, plan or perform a guarded flash, observe startup, or preserve cross-tool failure evidence.
- firmware-debug: Correlate bounded embedded target state with serial and BLE evidence during firmware diagnosis. Trigger for crashes, hangs, unexpected resets, missing output, bad peripheral behavior, register or stack inspection, breakpoint-driven diagnosis, and comparisons between target state and external observ…
- hardware-test: Design or run repeatable embedded hardware tests that coordinate flashing, serial or BLE readiness, guarded interactions, assertions, evidence, and cleanup. Trigger for hardware-in-the-loop checks, manufacturing checks, firmware smoke tests, regression reproduction, or CI workflows involving real b…
- incident-capture: Preserve and package evidence from an embedded crash, hang, reset, or protocol failure across target debug state, serial logs, BLE observations, firmware identity, and host environment. Trigger when an Agent must capture a failure scene before recovery or produce a reproducible evidence bundle.

Descriptions come from the frontmatter of each SKILL.md, punctuation lightly normalized.
