wp-publish-workflow-kit
v0.7.1Approval-bound WordPress publishing with flexible inputs and optional trackers.
By SEO Cowork ContributorsLicense: MIT0 GitHub starsUpdated 3 hours ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 5 skill or MCP entries
- Source updated
- Sep 25, 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 wp-publish-workflow-kit for Codex
codex plugin marketplace add LongDZ1204/wp-publish-workflow-kit
codex plugin marketplace upgrade seo-cowork-tools
codex plugin add wp-publish-workflow-kit@seo-cowork-toolsPaste and run these commands in a terminal with Codex. They add and refresh the seo-cowork-tools catalog, then install this plugin.
Compatibility: the page URL and API slug “wp-publish-workflow-kit” remain stable.
- Codex:
wp-publish-workflow-kit@agent-plugin-marketplace→wp-publish-workflow-kit@seo-cowork-tools
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/LongDZ1204/wp-publish-workflow-kitClone 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
├── .codex-plugin/plugin.json├── skills/image-onpage/SKILL.md├── skills/strong-to-b/SKILL.md├── skills/wp-publish/SKILL.md├── skills/wp-publish-new/SKILL.md└── skills/wp-rest-publish/SKILL.md
Included Skills5
Audit and prepare existing article images for on-page SEO: inventory, semantic filename, size/format, alt, caption, and WordPress media mapping. Use for both new WordPress posts and audited existing posts. Does not generate new visuals; use brand-infographic for that.
Deterministically convert body-level HTML strong elements to b while preserving strong inside headings and links, including a link nested inside strong. Use when preparing WordPress HTML and the site reserves strong for headings and anchors.
Prepare and publish NEW or AUDIT WordPress jobs from Markdown, HTML or Google Doc snapshots, with optional Google Sheet tracking, per-project content profiles, approval hashes and readback gates.
Prepare an approved publish bundle, upload/reuse media safely, and create or resume exactly one WordPress draft for a NEW article. Use only through the wp-publish workflow when Sheet intent is NEW.
Execute an approved AUDIT update to one existing WordPress post from a fresh backup. Use through wp-publish for either MINIMAL_DIFF or REBUILD; never create a post or diagnose what the editorial change should be.
Plugin manifests1
{
"name": "wp-publish-workflow-kit",
"version": "0.7.1",
"description": "Approval-bound WordPress publishing with flexible inputs and optional trackers.",
"author": {
"name": "SEO Cowork Contributors"
},
"homepage": "https://github.com/LongDZ1204/wp-publish-workflow-kit",
"repository": "https://github.com/LongDZ1204/wp-publish-workflow-kit",
"license": "MIT",
"keywords": [
"wordpress",
"publishing",
"seo",
"optional-google-sheets",
"workflow"
],
"skills": "./skills/",
"interface": {
"displayName": "WordPress Publish Workflow",
"shortDescription": "Publish NEW drafts and AUDIT updates with approval and readback gates.",
"longDescription": "Routes Markdown, HTML, Google Doc exports and optional Google Sheet rows into WordPress NEW drafts or approved MINIMAL_DIFF/REBUILD AUDIT updates, with project profiles, read-only discovery, approval hashes and conditional tracker readback.",
"developerName": "SEO Cowork Contributors",
"category": "Productivity",
"capabilities": [
"Write"
],
"defaultPrompt": [
"Prepare a NEW WordPress draft from this content source.",
"Update this AUDIT article with approval and readback.",
"Scaffold and scan a client project without writing WordPress."
]
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[wp-publish-workflow-kit on Agent Plugins Marketplace](https://pluginsmp.com/plugins/wp-publish-workflow-kit)