html2wp

A tool for turning a static website into a standalone WordPress block theme. WordPress is a system for managing websites, and block themes let users edit page layouts with blocks.

In plain words
What is it for?
Use it to convert HTML sites and sites built with React, Vite, Next, Lovable, Bolt, v0.dev, aidesigner.ai, Claude design exports, or similar tools into WordPress themes.
Why use it?
It helps move a site into WordPress while keeping its pages, blog, forms, menus, search settings, redirects, and visual layout working.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/iosdevsk/html2wp-cc-plugin/html2wp
Any agent
npx skills add iOSDevSK/html2wp-cc-plugin --skill html2wp
Clone the repo
git clone --depth 1 https://github.com/iOSDevSK/html2wp-cc-plugin

Made for: Claude Code, Codex.

Per session 330 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 34,320 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 2 findings. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00330 $0.34320
Opus 5 $0.00165 $0.17160
Sonnet 5 $0.00066 $0.06864
Haiku 4.5 $0.00033 $0.03432

Measured 2d ago against content hash d8d2151cb816, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade B, and why

html2wp scanned grade B with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

The scan reads SKILL.md. This mod also ships 53 executable files (assets/scripts/allowance.sh, assets/scripts/analyze-input.mjs, assets/scripts/audit-woo-coverage.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

friction with no safety behind it. On Linux it needs `sudo systemctl`, so it

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

suggests a build step, a curl, an install or a "cleanup script" is
skills/html2wp/SKILL.md · 2,437 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

What ships with it

56 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 2,437 lines · 330 tokens per session scan B d8d2151cb816

Subscribe to this mod's changes

html2wp is a skill published in the GitHub repository iOSDevSK/html2wp-cc-plugin (0 stars, last pushed 2d ago), with no licence file. It adds 330 tokens to every session and 34,320 once invoked, about $0.0016 per session on Opus 5. A static security scan graded it B with 2 findings (asks for root, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

wordpress-plugin-to-emdash

Port a WordPress plugin to EmDash CMS. Use this skill when asked to migrate, convert, or port a WordPress plugin, theme functionality, or custom post type to EmDash. Provides concept mapping and implementation patterns.

emdash-cms/emdash · 52 tokens

emdash-cli

Use the EmDash CLI to manage content, schema, media, and more. Use this skill when you need to interact with a running EmDash instance from the command line — creating content, managing collections, uploading media, generating types, or scripting CMS operations.

emdash-cms/emdash · 56 tokens

adversarial-reviewer

Adversarial code review that assumes bugs exist and hunts for them. Use when asked to review code, find bugs, audit for correctness, stress-test a PR, or when someone says "tear this apart" or "what's wrong with this". Give no benefit of the doubt — every line is guilty until proven innocent.

emdash-cms/emdash · 71 tokens

investigate

Investigate a single EmDash issue end to end -- classify, choose a repro path, reproduce, diagnose, verify, and (only on an explicit maintainer fix directive) fix and confirm. Every verdict carries its evidence.

emdash-cms/emdash · 48 tokens

fix

Implement diagnose's proposed fix when verify says bug, the cause is pinned, and a maintainer triggered a fix. Follow EmDash conventions, run focused checks, publish the candidate, and report the results accurately.

emdash-cms/emdash · 44 tokens

diagnose

Trace from a reproduced symptom to the source code that causes it. Pin the specific file and approximate line, rate confidence in the cause and clarity of the fix independently, and always propose a concrete fix.

emdash-cms/emdash · 43 tokens