This repo is designed as a Codex workspace and skill set, not as a source-specific plugin.
- Access to Codex
- A local clone or copy of this repository
- Optional: Python, browser tooling, analytics access, or SEO APIs if you plan to augment the skills with automation
- Clone the repository:
git clone <your-public-repo-url> codex-seo-agent-
Open
codex-seo-agent/as the workspace root in Codex. -
Keep these files together:
AGENTS.mdskills/.codex/prompts/docs/
-
Start with a prompt file or invoke a skill by name in your request.
If you prefer reusable skills outside this repo:
- Copy each folder in
skills/into$CODEX_HOME/skills/. - If
CODEX_HOMEis unset, use~/.codex/skills/. - Keep
AGENTS.mdin the target workspace if you want the global routing and operating rules.
The files in .codex/prompts/ are reusable templates. You can:
- ask Codex to follow a prompt file from this repo
- paste the prompt file contents into a chat
- adapt the template for a specific client or site
- No source-specific plugin manifest
- No slash-command runtime
- No hidden background agent installers
- No bundled API credentials or machine-specific config
- Add credentials only in your local environment, never in the repo.
- Do not commit generated client reports unless you intend to share them.
- Review
.gitignorebefore publishing updates.