agent-skills-esp32

内容来源:README.md(说明文档) · 原始地址 · 查看安装指南

原始内容

ESP32 Agent Skills

Agent Skills for debugging ESP32 and embedded devices.

Skills

Skill Description
esp32-serial-logging Real-time serial log monitoring and analysis
esp32-serial-commands Send commands via serial to emulate button presses

Installation

Using npx (Recommended)

# Install all skills
npx add-skill H1D/agent-skills-esp32

# Install specific skill
npx add-skill H1D/agent-skills-esp32 --skill esp32-serial-logging

# Install globally
npx add-skill H1D/agent-skills-esp32 -g

# Install to specific agent
npx add-skill H1D/agent-skills-esp32 -a claude-code

Manual

git clone https://github.com/H1D/agent-skills-esp32.git
cp -r agent-skills-esp32/skills/* ~/.claude/skills/

Usage

These skills help AI agents debug embedded devices:

  1. Monitoring logs - Capture and analyze serial output in real-time
  2. Emulating actions - Send commands to test device behavior

Works directly over USB serial.

License

MIT