Aeon
Run configure-once autonomous AI agents on GitHub Actions with 78 skills and a self-healing loop.
If you're drowning in recurring dev or security tasks and trust an agent to fix itself, Aeon is a rare find. It's deeply practical—vuln-scanner alone is worth the fork. But skip it if you want a chat companion; this is an autopilot, not a co-pilot.
Verified 1d ago · liveness 75/100 · cite: rightaichoice.com/tools/aeon
- Developers automating recurring dev tasks like PR reviews and security scans
- Crypto traders needing market monitoring and onchain transaction analysis
- Security researchers who want end-to-end vulnerability scanning and disclosure
- Content creators who want scheduled digests and social media posting
- Users who want interactive chat-based agent sessions with instant responses
- Non-technical users who are uncomfortable with GitHub and YAML workflows
- Teams requiring real-time or low-latency agent interactions
We scan live Reddit threads, YouTube comments, X posts, G2 reviews and other communities — and hand you an honest verdict in under a minute.
- Honest verdict, not marketing
- Real pros & cons from real users
- Attributed quotes with receipts
3 free scans · no card needed
Skip Aeon if you need interactive, real-time agent conversations or if you're not comfortable managing GitHub Actions, YAML, and forking repos—you'll be configuring the agent via Markdown files and cron schedules, not chatting with it.
You pay for the underlying LLM API usage (e.g., Anthropic, OpenRouter) — the framework is free but model calls add up, especially with frequent cron runs.
Aeon is free and open source (MIT) with no per-seat or per-use fees; you only pay for your own API keys and GitHub Actions minutes. That makes it cheaper than commercial agent tools like Grok Bot ($300 one-time) or Claude Code Pro ($20+/mo), but you manage your own keys and infrastructure.
In short
Aeon — Run configure-once autonomous AI agents on GitHub Actions with 78 skills and a self-healing loop. Best for Developers automating recurring dev tasks like PR reviews and security scans, Crypto traders needing market monitoring and onchain transaction analysis, Security researchers who want end-to-end vulnerability scanning and disclosure. Free to use.
What's new in Aeon
Checked yesterdayAcross the latest 4 updates: 1 feature update, 1 launch and 2 news mentions.
GLM gateway move + fail-closed adapters
GLM moves from a harness to a native Claude AI Gateway entry with tiered model mapping, and multiple correctness fixes make broken runs fail loudly instead of reporting green.
Ten harnesses + rightstack advisor
Adds Cursor, Hermes, and GLM harnesses (ten total), a rightstack skill (catalog to 77), vuln-scanner proof, and non-blocking concurrent skill calls.
Aeon vs Grok Bot: the $300 agent and the free one
Compares Aeon to Grok Bot, highlighting differences in ownership, credentials, and cost.
How to Run an Autonomous AI Agent on GitHub Actions
Guide to scheduling Aeon as a GitHub Actions workflow with cron and committed state.
What people actually say about Aeon — is it worth it?
We ran a structured research pass across product reviews, community discussions, and post-purchase forum threads to surface the patterns vendors won't publish themselves. Below: the recurring strengths, the hidden costs people mention most, and the cohort that consistently regrets adopting this tool.
97 mentions across 6 sources (Hacker News, YouTube, Product Hunt, Bluesky, GitHub, Lemmy) · researched Jul 6, 2026.
- +Zero infrastructure: runs entirely on GitHub Actions cron.
- +Self-healing skills: agent scores own output and auto-repairs failures.
- +102 built-in skills across dev, security, social, productivity.
- +Markdown-based skill authoring—no DSL or SDK needed.
- +Agent can autonomously create new skills for itself.
- −Tied to GitHub Actions—no fallback if platform has issues.
- −Community feedback is sparse and mixed with irrelevant content.
- −Self-healing may consume API credits on repeated failures.
- −Long-running autonomous agents could hit GitHub Actions limits.
- −No direct support channel—relies on open-source community.
- • API costs for agent wallet (x402/USDC/Circle) – not included in free tier
- • Potential GitHub Actions overage if you exceed free tier limits on private repos
- • Haiku scoring API calls may incur charges depending on setup
Viability Score
How well maintained and how widely used is Aeon? Built from what the vendor actually publishes (docs, changelog, tutorials, integrations, pricing), whether the site is live, and how much real users discuss it. How we calculate this
Last calculated: September 2026
How we score →Key Features
- Configure-once autonomous AI agents on GitHub Actions
- 78 built-in skills across Dev, Research, Crypto, Security, Social, Productivity
- Self-healing loop: auto-repairs skills after 3 consecutive failures
- Circuit breaker pauses repeatedly failing skills
- Soul.md and Strategy.md define agent voice and north-star metric
- Fork-and-run setup, no server or Dockerfile
- Fleet control: spawn instances, manage forks, coordinate via heartbeat
- Reactive Telegram, Discord, Slack bots with inline buttons and slash commands
- Memory system: persistent context via CLAUDE.md and memory files
- One-click MCP OAuth for Base, Robinhood, Glim, Executor servers
- Agent wallet with x402, USDC, Circle for autonomous API payments
- Self-improvement: agent can author new skills as Markdown files
- Sigstore attestation for verifiable run provenance
- Headless CLI for non-interactive operation
- Works with Claude Code, Codex, Hermes, OpenClaw, Cursor, GLM and more
About Aeon
Aeon is an open-source, MIT-licensed framework that lets you deploy fully autonomous AI agents directly on GitHub Actions. Built for developers, security researchers, and crypto teams, it handles recurring tasks like PR reviews, security scans, market monitoring, and research digests without any hand-holding. The core idea is simple: give it a direction in Soul.md and Strategy.md, and it runs the rest on its own, deciding when to act and when to report back. No approval loops, no interactive prompts, no babysitting. The agent ships with 78 built-in skills covering development, research, crypto, security, and social media. Standouts include vuln-scanner, which audits open-source repos end to end, lands real fixes, and tracks them to merge, and deploy-uni-hook, which turns a one-line brief into a live Uniswap v4 hook. You can extend the catalog by authoring new skills as Markdown files, and the agent can even create its own skills to chase metrics it can't yet measure. Recent updates added ten harnesses (including Cursor, Hermes, and GLM), a rightstack advisor skill, and a concurrency fix. Operationally, Aeon is zero-infrastructure: no server, no Dockerfile, just GitHub Actions workflows and a Next.js dashboard. Public repos get unlimited free Actions minutes. Each run is scored by Haiku, and failures are tracked across a rolling 30-run history. If a skill fails three times in a row, skill-repair patches it automatically; a circuit breaker pauses chronically failing skills. Sigstore attestation signs every run for verifiable provenance. Aeon is positioned as the most autonomous option compared to chat-driven tools like Claude Code or ChatGPT, which require you in the driver's seat. It's an autopilot, not a co-pilot, for teams that want deep automation without constant supervision.
Behind the Verdict
Aeon is a different breed of agent tool. While Claude Code, ChatGPT, and Grok Bot are sessions you drive, Aeon is a system you configure once and let run. The soul of it is the GitHub Actions integration: you fork the repo, edit two Markdown files (Soul.md for identity, Strategy.md for goals), and the agent takes over. It runs on cron, self-heals, and writes results back to the repo. This is ideal for developers who want a background worker for routine tasks without babysitting. Strengths: The skill catalog is vast (78 skills) and covers dev, security, crypto, and content. Vuln-scanner is a standout—it not only finds but fixes and tracks vulnerabilities to merge. Deploy-uni-hook turns a one-line brief into a live Uniswap v4 hook, which is impressive for crypto teams. The self-healing loop is real: it auto-repairs failing skills after three consecutive failures and pauses chronic failures. Sigstore attestation gives you provenance. It's open source and MIT licensed, so you own it. Weaknesses: Aeon is not for interactive use. It's asynchronous and scheduled, so you won't get instant responses. The setup requires comfort with GitHub Actions, YAML, and forks—non-technical users will struggle. You pay for the underlying model APIs (e.g., Anthropic, OpenRouter) and any third-party services; the framework itself is free but the usage costs are on you. The dashboard is a Next.js app that runs locally, and some features like the fleet control add complexity. Where it fits: Developers automating PR reviews, security teams doing continuous vuln scanning, crypto traders monitoring markets, and content creators scheduling digests. Where it doesn't: teams needing real-time chat, non-technical users, or those who prefer self-hosted infra over GitHub Actions.
Researching Aeon? Get your full AI stack in 60 seconds.
Free, no signup — tell us your goal and get tools matched to your budget & existing stack.
Real-world workflow fit
Concrete scenarios for the personas Aeon actually fits — and what changes day-one when you adopt it.
Fork the Aeon repo, add your GitHub token, and enable the pr-review skill with a cron schedule.
Outcome: Every open PR gets a deep review with inline comments, and you get a daily inbox triage digest—no manual review needed.
Enable vuln-scanner and vuln-tracker skills, pointing them at trending agent repos.
Outcome: The agent audits repos, finds vulnerabilities, lands fixes in PRs, and tracks them to merge—with Sigstore attestation for proof.
Configure token-movers, price-alert, and unlock-monitor skills with your portfolio addresses.
Outcome: You receive Telegram alerts on price spikes, token unlocks, and on-chain activity without staring at charts all day.
Use Cases
- Automate daily PR reviews and issue triage on your GitHub repositories
- Scan open-source agent repos for vulnerabilities and land fixes autonomously
- Monitor DeFi markets and receive summaries of token movers and sentiment
- Generate daily research digests from papers, Hacker News, and Reddit
- Schedule social media posts and syndicate articles across platforms
- Automate daily briefs and priority summaries from multiple feeds
- Run security scans and patch deployments without manual intervention
- Monitor token unlocks and portfolio changes with on-chain alerts
Models Under the Hood
as of 2026-09-01
Limitations
- Aeon is designed for autonomous, unattended operation on GitHub Actions, requiring scheduled or reactive execution rather than real-time interaction.
- You are responsible for the costs of the underlying model and API keys you connect, as the framework is open source and MIT licensed.
- It leverages 78 skills to complete tasks, and some skills depend on third-party services with their own potential costs or limits.
as of 2026-09-02
Verification history
We have re-verified Aeon 8 times since . Each pass re-reads the vendor's own pages and re-checks every listed field against that evidence; passes where nothing had changed are marked as such.
- — re-verified summary, description, our verdict, our analysis, pricing model, pricing tiers, features, integrations, who it suits, who should skip it
- — re-verified summary, description, our verdict, our analysis, pricing model, pricing tiers, features, integrations, who it suits, who should skip it
- — re-verified summary, description, our verdict, our analysis, pricing model, pricing tiers, features, integrations, who it suits, who should skip it
- — re-verified summary, description, our verdict, our analysis, pricing model, pricing tiers, features, integrations, who it suits, who should skip it
- — re-verified summary, description, our verdict, our analysis, pricing model, pricing tiers, features, integrations, who it suits, who should skip it
- — re-verified summary, description, our verdict, our analysis, pricing model, pricing tiers, features, integrations, who it suits, who should skip it
Showing the 6 most recent of 8 verification passes.
Free to cite with attribution — this page re-verifies continuously.
12-month cost
Project the real annual outlay, including the implied monthly cost when only an annual tier is published.
Vendor list price only. Add-on usage, seat overages, and contract minimums are surfaced under Hidden costs & gotchas.
Plans compared
For each published Aeon tier: who it actually fits, and what it adds vs. the previous tier. Cross-reference the cost calculator above for projected annual outlay.
Free
$0/mo
Ideal for
Solo developers and small teams wanting to run autonomous agents on public GitHub repos without any upfront cost.
What this tier adds
Free tier includes all 78 skills, self-healing, and GitHub Actions integration—no cost, just bring your own API keys.
Where the pricing makes sense
The company stage and team size where Aeon's pricing actually pencils out — and where peers do it cheaper.
Aeon is free and open source (MIT) with no per-seat or per-use fees; you only pay for your own API keys and GitHub Actions minutes. That makes it cheaper than commercial agent tools like Grok Bot ($300 one-time) or Claude Code Pro ($20+/mo), but you manage your own keys and infrastructure.
Setup time & first value
How long it actually takes to get something useful out of Aeon — broken out by persona, not the marketing-page minute.
A developer familiar with GitHub can fork and configure the basic agent in under 30 minutes (add secrets, set a cron, enable a skill). Non-technical users may take a few hours to learn GitHub Actions and YAML. Adding custom skills or integrating external APIs adds a few hours.
Switching to or from Aeon
How to bring data in from common predecessors and how to get it back out — written for the switcher, not the buyer.
- →From Claude Code: If you have prompts and workflows in Claude Code, you can translate them into Aeon skills (SKILL.md files) and set them on cron.
- →From Grok Bot: Move your automation tasks to Aeon by forking the repo and enabling the equivalent skills—you'll save the $300 license fee.
- →From manual GitHub Actions: Extract your recurring workflow steps and wrap them as Aeon skills for self-healing and memory.
- ↗To Claude Code or ChatGPT: You can export your skill prompts and run them interactively, but you lose the autonomous cron and self-healing.
- ↗To Grok Bot: If you prefer a packaged agent, you can move your skill definitions to Grok Bot's prompt system, but you lose Aeon's open-source control.
- ↗To a custom pipeline: Since Aeon is just GitHub Actions + Markdown skills, you can port your skills to any CI or scripting environment.
Integrations
Resources & Guides
Tutorials & Learning
Official links
Tools that pair well with Aeon
Common stack mates teams adopt alongside Aeon, with the specific reason each pairing earns its keep.
Featured Head-to-Head Comparisons
Aeon vs Spider Cloud
If you need a set-and-forget agent to handle recurring dev, security, or crypto tasks, choose Aeon (free and open-source). If you need fast, reliable web data for AI agents or RAG, choose Spider Cloud (pay-as-you-go, Rust-powered). They solve different problems—Aeon for long-running background automation, Spider Cloud for on-demand crawling.
Aeon vs Temporal Ai
Temporal is the powerhouse for teams needing reliable, durable execution of complex workflows with human-in-the-loop and full visibility. Aeon is for hackers who want a zero-maintenance background agent that runs forever on GitHub Actions. Choose Temporal if you orchestrate mission-critical AI agents; choose Aeon if you want a set-and-forget bot for recurring tasks.
Aeon vs Presto Voice
If you operate a QSR drive-thru and want proven revenue lift through voice AI, Presto Voice is the clear choice—but it requires budget and vendor lock-in. If you need a free, developer-run agent to automate dev tasks, security scans, or crypto monitoring, Aeon delivers unmatched autonomy with zero infrastructure cost. The two tools serve completely different verticals; your decision hinges on whether you are a restaurant operator or a technical automation builder.
Alternatives to Aeon
View allFrequently Asked Questions
Categories
Best-of guides
Used Aeon? Help shape our editorial sentiment research.
![Getting Started with Aeon Timeline [Tutorial]](https://img.youtube.com/vi/RSAiIwhLw9k/mqdefault.jpg)

