processwire-fields

Configure ProcessWire fields including types, inputs, and dependencies.

1|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/webmanufaktur/pwaiworkflow --skill processwire-fields
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: processwire-fields
Source: https://github.com/webmanufaktur/pwaiworkflow/tree/main/.agents/skills/processwire/fields
Command: npx skills add https://github.com/webmanufaktur/pwaiworkflow --skill processwire-fields

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the complex world of ProcessWire fields, enabling you to efficiently manage, configure, and utilize various field types for dynamic content creation and data handling.

Core Features & Use Cases

  • Fieldtype & Inputfield Architecture: Understand how ProcessWire stores and displays data.
  • Common Field Types: Learn to use text, image, file, page reference, and repeater fields effectively.
  • Image & File Handling: Implement resizing, cropping, and property access for media.
  • Repeater Fields: Structure complex, repeatable data sets.
  • Field Dependencies: Control field visibility and requirements based on other inputs.
  • Use Case: You need to create a product listing page with fields for title, description, price, multiple images, and product variations (size, color). This Skill guides you through setting up all necessary fields, including repeaters for variations and image fields for product photos.

Quick Start

Use the processwire-fields skill to learn how to create a new text field named 'product_code' in ProcessWire.

Frequently Asked Questions about processwire-fields

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

FAQPage Schema
How do I create and configure ProcessWire fields for dynamic content?

ProcessWire fields are configured using fieldtypes for storage and inputfields for display. You define field structures like text, image, file, page reference, and repeaters to manage dynamic content within the CMS.

When should I use repeater fields in ProcessWire?

Use ProcessWire repeater fields to structure complex, repeatable data sets. They allow you to group multiple fields together, which is ideal for managing product variations like size and color on a single page.

How does image manipulation and file handling work in ProcessWire?

ProcessWire image and file handling supports resizing, cropping, and property access for media. You configure these settings directly on the image or file field to manipulate uploaded assets.

Can I set up field dependencies to control visibility in ProcessWire?

Yes, ProcessWire field dependencies allow you to control field visibility and requirements based on other inputs. This ensures fields appear dynamically depending on prior user selections.

What is the difference between Fieldtype and Inputfield in ProcessWire?

In ProcessWire, Fieldtype determines how data is stored in the database, while Inputfield controls how the field is displayed and interacted with in the admin interface for content editors.

How do I configure ProcessWire fields via the API?

You can configure ProcessWire fields via the API to programmatically create and modify field settings. This allows automated field configuration to streamline dynamic content structures.