autoseo
v1.0.0AI visibility (GEO) and SEO data for your agent: how ChatGPT, Perplexity and Google AI answer about your brand, plus keyword research, SERPs, backlinks, rank tracking, local SEO and site audits — from your self-hosted AutoSEO.
By AutoSEO0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex, Claude Code, and Agent Plugins
- Parsed components
- 18 skill or MCP entries
- Source updated
- Sep 26, 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 autoseo for Codex and Claude Code
codex plugin marketplace add codextde/autoseo
codex plugin marketplace upgrade autoseo
codex plugin add autoseo@autoseoPaste and run these commands in a terminal with Codex. They add and refresh the autoseo catalog, then install this plugin.
Compatibility: the page URL and API slug “autoseo” remain stable.
- Codex:
autoseo@agent-plugin-marketplace→autoseo@autoseo
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/codextde/autoseoClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/autoseo/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── plugin.json├── skills/ai-project-setup/SKILL.md├── skills/ai-visibility-report/SKILL.md├── skills/competitive-landscape/SKILL.md├── skills/competitor-analysis/SKILL.md├── skills/competitor-gap/SKILL.md├── skills/content-opportunities/SKILL.md├── skills/keyword-clustering/SKILL.md├── skills/keyword-research/SKILL.md├── skills/link-prospecting/SKILL.md├── skills/local-seo/SKILL.md├── skills/sentiment-review/SKILL.md├── skills/seo-audit/SKILL.md├── skills/seo-coach/SKILL.md├── skills/seo-project-setup/SKILL.md├── skills/seo-report/SKILL.md├── skills/simple-issue-description/SKILL.md├── skills/source-outreach/SKILL.md└── .mcp.json
Included Skills17
Set up AI visibility tracking for a project — the prompts buyers ask AI assistants, tags, and the competitors to benchmark — using prompt research and the project's context.
Report how visible a brand is in AI assistant answers (ChatGPT, Perplexity, Google AI Overviews, Gemini, Claude…): KPIs and trend, competitors, cited sources, sentiment, and the next actions.
Map SEO market leaders, winning content themes, keyword coverage, backlinks, and strategic gaps.
Analyze one competitor's organic footprint, ranking keywords, content themes, backlinks, and gaps.
Find where competitors are named or cited in AI assistant answers and the brand is missing — prompts, cited sources and head-to-head claims — and turn the biggest gaps into actions.
Turn AI query fan-outs, prompts where the brand is invisible, and cited-source patterns into a prioritized content plan — optionally drafting briefs with AutoSEO's content generator.
Cluster keywords by intent and map them to existing or proposed pages.
Discover keyword opportunities, evaluate metrics and SERPs, and save/tag promising terms.
Find link prospects, discover contact paths, and draft outreach from SERPs and backlink signals.
Audit a Google Business Profile, compare it to local competitors, and map Maps visibility around a location.
Review how AI assistants describe the brand — sentiment score, what they praise and criticise, head-to-head claims — with quotes and concrete fixes.
Audit a website, investigate its real search opportunities, and deliver a short data-backed report on the few changes most likely to grow organic traffic that converts.
Enter a friendly AutoSEO coach mode that explains workflows, recommends next steps, and helps users use agents, web search, scraping, and MCP data effectively.
Populate a project's shared AutoSEO context — site scope, goals, positioning, competitors, key pages, and preferences — plus MCP checks and Search Console / Google Analytics intake.
Write and save an AutoSEO report as one self-contained HTML page. Use when a skill has finished its research, and whenever the user asks for a report, check-in, or summary, or names a report template.
Turn a rough bug report, feature request, support note, or pull request into a short, plain-language issue focused on the problem and desired behavior. Use when a contributor asks to simplify an issue, explain what a PR is for, create the corresponding issue for a PR, remove implementation detail from a report, or invokes /simple-issue-description.
Find the third-party pages AI assistants cite most for the brand's topics, check whether the brand is listed there, and plan outreach to get included.
MCP servers1
- url
- https://YOUR-AUTOSEO-DOMAIN/api/mcp
Plugin manifests3
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "autoseo",
"version": "1.0.0",
"description": "AI visibility (GEO) and SEO data for your agent: how ChatGPT, Perplexity and Google AI answer about your brand, plus keyword research, SERPs, backlinks, rank tracking, local SEO and site audits — from your self-hosted AutoSEO.",
"author": {
"name": "AutoSEO"
},
"keywords": [
"seo",
"geo",
"ai-visibility",
"keyword-research",
"serp",
"site-audit",
"backlinks",
"search-console",
"rank-tracking",
"local-seo"
],
"extensions": {
"com.openai": {
"interface": {
"displayName": "AutoSEO",
"shortDescription": "AI visibility & SEO data from your self-hosted AutoSEO.",
"longDescription": "AI visibility (GEO) and SEO data for your agent: how ChatGPT, Perplexity and Google AI answer about your brand, plus keyword research, SERPs, backlinks, rank tracking, local SEO and site audits — from your self-hosted AutoSEO.",
"developerName": "AutoSEO",
"category": "Productivity",
"capabilities": [
"Read",
"Write"
],
"defaultPrompt": [
"How visible is my brand in ChatGPT and Perplexity this month, and what should I do next?",
"Audit my site and give me a one-page report with a single next action.",
"Research keywords for my site and shortlist the best opportunities."
]
}
}
}
}{
"name": "autoseo",
"displayName": "AutoSEO",
"version": "1.0.0",
"description": "AI visibility (GEO) and SEO data for your agent: how ChatGPT, Perplexity and Google AI answer about your brand, plus keyword research, SERPs, backlinks, rank tracking, local SEO and site audits — from your self-hosted AutoSEO.",
"author": {
"name": "AutoSEO"
},
"keywords": [
"seo",
"geo",
"ai-visibility",
"keyword-research",
"serp",
"site-audit",
"backlinks",
"search-console",
"rank-tracking",
"local-seo"
],
"userConfig": {
"autoseo_url": {
"type": "string",
"title": "AutoSEO URL",
"description": "Base URL of your AutoSEO instance, e.g. https://seo.example.com (no trailing slash). The plugin connects to <URL>/api/mcp and signs in with OAuth.",
"required": true
}
},
"mcpServers": {
"autoseo": {
"type": "http",
"url": "${user_config.autoseo_url}/api/mcp"
}
}
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "autoseo",
"version": "1.0.0",
"description": "AI visibility (GEO) and SEO data for your agent: how ChatGPT, Perplexity and Google AI answer about your brand, plus keyword research, SERPs, backlinks, rank tracking, local SEO and site audits — from your self-hosted AutoSEO.",
"author": {
"name": "AutoSEO"
},
"keywords": [
"seo",
"geo",
"ai-visibility",
"keyword-research",
"serp",
"site-audit",
"backlinks",
"search-console",
"rank-tracking",
"local-seo"
],
"extensions": {
"com.openai": {
"interface": {
"displayName": "AutoSEO",
"shortDescription": "AI visibility & SEO data from your self-hosted AutoSEO.",
"longDescription": "AI visibility (GEO) and SEO data for your agent: how ChatGPT, Perplexity and Google AI answer about your brand, plus keyword research, SERPs, backlinks, rank tracking, local SEO and site audits — from your self-hosted AutoSEO.",
"developerName": "AutoSEO",
"category": "Productivity",
"capabilities": [
"Read",
"Write"
],
"defaultPrompt": [
"How visible is my brand in ChatGPT and Perplexity this month, and what should I do next?",
"Audit my site and give me a one-page report with a single next action.",
"Research keywords for my site and shortlist the best opportunities."
]
}
}
}
}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.
[autoseo on Agent Plugins Marketplace](https://pluginsmp.com/plugins/autoseo)