Agent Plugins Marketplace
All plugins

data-liberation

v0.4.22

Inspect or liberate any website (GoDaddy Websites & Marketing, Hostinger, HubSpot, Shopify, Squarespace, Webflow, Weebly, Wix, or any other site) into a complete, portable HTML site, then publish it to a live URL.

CodexClaude Code1 Skill1 MCP serverstdio

By AutomatticLicense: GPL-2.0-or-later33 GitHub starsUpdated yesterday

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 23, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install data-liberation for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add data-liberation@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/Automattic/data-liberation-agent

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

data-liberation/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/liberate/SKILL.md
└── .mcp.json

Included Skills1

liberateskills/liberate/SKILL.md

Inspect or liberate a website into a complete, portable HTML site by driving the data-liberation CLI. A URL becomes a directory of HTML, CSS, assets, routes and navigation that runs on its own — that directory is the deliverable and HTML is the contract. Covers source inspection, liberation, verification, and publication.

MCP servers1

data-liberationstdio
command
node
args
./scripts/mcp-launcher.mjs
cwd
.

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "data-liberation",
  "description": "Inspect or liberate any website (GoDaddy Websites & Marketing, Hostinger, HubSpot, Shopify, Squarespace, Webflow, Weebly, Wix, or any other site) into a complete, portable HTML site, then publish it to a live URL.",
  "version": "0.4.22",
  "author": {
    "name": "Automattic"
  },
  "homepage": "https://github.com/Automattic/data-liberation-agent",
  "license": "GPL-2.0-or-later",
  "skills": "./skills/",
  "mcpServers": "./.mcp.codex.json",
  "interface": {
    "displayName": "Data Liberation",
    "shortDescription": "Copy any website into a portable HTML site you can publish",
    "longDescription": "Inspect a source, then liberate a website into a complete, portable HTML site — every route, its CSS, assets, navigation and responsive behaviour — verify the copy against its source, then publish it to a live URL.",
    "developerName": "Automattic",
    "category": "Developer Tools",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "websiteURL": "https://github.com/Automattic/data-liberation-agent",
    "defaultPrompt": [
      "Inspect this website before liberation",
      "Liberate this website into a portable HTML site",
      "Verify a liberated copy against its source",
      "Publish a liberated site"
    ],
    "screenshots": []
  }
}
.claude-plugin/plugin.json
{
  "name": "data-liberation",
  "description": "Inspect or liberate any website (GoDaddy Websites & Marketing, Hostinger, HubSpot, Shopify, Squarespace, Webflow, Weebly, Wix, or any other site) into a complete, portable HTML site, then publish it to a live URL.",
  "version": "0.4.22",
  "author": {
    "name": "Automattic"
  },
  "homepage": "https://github.com/Automattic/data-liberation-agent",
  "repository": "https://github.com/Automattic/data-liberation-agent",
  "license": "GPL-2.0-or-later",
  "keywords": [
    "content-extraction",
    "data-liberation",
    "godaddy",
    "hostinger",
    "hubspot",
    "migration",
    "shopify",
    "squarespace",
    "webflow",
    "weebly",
    "wix",
    "html",
    "static-site",
    "website-migration"
  ],
  "mcpServers": "./.mcp.json"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[data-liberation on Agent Plugins Marketplace](https://pluginsmp.com/plugins/data-liberation)