
PromptZero
by xunholy
Natural-language operator for Flipper Zero. Generate and deploy RF, NFC, RFID, and HID payloads using AI.
What it does
PromptZero provides a natural-language interface to the Flipper Zero and ESP32 Marauder WiFi devboard. It allows users to describe a desired action—such as creating a captive portal or scanning for WiFi networks—and the agent generates the necessary payloads, deploys them to the device, and executes them.
Tools
subghz_transmit: Sends Sub-GHz signals to target devices.wifi_scan_ap: Scans for nearby WiFi access points.badusb_deploy: Generates and deploys DuckyScript payloads for HID attacks.nfc_read: Reads and analyzes NFC tags.ir_generate: Creates infrared remote files based on descriptions.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"promptzero": {
"command": "/path/to/promptzero",
"args": ["--mcp"]
}
}
}
Supported hosts
- claude
Quick install
curl -fsSL https://github.com/xunholy/promptzero/releases/latest/download/install.sh | shInformation
- Pricing
- free
- Published
- 5/23/2026
- stars






