Plugin Marketplace Submission: openocd-spi-dump
Plugin Submission Request
I'd like to submit a plugin for consideration in the official Claude plugin marketplace.
Plugin Details
- Name: openocd-spi-dump
- Repository: https://github.com/lukejenkins/claude-openocd-spi-dump
- Category: Development Workflows / Hardware
- License: MIT
Description
A plugin for dumping SPI flash/EEPROM memory through a microcontroller's SPI peripheral via OpenOCD, without requiring external SPI programming hardware. Useful for embedded systems reverse engineering.
Features
- Skill: spi-flash-dump - Comprehensive knowledge about RAM-resident SPI dumping
- MCU register maps for SAM4S, SAM3X, STM32F1/F4, nRF52, LPC1768
- Ready-to-use code templates (C, linker scripts, OpenOCD TCL)
- Troubleshooting guide for common issues
- Command: /spi-dump - Fully guided interactive workflow
- Gathers information about target MCU and SPI connections
- Generates customized implementation for the user's hardware
- Walks through testing and verification
Why Include This Plugin?
This fills a niche for embedded developers and hardware security researchers who need to dump firmware but don't have dedicated SPI programming hardware. The plugin transforms Claude into a knowledgeable assistant for a complex, multi-step hardware task.
Submission Checklist
- [x] Plugin has valid plugin.json manifest
- [x] Plugin is MIT licensed
- [x] Repository is public
- [x] Includes comprehensive README
- [x] No external dependencies beyond OpenOCD
---
Note: I couldn't find documented submission process for the official marketplace. If there's a different process I should follow, please let me know!
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗