seo
v0.3.0Independent SEO operations, first-party evidence, site policy and reporting
By Orthic Labs0 GitHub starsUpdated 11 hours ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 23, 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 seo for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add seo@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
Compatibility: the page URL and API slug “seo-2” remain stable.
- Codex:
seo-2@agent-plugin-marketplace→seo@agent-plugin-marketplace
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/bogusyogi/SEOClone 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├── .claude-plugin/plugin.json├── SKILL.md└── .mcp.json
Included Skills1
Manage owned-site search visibility with technical audits, GSC, GA4, backlinks, rank changes, content improvements, evidence-backed decisions and recurring operations.
MCP servers1
- command
- python3
- args
- ${PLUGIN_ROOT}/seo.py mcp
MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.
Plugin manifests2
{
"name": "seo",
"version": "0.3.0",
"description": "Independent SEO operations, first-party evidence, site policy and reporting",
"skills": "./skills/",
"mcpServers": "./.mcp.codex.json",
"repository": "https://github.com/bogusyogi/SEO"
}{
"name": "seo",
"version": "0.3.0",
"description": "Independent SEO operations and evidence collection",
"author": {
"name": "Orthic Labs"
},
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"repository": "https://github.com/bogusyogi/SEO"
}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.
[seo on Agent Plugins Marketplace](https://pluginsmp.com/plugins/seo-2)