feat: add aeon skill to the extensions registry - #513
Open
aaronjmars wants to merge 1 commit into
Open
Conversation
Adds skills/aeon, the operator console for an Aeon autonomous-agent instance (github.com/aeonfun/aeon). Aeon runs a user's own skills on a schedule in GitHub Actions; this skill helps a coding agent set one up, turn skills on or off, schedule or edit them, debug a skill that will not fire, set STRATEGY.md and soul voice, and mine past chats into new scheduled skills. - skills/aeon/SKILL.md, README.md, .plugin/plugin.json + vendor symlinks - marketplaces/openhands-extensions.json: new entry, category integrations - regenerated skills/index.js and the README catalog via the repo scripts
aaronjmars
marked this pull request as ready for review
August 26, 2026 13:20
Contributor
|
👋 This PR needs a couple of things fixed before OpenHands can review it:
Push an update once this is addressed and this check re-runs automatically. This is an automated check - no AI was used to generate this comment. |
Author
|
Maintainer heads-up: the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
Aeon (github.com/aeonfun/aeon) is an open-source framework that runs a user's own skills on a schedule in GitHub Actions. There is no skill in this registry for operating an Aeon instance, so an agent working in one has no guidance. This adds one, in the same shape as the other integration skills here.
Summary
Issue Number
Fixes #515
How to Test
From the repo root:
python scripts/sync_extensions.py --check- extensions report in sync.node scripts/build-skills-catalog.mjs- skills/index.js regenerates with no further diff (deterministic).uv run --group test pytest tests/test_skills_have_readme.py tests/test_skills_catalog.py tests/test_skill_plugin_loading.py -q- README, catalog, and plugin-manifest checks pass.The skill itself operates a live Aeon instance through its ./aeon CLI and gh; exercising that is out of scope for this registry's tests.
Video/Screenshots
N/A - a Markdown skill definition plus a marketplace entry, no UI.
Notes