esp32-c6

esp32-c6 is a skill for Claude Code, Codex from iot-forge/m5stack-skills. It costs 307 tokens per session (4,599 once invoked), scanned A, original, MIT.

A chip-level reference for Espressif’s ESP32-C6 system-on-chip, covering its built-in processing, memory, power, and wireless hardware independently of any particular development board. It focuses on Wi-Fi 6, Bluetooth Low Energy, Thread, and Zigbee, which share one antenna.

In plain words
What is it for?
Use it to write or debug ESP-IDF firmware that uses the ESP32-C6’s radios, low-power core, peripherals, memory, or power modes. It is also useful for investigating Wi-Fi and Thread coexistence or Zigbee-related hardware behavior.
Why use it?
It separates what the ESP32-C6 chip supports from how a specific board connects its parts. This helps explain radio interference, low-power processing, and code that fails when moved from another ESP32 chip.

Skill for Claude CodeCodex

Part of the esp32-chips plugin — 4 skills shipped together

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.

agentmods
npx agentmods add skills/iot-forge/m5stack-skills/esp32-c6
Any agent
npx skills add iot-forge/m5stack-skills --skill esp32-c6
Clone the repo
git clone --depth 1 https://github.com/iot-forge/m5stack-skills

Made for: Claude Code, Codex.

Or install esp32-chips, the plugin that ships this one along with the rest of its 4 skills.

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 esp32-c6

README.md
[![agentmods](https://agentmods.dev/badge/skills/iot-forge/m5stack-skills/esp32-c6.svg)](https://agentmods.dev/skills/iot-forge/m5stack-skills/esp32-c6)
Your own site
<a href="https://agentmods.dev/skills/iot-forge/m5stack-skills/esp32-c6"><img src="https://agentmods.dev/badge/skills/iot-forge/m5stack-skills/esp32-c6.svg" alt="Measured on agentmods" height="20"></a>
Per session 307 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,599 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00307 $0.04599
Opus 5 $0.00153 $0.02299
Sonnet 5 $0.00061 $0.00920
Haiku 4.5 $0.00031 $0.00460

Measured 4d ago against content hash 4293a34164ef, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

esp32-c6 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.

plugins/esp32-chips/skills/esp32-c6/SKILL.md · 219 lines

How it starts

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

ESP32-C6 chip capabilities

This skill is the chip layer, not a board layer. A board skill (e.g. a future m5stack-nanoc6) tells you what's wired to what on one specific product; this skill tells you what the ESP32-C6 silicon itself can do — the peripherals, low-power modes, memory options, and (most distinctively) three-radio behavior that are the same on every ESP32-C6 board regardless of vendor. Read a board's own skill first for pin numbers and I2C addresses, then come here when the user wants to go deeper on a capability than "call the vendor's high-level library and move on" — e.g. diagnosing WiFi+Thread coexistence packet loss, offloading an always-on task to the LP core, or figuring out why SD card code ported from another ESP32 chip won't compile.

The one thing every ESP32-C6 user needs to know: three radios, one antenna, time-shared

The C6 is Espressif's first WiFi 6 chip, and it packs three separate wireless protocols — WiFi 6, Bluetooth LE 5.3, and 802.15.4 (Thread 1.3 + Zigbee 3.0 certified) — behind a single shared RF front-end and antenna. They are time-division multiplexed, not simultaneous: per Espressif's own coexistence docs, "a module cannot receive or transmit data while another module is engaged in data transmission or reception." This is fine for light, bursty use (WiFi telemetry plus occasional BLE provisioning) but becomes a real design constraint for continuous-reception roles like a Thread Border Router or Zigbee gateway sharing the radio with active WiFi — see references/memory-radio.md for the practical coexistence behavior and Espressif's own recommendation to use a dual-SoC design (e.g. an ESP32-S3 or classic ESP32 for WiFi/BLE, paired with a separate ESP32-H2 or this chip dedicated to 802.15.4) for a production WiFi-backed Border Router/gateway rather than relying on one C6 doing all three at once.

This is also why M5Stack uses the C6 two different ways in its own catalog: as a standalone MCU with its own application code (NanoC6, Stamp C6LoRa), and as a dedicated radio co-processor for a separate, radio-less main SoC (the ESP32-C6-MINI-1U on Tab5, talking to Tab5's ESP32-P4 over SDIO; Stamp-P4's "AddOn C6 For P4" is the same pattern). Both are the same chip and everything in this skill applies to either role — the co-processor case just means the C6's own application code is usually Espressif's esp-hosted firmware (or similar) rather than user logic, with the host chip's skill (e.g. esp32-p4) being where a user's actual WiFi/BLE application code lives.

Read the full file on GitHub · 219 lines

Files

What ships with it

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

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. 4d ago First seen · 219 lines · 307 tokens per session scan A 4293a34164ef

Subscribe to this mod's changes

esp32-c6 is a skill published in the GitHub repository iot-forge/m5stack-skills (2 stars, last pushed 10d ago), licensed MIT. It adds 307 tokens to every session and 4,599 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-31.

Related

Other skills, from other repositories