every one of Aeon’s 193 first-party skills, searchable by what they do — with the load-bearing 15 lit up.
semantic search over the whole catalog, in your browser · no server · no api key ✦
core ✦ the load-bearing 15 that make an Aeon agent autonomous
Autoresearch
✦ corecoreEvolve a skill by generating variations, evaluating them, and updating the best version
$ ./add-skill aaronjmars/aeon autoresearchcopycontributor-reward
✦ corecoreCloses the contributor flywheel — turns the weekly fork-contributor-leaderboard ranking into a tier-priced rewards plan, writes it into memory/distributions.yml, and hands off to distribute-tokens for the actual on-chain send
$ ./add-skill aaronjmars/aeon contributor-rewardcopyCreate Skill
✦ corecoreGenerate a complete new skill from a one-line prompt and ship it as a PR
$ ./add-skill aaronjmars/aeon create-skillcopyDeploy Prototype
✦ corecoreGenerate a small app or tool and deploy it live to Vercel via API
$ ./add-skill aaronjmars/aeon deploy-prototypecopyDistribute Tokens
✦ corecoreSend tokens to a list of contributors via Bankr Wallet API with per-recipient idempotency, two-phase resolve→execute, dry-run, and recovery from partial runs
$ ./add-skill aaronjmars/aeon distribute-tokenscopyExternal Feature
✦ corecoreProactively enhance watched repos — fix issues, add features, improve code
$ ./add-skill aaronjmars/aeon external-featurecopyFeature
✦ corecoreBuild a feature for every watched repo in one run — iterates the full repo list, picks one feature per repo from yesterday's repo-actions ideas first
$ ./add-skill aaronjmars/aeon featurecopyFleet Control
✦ corecoreMonitor managed Aeon instances — check health, dispatch skills, aggregate status
$ ./add-skill aaronjmars/aeon fleet-controlcopyFleet Scorecard
✦ corecoreDaily fleet-wide scorecard across this instance and every managed instance in memory/instances.json — runs, tokens (OpenRouter shape), est. cost, skills, and reliability, with day-over-day deltas and alerts
$ ./add-skill aaronjmars/aeon fleet-scorecardcopyself-improve
✦ corecoreImprove the agent itself — better skills, prompts, workflows, and config based on recent performance
$ ./add-skill aaronjmars/aeon self-improvecopySkill Evals
✦ corecoreValidate skill outputs against assertions, diff vs prior eval to flag regressions, file issues for new failures, and queue concrete fixes
$ ./add-skill aaronjmars/aeon skill-evalscopySkill Health
✦ corecoreAudit skill metrics, file/resolve issues in memory/issues/, and notify on state change only
$ ./add-skill aaronjmars/aeon skill-healthcopySkill Repair
✦ corecoreDiagnose and fix failing or degraded skills automatically — systemic-first triage, per-category playbooks, verification plan
$ ./add-skill aaronjmars/aeon skill-repaircopySpawn Instance
✦ corecoreClone this Aeon agent into a new GitHub repo — fork, configure skills, validate, register in fleet
$ ./add-skill aaronjmars/aeon spawn-instancecopyVuln Scanner
✦ corecoreAudit trending repos for real security vulnerabilities and disclose responsibly via PVR or dependency PRs
$ ./add-skill aaronjmars/aeon vuln-scannercopy