One-click install
npx skills add https://github.com/Automattic/data-liberation-agent --skill model-local-data
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: model-local-data
Source: https://github.com/Automattic/data-liberation-agent/tree/main/skills/model-local-data
Command: npx skills add https://github.com/Automattic/data-liberation-agent --skill model-local-data

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Transforms JavaScript-rendered or static-HTML content into WordPress-compatible posts and loops.

Core Features & Use Cases

  • JS Data to Posts: Converts data from JavaScript arrays to WordPress posts.
  • Static Cards to Posts: Turns HTML content cards into native WordPress posts.
  • Use Case: If you have a website that renders content dynamically using JavaScript, this Skill can map that content into WordPress posts, keeping styling and animations intact.

Quick Start

Use the model-local-data skill before running liberate_convert_local_site by executing liberate_data_model_scaffold { dir: "<source-dir>", outputDir: "<output-dir>" }.

Frequently Asked Questions about model-local-data

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

FAQPage Schema
How do I convert JavaScript array data to WordPress posts?

To convert JavaScript array data to WordPress posts, this Skill maps JS-rendered content grids into native posts, extracting titles, content, and metadata while preserving original styling and animations without requiring additional plugins.

Can I migrate a dynamically rendered website to WordPress without extra plugins?

You can migrate dynamically rendered websites to WordPress without extra plugins by automating static HTML and JavaScript data grid conversion into native WordPress posts using the built-in `liberate_convert_local_site` converter.

What is the best way to turn static HTML content cards into WordPress posts?

The best way to turn static HTML content cards into WordPress posts is using automated content transformation that maps HTML structures directly into native WordPress loops, capturing titles, content, and gallery information seamlessly.

Do I need to run a scaffold script before converting local site data to WordPress?

Yes, you need to run `liberate_data_model_scaffold` specifying your source and output directories before executing the `liberate_convert_local_site` converter to successfully transform your local data into WordPress posts.

Does HTML content transformation for WordPress keep my existing styling and animations intact?

HTML content transformation for WordPress keeps your existing styling and animations intact by mapping JavaScript-rendered data structures directly into WordPress-compatible posts and loops during the dynamic site migration process.