product-box-block

Convert product page URLs into ACF product-box block markup.

14|1|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/wpgaurav/WordPress-skills --skill product-box-block
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: product-box-block
Source: https://github.com/wpgaurav/WordPress-skills/tree/main/skills/tools/product-box-block
Command: npx skills add https://github.com/wpgaurav/WordPress-skills --skill product-box-block

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Convert a URL (from clipboard or user input) to an ACF Product Box Block. Fetches the page, extracts product details, and outputs WordPress block markup. Use when the user pastes a product URL, mentions "product box," "ACF product box," or wants to convert a product page to a Gutenberg block.

Core Features & Use Cases

  • Converts a product page URL into a fully-formed ACF product box block markup with title, image, features, prices, and CTAs.
  • Generates reusable block-ready code that can be pasted into WordPress editor or theme templates.
  • Example: paste a product URL to automatically render a Gutenberg/ACF block snippet that showcases product details.

Quick Start

Paste a product page URL to generate the ACF product box block and copy the markup to the clipboard.

Frequently Asked Questions about product-box-block

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert a product URL into a WordPress Gutenberg block?

To convert a product URL into a WordPress Gutenberg block, paste the link into the input field. The tool fetches the page, extracts product details like the title and pricing, and outputs ready-to-use ACF block markup.

What is an ACF product box block?

An ACF product box block is a custom Gutenberg block markup generated from a product page URL. It assembles extracted page metadata into structured fields like field_pb_title, field_pb_image_url, and field_pb_buttons for rich product cards.

How do I generate block markup from a product page URL?

Generate block markup from a product page URL by providing the link to the converter. It parses the target page metadata and assembles a WordPress block snippet containing the title, main image, features, prices, and CTAs.

Does the ACF product box block support custom fields for pricing and features?

Yes, the ACF product box block supports custom fields for pricing and features. It automatically maps extracted data to specific fields like field_pb_original_price, field_pb_current_price, and field_pb_features.

Can I use this URL to block converter without Advanced Custom Fields installed?

You can generate the block markup without Advanced Custom Fields, but rendering the acf/product-box block within WordPress requires ACF. The output is block-ready code designed specifically for ACF product box structures.