product-box-converter
Installation
SKILL.md
ACF Product Box Converter
Convert any product source (AAWP HTML, URL, or raw details) into a WordPress ACF Product Box block.
Input Detection
Determine the input type and follow the corresponding path:
| Input Type | Signal | Action |
|---|---|---|
| AAWP HTML | Contains .aawp-product classes |
Extract fields from HTML structure |
| Rendered ACF HTML | Contains .acf-product-box classes |
Extract fields from rendered output |
| URL | Starts with http / plain URL |
Fetch page, extract product data |
| Raw details | Product name, price, features as text | Map directly to fields |