aeon
v0.1.0Operator console for an Aeon agent instance: enable/schedule/edit skills, wire secrets and channels, debug runs, and mine past Codex/Claude Code chats into scheduled skills.
By Aeon IncLicense: MIT0 GitHub starsUpdated 9 hours ago
Directory evidence
- Runtimes
- Codex, Claude Code, and Agent Plugins
- Parsed components
- 1 skill or MCP entry
- Source updated
- Aug 31, 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 aeon for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add aeon@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/aaronjmars/aeon-bdClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugin/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── plugin.json└── skills/aeon/SKILL.md
Included Skills1
Set up and run an Aeon agent instance — get started from scratch, pick which skills to turn on or install more from packs, reschedule or change what runs, edit what an existing skill does, fix a skill that isn't firing, set the STRATEGY.md north star and soul/ voice, turn a coding-agent chat into a scheduled Aeon skill, and mine past coding-agent conversations for recurring work worth automating as a skill. Use when the user mentions Aeon, aeon.yml, an Aeon skill / instance / routine / pack, asks to schedule, enable, edit, or debug an agent that runs on a cron, or asks what of their repeated/manual work Aeon could take over.
Plugin manifests3
{
"name": "aeon",
"version": "0.1.0",
"description": "Operator console for an Aeon agent instance: enable/schedule/edit skills, wire secrets and channels, debug runs, and mine past Codex/Claude Code chats into scheduled skills.",
"author": {
"name": "Aeon Inc",
"url": "https://github.com/aeonfun"
},
"homepage": "https://aeon.fun",
"repository": "https://github.com/aeonfun/aeon",
"license": "MIT",
"keywords": [
"aeon",
"agent",
"skills",
"automation",
"github-actions",
"cron"
],
"skills": "./skills/",
"interface": {
"displayName": "Aeon",
"shortDescription": "Set up and run an Aeon autonomous agent instance from your coding agent",
"longDescription": "Aeon is an autonomous agent framework that runs your own skills on a schedule in GitHub Actions. This plugin ships the operator console skill: get started from scratch, turn skills on or off, schedule or reschedule what runs, edit what a skill does, debug a skill that will not fire, set the STRATEGY.md north star and soul voice, and mine past coding-agent chats into new scheduled skills. Works alongside the Aeon repo (aeonfun/aeon); the skill walks the rest.",
"developerName": "Aeon Inc",
"category": "Productivity",
"capabilities": [
"Interactive",
"Write"
],
"websiteURL": "https://aeon.fun",
"defaultPrompt": [
"Help me set up and run an Aeon agent instance"
],
"brandColor": "#0B0B0B"
}
}{
"name": "aeon",
"version": "0.1.0",
"description": "Operator console for an Aeon agent instance: enable/schedule/edit skills, wire secrets and channels, debug runs, and mine past coding-agent chats into scheduled skills.",
"author": {
"name": "Aeon Inc",
"url": "https://github.com/aeonfun"
},
"homepage": "https://aeon.fun",
"repository": "https://github.com/aeonfun/aeon",
"license": "MIT",
"keywords": [
"aeon",
"agent",
"skills",
"automation",
"github-actions",
"cron"
]
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "aeon",
"version": "0.1.0",
"description": "Operator console for an Aeon agent instance: enable, schedule, and edit skills, wire secrets and channels, debug runs, and mine past coding-agent chats into scheduled skills.",
"author": {
"name": "Aeon Inc",
"url": "https://aeon.fun",
"email": "[email protected]"
},
"keywords": [
"aeon",
"agent",
"skills",
"automation",
"github-actions",
"cron",
"scheduled-agents"
],
"license": "MIT",
"homepage": "https://aeon.fun",
"repository": "https://github.com/aeonfun/aeon"
}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.
[aeon on Agent Plugins Marketplace](https://pluginsmp.com/plugins/aeon)