aeokit
v0.1.0Evidence-backed AEO audits, improvements, and observations.
By AEOkit contributorsLicense: MIT0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 3 skill or MCP entries
- Source updated
- Aug 30, 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 aeokit for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add aeokit@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
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/aeokit-dev/aeokit-skillsClone 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├── skills/aeo-audit/SKILL.md├── skills/aeo-improve/SKILL.md└── skills/aeo-observe/SKILL.md
Included Skills3
Audit a website and its repository for crawlability, extractable entity facts, source support, schema parity, and answer readiness. Use for diagnostic AEO reviews that should not modify files.
Investigate and improve a website or repository for a specific answer-engine buyer question. Use when the user wants evidence-backed AEO content, schema, or crawlability changes; do not use for measurement-only requests.
Measure whether independent AI research agents mention and cite a brand for a stable buyer-prompt corpus. Use for repeatable AEO observations and run comparisons, not website editing.
Plugin manifests2
{
"name": "aeokit",
"version": "0.1.0",
"description": "Evidence-backed AEO audits, improvements, and observations.",
"author": {
"name": "AEOkit contributors"
},
"homepage": "https://github.com/aeokit-dev/aeo-skills",
"repository": "https://github.com/aeokit-dev/aeo-skills",
"license": "MIT",
"keywords": [
"aeo",
"agent-skills",
"answer-engine-optimization"
],
"skills": "./skills/",
"interface": {
"displayName": "AEOkit",
"shortDescription": "Evidence-backed answer-engine optimization",
"longDescription": "Audit answer-engine readiness, improve source evidence, and measure brand mentions and citations with reproducible AEO workflows.",
"developerName": "AEOkit contributors",
"category": "Productivity",
"capabilities": [],
"websiteURL": "https://github.com/aeokit-dev/aeo-skills",
"defaultPrompt": [
"Audit this site for answer-engine readiness.",
"Improve this site for a specific buyer question.",
"Measure brand mentions and citations across buyer prompts."
]
}
}{
"name": "aeokit",
"description": "Evidence-backed AEO audits, improvements, and observations.",
"version": "0.1.0",
"author": {
"name": "AEOkit contributors"
},
"homepage": "https://github.com/aeokit-dev/aeo-skills",
"repository": "https://github.com/aeokit-dev/aeo-skills",
"license": "MIT"
}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.
[aeokit on Agent Plugins Marketplace](https://pluginsmp.com/plugins/aeokit)