This module automates content migration from legacy HTML into Drupal by analyzing pages to suggest content types and fields. It allows you to map HTML elements to Drupal fields and automatically imports related media, with a dry run feature to validate results before the final import.
Automate content modeling and migration from legacy HTML into Drupal.
The module analyzes pages, proposes content types and fields,
suggests XPath selector mappings, and helps import related media entities.
Requirements
Key features
- AI-assisted suggestions for content types and fields from legacy HTML.
- Provide an out-of-the-box tool for simple migrations, with minimal setup and no heavy custom code.
- Field ↔ selector mappings (e.g.,
field_title → //h1,field_image → //img[contains(@class,'hero')]/@src). - Media discovery and import into Media entities.
- Dry run to validate results before import.
How it works
- Provides an AI Content Migrate agent you can use like other AI Agents.
- Analyzes sample HTML and proposes a content model and mappings.
- You review, adjust, and then run the migration.
Installation
- Enable AI Agents and configure your provider.
- Install chrome-php/chrome
- Enable AI Content Migrate.
- Provide representative URLs/HTML, run the analysis, review mappings, execute a dry run, then run the migration.
Notes
- Always review AI suggestions before approval.
- HTML snippets may be sent to your AI provider—check your compliance policies.
Depends on
Dependencies of the latest stable release
- ai_agents Drupal core
- media Drupal core
- node Drupal core
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.
Activity
Release Timeline
Releases
| Version | Type | Core | Notes | Release date | |
|---|---|---|---|---|---|
| 1.0.0 | Stable | 10–11 | Feb 6, 2026 | ||
| 1.0.0-alpha1 | Pre-release | 10–11 | Refactor alpha: stabilize AI Content Migrate pipeline, some custom migrate process plugins and model fine tuning. | Feb 5, 2026 | |
| 1.0.x-dev | Dev | 10–11 | Oct 10, 2025 |