Agent Plugins Marketplace
All plugins

html2wp

v1.0.0-beta.22

Convert static HTML or buildable web projects into verified, editable WordPress block themes.

CodexClaude Code

By BELNEM s.r.o.License: LicenseRef-html2wp-Source-Available-1.00 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
0 skill or MCP entries
Source updated
Aug 27, 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 plugin

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add html2wp@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/iOSDevSK/html2wp-cc-plugin

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

html2wp/
├── .codex-plugin/plugin.json
└── .claude-plugin/plugin.json

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "html2wp",
  "version": "1.0.0-beta.22",
  "description": "Convert static HTML or buildable web projects into verified, editable WordPress block themes.",
  "author": {
    "name": "BELNEM s.r.o.",
    "email": "[email protected]",
    "url": "https://html2wp.dev"
  },
  "homepage": "https://html2wp.dev/docs",
  "repository": "https://github.com/iOSDevSK/html2wp-codex-plugin",
  "license": "LicenseRef-html2wp-Source-Available-1.0",
  "keywords": [
    "wordpress",
    "theme",
    "html",
    "conversion",
    "block-theme",
    "woocommerce"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "html2wp — HTML to WordPress",
    "shortDescription": "Convert a site into a verified WordPress block theme.",
    "longDescription": "Build or read a static site, convert its pages, blog and shop into a standalone editable WordPress block theme, then verify fidelity and behavior at every stage.",
    "developerName": "BELNEM s.r.o.",
    "category": "Developer Tools",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "websiteURL": "https://html2wp.dev",
    "defaultPrompt": [
      "Convert this project into a verified WordPress block theme."
    ],
    "brandColor": "#111827"
  }
}
.claude-plugin/plugin.json
{
  "name": "html2wp",
  "description": "BETA. Convert a static HTML site — or anything that builds to one (Lovable, Bolt, v0, Next export) — into a standalone WordPress block theme: pixel-1:1, pages, blog, forms, menus, SEO and redirects, with no plugin required and verification gates at every stage. Every conversion ends in your own page-by-page review; the gates catch most fidelity drift, not all of it.",
  "version": "1.0.0-beta.22",
  "author": {
    "name": "BELNEM s.r.o.",
    "email": "[email protected]",
    "url": "https://html2wp.dev"
  },
  "homepage": "https://html2wp.dev/docs",
  "repository": "https://github.com/iOSDevSK/html2wp-cc-plugin",
  "license": "LicenseRef-html2wp-Source-Available-1.0",
  "keywords": [
    "wordpress",
    "theme",
    "html",
    "conversion",
    "block-theme",
    "woocommerce",
    "astro",
    "html-to-astro",
    "static-site"
  ]
}

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

[html2wp on Agent Plugins Marketplace](https://pluginsmp.com/plugins/html2wp)