Skip to content

Add an aeon skill (operate an Aeon agent instance) to the extensions registry #515

Description

@aaronjmars

Desired Behavior

There is no skill in the extensions registry for operating an Aeon instance. Aeon is an open-source framework that runs a user's own skills on a schedule in GitHub Actions; an agent working inside an Aeon repo currently has no in-registry guidance for it.

Add an aeon skill (operator playbook) in the same shape as the other integration skills here, so an agent can enable/schedule/edit skills, set the STRATEGY.md north star, and debug a skill that isn't firing, using the project's ./aeon CLI and gh.

Acceptance Criteria

  • skills/aeon/ ships SKILL.md, README.md, .plugin/plugin.json, and the .claude-plugin / .codex-plugin vendor symlinks.
  • The skill is registered in marketplaces/openhands-extensions.json under category integrations, with no defaultEnabled (opt-in only).
  • skills/index.js and the README catalog are regenerated deterministically (node scripts/build-skills-catalog.mjs yields no further diff).
  • python scripts/sync_extensions.py --check reports the extensions in sync.
  • uv run --group test pytest tests/test_skills_have_readme.py tests/test_skills_catalog.py tests/test_skill_plugin_loading.py -q passes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions