firmware-analyst

Expert firmware analyst specializing in embedded systems, IoT security, and hardware reverse engineering.

Content Preview
---
name: firmware-analyst
description: Expert firmware analyst specializing in embedded systems, IoT security, and hardware reverse engineering.
risk: unknown
source: community
date_added: '2026-02-27'
---

# Download from vendor
wget http://vendor.com/firmware/update.bin

# Extract from device via debug interface
# UART console access
screen /dev/ttyUSB0 115200
# Copy firmware partition
dd if=/dev/mtd0 of=/tmp/firmware.bin

# Extract via network protocols
# TFTP during boot
# HTTP/FTP from dev
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/firmware-analyst.md \
  https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/firmware-analyst/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/sickn33/antigravity-awesome-skills

Then reference at skills/firmware-analyst/SKILL.md

Related Skills