.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/agricidaniel/codex-seo
home/mcp-servers/agricidaniel/codex-seo
agricidaniel avatar

codex-seo

byagricidaniel· 2 MCP servers

Stars

508

Forks

75

Category

Marketing & SEO

View on GitHub

TL;DR

Codex-first SEO analysis suite with 1 orchestrator skill, 26 specialist workflows, 24 TOML agent profiles, MCP/API extensions, deterministic headless runners, and premium audit report generation.

How to install codex-seo?

agricidaniel/codex-seo
$git clone https://github.com/agricidaniel/codex-seo

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install codex-seo by running `git clone https://github.com/agricidaniel/codex-seo`, then use it for the current task and follow its documentation at https://github.com/agricidaniel/codex-seo.

Files · 1

View on GitHub
README.md
1<p align="center">
2 <img src="screenshots/cover-image.webp" alt="Codex SEO: SEO audit skill suite for Codex" width="100%">
3</p>
4 
5<h2 align="center">
6 <a href="https://www.youtube.com/watch?v=39FE6_oRcYY">Watch on YouTube</a>
7</h2>
8 
9# Codex SEO - SEO Audit Skill Suite for Codex
10 
11Codex-first SEO analysis suite with 1 orchestrator skill, 26 specialist workflows, 24 TOML agent profiles, MCP/API extensions, deterministic headless runners, and premium audit report generation.
12 
13[![CI](https://github.com/AgriciDaniel/codex-seo/actions/workflows/runners-ci.yml/badge.svg)](https://github.com/AgriciDaniel/codex-seo/actions/workflows/runners-ci.yml)
14[![Release](https://img.shields.io/github/v/release/AgriciDaniel/codex-seo?label=Release)](https://github.com/AgriciDaniel/codex-seo/releases)
15[![Codex Skill](https://img.shields.io/badge/Codex-Skill_Suite-blue)](https://github.com/openai/codex)
16[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
17[![Python](https://img.shields.io/badge/Python-3.10%2B-blue)](pyproject.toml)
18[![Workflows](https://img.shields.io/badge/SEO_Workflows-26-orange)](docs/COMMANDS.md)
19 
20Codex SEO is a Codex-native port of [`AgriciDaniel/claude-seo`](https://github.com/AgriciDaniel/claude-seo), synchronized to upstream `main` at `a9cf338` and adapted for Codex skills, Codex plugins, TOML agents, shared cache artifacts, and repeatable local/API execution.
21 
22It covers technical SEO, on-page analysis, content quality, E-E-A-T, schema markup, image optimization, sitemap architecture, Core Web Vitals, GEO/AEO for AI search, backlinks, local SEO, maps intelligence, Google APIs, semantic clustering, SXO, drift monitoring, e-commerce SEO, hreflang, FLOW prompts, DataForSEO, Firecrawl, and Gemini/nanobanana image workflows.
23 
24## Contents
25 
26- [Status](#status)
27- [Install](#install)
28- [Quick Start](#quick-start)
29- [Visual Overview](#visual-overview)
30- [Commands](#commands)
31- [Features](#features)
32- [Extensions](#extensions)
33- [Headless/API Usage](#headlessapi-usage)
34- [Architecture](#architecture)
35- [Verification](#verification)
36- [Requirements](#requirements)
37- [Credentials And Cache](#credentials-and-cache)
38- [Security](#security)
39- [Uninstall](#uninstall)
40- [Contributing](#contributing)
41- [Related Projects](#related-projects)
42- [Credits](#credits)
43- [Attribution](#attribution)
44 
45## Status
46 
47- Repository visibility: public.
48- Current release: [`v1.9.6-codex.5`](https://github.com/AgriciDaniel/codex-seo/releases/tag/v1.9.6-codex.5).
49- Installer default ref: `v1.9.6-codex.5`.
50- Latest local validation: 52 tests passing, full installed smoke suite passing, demo readiness passing.
51- Runtime credentials stay outside the repo under Codex/local config paths.
52- Discovery topics: `codex`, `codex-cli`, `codex-skills`, `seo`, `ai-seo`, `ai-search`, `technical-seo`, `generative-engine-optimization`, `core-web-vitals`, `schema-markup`, `local-seo`, `ecommerce-seo`, `content-strategy`, `google-search-console`, `dataforseo`, `mcp`, `python`, `automation`, `marketing-automation`, `open-source`.
53 
54## Install
55 
56### One-Line Install
57 
58```bash
59curl -fsSL https://raw.githubusercontent.com/AgriciDaniel/codex-seo/v1.9.6-codex.5/install.sh | bash
60```
61 
62Windows:
63 
64```powershell
65irm https://raw.githubusercontent.com/AgriciDaniel/codex-seo/v1.9.6-codex.5/install.ps1 | iex
66```
67 
68### Review Before Installing
69 
70```bash
71git clone https://github.com/AgriciDaniel/codex-seo.git
72cd codex-seo
73bash install.sh
74```
75 
76Windows:
77 
78```powershell
79git clone https://github.com/AgriciDaniel/codex-seo.git
80cd codex-seo
81powershell -ExecutionPolicy Bypass -File .\install.ps1
82```
83 
84The installer copies the skill suite into `~/.codex/skills/`, installs TOML agents into `~/.codex/agents/`, creates a Python virtualenv at `~/.codex/skills/seo/.venv/`, installs core runtime dependencies, attempts optional capability groups, and verifies the runtime.
85 
86### Installer Overrides
87 
88```bash
89CODEX_HOME=~/.codex \
90CODEX_SEO_REPO=https://github.com/AgriciDaniel/codex-seo \
91CODEX_SEO

Preview

agricidaniel/codex-seoagricidaniel/codex-seo
Repoagricidaniel/codex-seo
TypeMCP Servers
CategoryMarketing & SEO
UpdatedJul 2026
LicenseNOASSERTION
First seenJul 26, 2026

Tags

MCPai-searchai-seo

Related

6 picks
Type
  1. dataforseo avatarmcp-server-typescriptA Model Context Protocol (MCP) server for the DataForSEO API, enabling modular and extensible integration of DataForSEO endpoints with support for both HTTP and SSE transports.MCP ServersJul 202623k233
  2. skobyn avatardataforseo-mcp-serverA comprehensive stdio MCP server for DataForSEO APIMCP ServersJun 202623k80
  3. aminforou avatarmcp-gscGoogle Search Console Insights with Claude AI for SEOsMCP ServersJul 202622k1.3k
  4. pipeboard-co avatarmeta-ads-mcpFacebook / Meta Ads automation with AI: analyze performance, test creatives, optimize spend.MCP ServersJul 202612k1.1k
  5. ahonn avatarmcp-server-gscEnhanced Model Context Protocol server for Google Search Console with 25K row limit, regex filters, and automatic quick wins detectionMCP ServersFeb 202610k252
  6. activecampaign avatarpostmark-mcpOfficial Postmark MCP server for sending emails via Claude and AI assistantsMCP ServersJul 20264.2k48