An open-source Codex skill for improving website visibility in AI search and answer engines.
This is not another generic SEO checklist and it is not another AI visibility dashboard. The skill turns the current GEO/AEO/LLMO market gap into an agent workflow: crawlability checks, AI crawler access, entity clarity, citation-ready content, llms.txt, prompt-based visibility testing, and implementation briefs.
Most AI visibility products are closed SaaS dashboards. They are useful for tracking, but they do not give developers a transparent, local, agent-friendly workflow for fixing the site itself.
This skill focuses on the missing layer:
- Audit whether AI/search crawlers can fetch and parse the site.
- Generate practical
/llms.txtdrafts without treating them as magic ranking files. - Build prompt suites for ChatGPT, Perplexity, Google AI Mode, and similar surfaces.
- Turn findings into implementation tickets, content briefs, schema fixes, and measurement plans.
- Keep advice aligned with official crawler/search guidance rather than hype.
Most open agent skills in this area are still traditional marketing skills. For example, SEO audit skills usually focus on crawlability, indexation, speed, on-page optimization, content quality, and authority signals. Programmatic SEO skills usually focus on large-scale landing page templates, keyword patterns, internal linking, and thin-content avoidance.
This skill starts where those stop:
- AI crawler access: Checks AI/search crawler readiness for agents such as
OAI-SearchBot,GPTBot,ChatGPT-User,PerplexityBot, andPerplexity-User. - AI answer visibility: Builds prompt suites for ChatGPT, Perplexity, Google AI Mode, and similar answer engines instead of only tracking classic keywords.
- Citation readiness: Evaluates whether pages have the entity clarity, proof, source quality, and answer structure needed to be cited or recommended by AI systems.
- Agent-friendly site maps: Generates
/llms.txtas a curated map for AI agents without pretending it is a magic ranking file. - Developer-ready output: Converts GEO/AEO findings into files, snippets, implementation tickets, content briefs, schema work, and validation steps.
- Open execution layer: Runs locally with dependency-free scripts instead of locking the workflow inside a closed SaaS dashboard.
Compared with AI visibility SaaS platforms such as Profound, Peec AI, and AthenaHQ, this repository is not trying to replace enterprise monitoring dashboards. Those tools are useful for historical tracking, prompt monitoring, sentiment, and share-of-voice reporting. This skill is the local open-source layer that helps an agent inspect and fix the website itself.
The positioning is simple:
Not another SEO checklist. Not another dashboard.
An open-source execution layer for AI search optimization.
Install with the Skills CLI:
npx skills add SeyitKaanGunes/ai-agent-search-optimization --skill ai-agent-search-optimizationUse it once without installing:
npx skills use SeyitKaanGunes/ai-agent-search-optimization@ai-agent-search-optimizationFor local development, point Codex or your agent runtime at:
ai-agent-search-optimization/SKILL.md
python ai-agent-search-optimization/scripts/audit_site.py https://example.com --brand "Example" --markdown
python ai-agent-search-optimization/scripts/build_llms_txt.py --site https://example.com --name "Example" --summary "One sentence positioning." --from-sitemap
python ai-agent-search-optimization/scripts/prompt_matrix.py --brand "Example" --category "customer support software" --competitors "Zendesk,Intercom"This repository also ships an MCP server that exposes the skill as callable tools, resources, and prompts.
audit_site: audit a URL for AI search readiness, crawler access,/llms.txt, sitemap, schema, and visible text issues.build_llms_txt: generate a curated/llms.txtdraft for AI agents.prompt_matrix: create AI visibility prompt suites for ChatGPT, Perplexity, Google AI Mode, and similar answer engines.
ai-search://principlesai-search://audit-frameworkai-search://deliverable-templates
ai_visibility_auditllms_txt_reviewgeo_content_brief
Use the published npm package:
{
"mcpServers": {
"ai-agent-search-optimization": {
"command": "npx",
"args": ["-y", "mcp-server-ai-agent-search-optimization"]
}
}
}For development, run directly from GitHub:
{
"mcpServers": {
"ai-agent-search-optimization": {
"command": "npx",
"args": ["-y", "github:SeyitKaanGunes/ai-agent-search-optimization"]
}
}
}The MCP Registry metadata is in server.json. The package declares:
mcpName: io.github.SeyitKaanGunes/ai-agent-search-optimization
npm ci
npm run typecheck
npm run build
npm run validate:mcp
npm run validate:packCI runs the same checks on pushes and pull requests. scripts/mcp-smoke-test.mjs starts the built MCP server with a real MCP client, then verifies the tools, resources, prompts, and sample outputs.
The npm package name is:
mcp-server-ai-agent-search-optimization
To publish a future version and register it in the MCP Registry from GitHub Actions:
- Bump
package.json,package-lock.json,server.json, and server runtime versions together. - Create an npm automation token.
- Add it to the GitHub repository secrets as
NPM_TOKEN. - Run the
Publish npm package and MCP Registryworkflow manually. - Create a GitHub release for the published version.
The workflow publishes the npm package first, then uses GitHub OIDC to authenticate mcp-publisher and publish server.json to the MCP Registry.
Skills.sh does not use a manual submission form for ordinary new skill listings. Public skills appear after the Skills CLI has seen installs from the GitHub repo.
To help the listing appear:
npx skills add SeyitKaanGunes/ai-agent-search-optimization --skill ai-agent-search-optimizationOnce installed by users, the skill can appear in Skills.sh search and leaderboard data based on anonymous aggregate install telemetry. Repo page display can be customized with skills.sh.json after the repository has been seen by the telemetry service.
Use this for:
- AI search visibility audits
- ChatGPT Search crawler checks
- Perplexity visibility readiness
- Google AI Overviews and AI Mode readiness
llms.txtgeneration- entity and schema cleanup
- citation-ready content planning
- prompt-based AI visibility measurement
Do not use it for spam, fake mentions, cloaking, hidden text, fabricated reviews, or guaranteed ranking claims.
The skill points agents toward official docs before making platform-specific claims:
- Google AI features and your website: https://developers.google.com/search/docs/appearance/ai-features
- Google generative AI optimization guide: https://developers.google.com/search/docs/fundamentals/ai-optimization-guide
- OpenAI crawler overview: https://developers.openai.com/api/docs/bots
- Perplexity crawler overview: https://docs.perplexity.ai/docs/resources/perplexity-crawlers
- llms.txt proposal: https://llmstxt.org/
MIT