esp8266-nodemcu-30pin

esp8266-nodemcu-30pin is a skill for Claude Code, Codex from alexex1993/mcu-skills. It costs 0 tokens per session (5,453 once invoked), scanned A, original, MIT.

A development guide for the 30-pin NodeMCU ESP8266, a small Wi-Fi microcontroller board. It covers PlatformIO and the Arduino ESP8266 software framework, including the board's pins, memory, power, and peripherals.

In plain words
What is it for?
Use it to build, configure, flash, recover, and troubleshoot firmware for NodeMCU DevKit V1.0, LoLin V3, ESP-12E, or ESP-12F boards.
Why use it?
It helps avoid mistakes caused by tutorials for different boards or older software versions, especially when choosing pins or flashing firmware.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: reads .claude/ paths.

Good fit Use it to build, configure, flash, recover, and troubleshoot firmware for NodeMCU DevKit V1.0, LoLin V3, ESP-12E, or ESP-12F boards.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/alexex1993/mcu-skills/esp8266-nodemcu-30pin
Install

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.

Any agent
npx skills add alexex1993/mcu-skills --skill esp8266-nodemcu-30pin
Clone the repo
git clone --depth 1 https://github.com/alexex1993/mcu-skills

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for esp8266-nodemcu-30pin

README.md
[![agentmods](https://agentmods.dev/badge/skills/alexex1993/mcu-skills/esp8266-nodemcu-30pin/github.svg)](https://agentmods.dev/skills/alexex1993/mcu-skills/esp8266-nodemcu-30pin)
Your own site
<a href="https://agentmods.dev/skills/alexex1993/mcu-skills/esp8266-nodemcu-30pin"><img src="https://agentmods.dev/badge/skills/alexex1993/mcu-skills/esp8266-nodemcu-30pin/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.

agentmods 80×15 button for esp8266-nodemcu-30pin

Your own site · 80×15
<a href="https://agentmods.dev/skills/alexex1993/mcu-skills/esp8266-nodemcu-30pin"><img src="https://agentmods.dev/badge/skills/alexex1993/mcu-skills/esp8266-nodemcu-30pin.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,453 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 2 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium analysis-evasion · line 1
    Suspicious Unicode normalization or mixed-script content
    Fix: Review the flagged content for security risks. Ensure no credentials, secrets, or sensitive data are exposed.
  • medium Rogue Agent · line 116
    Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.
    Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.05453
Opus 5 $0.00000 $0.02727
Sonnet 5 $0.00000 $0.01091
Haiku 4.5 $0.00000 $0.00545

Measured 12d ago against content hash 2f19796c9bc2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

esp8266-nodemcu-30pin 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.

The scan reads SKILL.md. This mod also ships 1 executable file (template/variants/new-project.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/esp8266/esp8266-nodemcu-30pin/SKILL.md · 301 lines

How it starts

The opening of the file, as written. The whole thing — 301 lines — stays where its author put it; the contents beside it link to each section on GitHub.

NodeMCU ESP8266 devkit — 30-pin

The board that made the ESP8266 usable: an Ai-Thinker ESP-12E/F module, a USB-UART bridge, an LDO, two buttons, 15 pins a side. Everything hard about it is a pin with a second job, a peripheral that is software rather than silicon, or a number that means something different than it looks like.

Read reference/board-hardware.md before choosing pins. Most ESP8266 tutorials are written for core 2.x and for a different board; several of their defaults are now wrong.

  • reference/board-hardware.md — the board: full header map with D-number ↔ GPIO translation, the strapping resistors and their values, the two LEDs, the A0 divider, the auto-program circuit and its truth table, the power tree — plus a development guide (§9 toolchain and flash layouts, §10 flashing and recovery, §11 peripheral cookbook, §12 symptom → cause → fix table).
  • reference/esp8266-soc.md — the silicon: the 17 GPIOs and which six are the flash bus, memory map and why a sketch cannot exceed ~1 MB, clocks, the ADC's two mutually exclusive modes, UART/SPI/HSPI/I2S pin tables, PWM as a timer service, sleep modes and their real currents.
  • reference/recipes.md — code that compiles: platformio.ini variants, digital and analog IO, software I2C and its scanner, HSPI, LittleFS, Wi-Fi station with reconnect, ArduinoOTA, deep sleep with RTC memory, Ticker, WS2812 over I2S, and the watchdog and exception-decoder recipes.
  • template/ — a project that builds clean and was run on hardware, in two variants, plus a scaffold script. See template/README.md.

Confirm the board first

All 30-pin NodeMCU boards share the module, the pin map and every rule below. Two things differ, and both bite:

DevKit V1.0 / Amica ("V2") LoLin NodeMCU V3
Bridge CP2102 (Silicon Labs VCP driver) CH340G (WCH driver)
Size 48 × 26 mm — fits a breadboard with a row free 58 × 31 mm — covers both rails, needs two breadboards
Two pads next to A0 RSV, RSV — not connected VU (USB 5 V, pre-LDO) and GND
Port name cu.SLAB_USBtoUART / cu.usbserial-0001 cu.usbserial-*, VID 0x1A86 PID 0x7523

Read the full file on GitHub · 301 lines

Changes

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.

  1. 12d ago First seen · 301 lines · 0 tokens per session scan A 2f19796c9bc2

Subscribe to this mod's changes

esp8266-nodemcu-30pin is a skill published in the GitHub repository alexex1993/mcu-skills (17 stars, last pushed 2d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 5,453 tokens. 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.

Related

Other skills, from other repositories

doca-argp

Use this skill for hands-on DOCA Arg Parser CLI work on a shipped sample or new DOCA-using app — adding / removing / renaming flags; wiring docaargpinit → register params → docaargpstart → docaargpdestroy in order; picking a parameter type from the full public enum (DOCAARGPTYPESTRING, INT, BOOLEAN, DEVICE, DEVICEREP…

NVIDIA/skills · 267 tokens

holoscan-install-wheel

Install Holoscan SDK Python wheel via pip into a venv. Use for Python installs; not for native C++/apt or Conda installs.

NVIDIA/skills · 37 tokens

mspm0-skill

Tool-neutral CLI agent rules for TI MSPM0 development with SysConfig, DriverLib, CCS, Keil/uVision, CMake/GCC/OpenOCD, and supported board references. Use when an agent needs to inspect or modify MSPM0 projects, validate SysConfig output, package examples, or work on NUEDC embedded firmware.

Ibook000/mspm0-skill · 76 tokens

arduino-code-generator

Generate Arduino and embedded C++ snippets for sensors, actuators, buses, state machines, timing, data logging, and hardware abstraction. Use when a user requests implementation code and provide the exact board, framework, toolchain, pins, voltage, memory, and library versions first. Bundled templates target UNO…

wedsamuel1230/arduino-skills · 86 tokens

arduino-project-builder

Build complete Arduino and embedded projects across Arduino IDE, Arduino CLI, PlatformIO, and vendor-specific toolchains. Use when users request an application combining firmware, sensors, actuators, networking, power, or deployment rather than a code snippet. The bundled scaffold targets UNO, ESP32, and Raspberry Pi…

wedsamuel1230/arduino-skills · 78 tokens

keymap-ai

Expert assistant for ZMK and QMK keyboard firmware configs. Use when auditing or improving a zmk-config or QMK keymap, tuning home row mods or hold-taps, adding smart layers (numword, caps word), configuring trackballs, trackpads, trackpoints, encoders and per-layer input processors, generating keymap-drawer diagrams…

johncattrall/keymap-ai · 146 tokens