Skip to content

Commit 01808ba

Browse files
authored
Merge pull request #42 from tyler-berggren/add-sitemd
Add sitemd plugin
2 parents 8ff02f4 + 745e4ca commit 01808ba

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ Third-party plugins built by the community. [PRs welcome](#contributing)!
113113
- [PapersFlow](https://github.com/papersflow-ai/papersflow-codex-plugin) - Paper discovery, citation verification, graph exploration, and DeepScan analysis.
114114
- [Remotion Plugin](https://github.com/tim-osterhus/codex-remotion-plugin) - Build parameterized Remotion videos in Codex with the official Remotion docs MCP, composition scaffolding, and a data-driven launch-video workflow.
115115
- [ru-text](https://github.com/talkstream/ru-text) - Russian text quality — ~1,040 rules for typography, info-style, editorial, UX writing, and business correspondence.
116+
- [sitemd](https://github.com/sitemd-cc/sitemd) - Build websites from Markdown via MCP — 22 tools for creating pages, generating content, validating, running SEO audits, configuring settings, and deploying static sites to Cloudflare Pages.
116117
- [Synta MCP](https://github.com/Synta-ai/n8n-mcp-codex-plugin-synta) - Build, edit, validate, and self-heal n8n workflows with Synta MCP tools and Codex-ready workflow guidance.
117118
- [Task Scheduler](https://github.com/6Delta9/task-scheduler-codex-plugin) - OpenAI Codex plugin and local MCP server for turning task lists into realistic schedules with blocked dates, capacity overrides, overflow tracking, and markdown planning output.
118119
- [TokRepo Search](https://github.com/henu-wang/tokrepo-codex-plugin) - Search and install AI assets from TokRepo with a bundled skill and MCP server for Codex.

plugins.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "awesome-codex-plugins",
44
"version": "1.0.0",
55
"last_updated": "2026-04-06",
6-
"total": 39,
6+
"total": 40,
77
"categories": [
88
"Development & Workflow",
99
"Tools & Integrations"
@@ -349,6 +349,16 @@
349349
"source": "awesome-codex-plugins",
350350
"install_url": "https://raw.githubusercontent.com/talkstream/ru-text/main/.codex-plugin/plugin.json"
351351
},
352+
{
353+
"name": "sitemd",
354+
"url": "https://github.com/sitemd-cc/sitemd",
355+
"owner": "sitemd-cc",
356+
"repo": "sitemd",
357+
"description": "Build websites from Markdown via MCP — 22 tools for creating pages, generating content, validating, running SEO audits, configuring settings, and deploying static sites to Cloudflare Pages.",
358+
"category": "Tools & Integrations",
359+
"source": "awesome-codex-plugins",
360+
"install_url": "https://raw.githubusercontent.com/sitemd-cc/sitemd/main/.codex-plugin/plugin.json"
361+
},
352362
{
353363
"name": "Synta MCP",
354364
"url": "https://github.com/Synta-ai/n8n-mcp-codex-plugin-synta",

0 commit comments

Comments
 (0)