MythosForge Skill Pack for Aeon
May 26, 2026 · View on GitHub
Read-only ops-monitoring, proof-integrity, round/theme-guard, jury-drift, and gallery-QA skills for MythosForge, built for the Aeon autonomous-agent framework.
These are the skills that keep MythosForge's "Proof of Creation" pipeline healthy and honest — running unattended on GitHub Actions, silent when all is well, alerting only when something actually breaks.
Skills
| Skill | What it does |
|---|---|
mythosforge-ops-report | Daily read-only health report — backlog counts (scored / partial / awaiting / paid), jury & payout freshness, degraded-model notes, and stall alerts. Reads structured counts from MythosForge's public /api/v1/stats endpoint. Silent on a healthy run; notifies only on a real alert (JURY_STALL, BACKLOG_GROWING, PAYOUT_STALE, DEPLOY_FAILED, STATS_UNREACHABLE). |
mythosforge-proof-integrity | Continuous read-only proof-of-creation monitor — verifies the paid set + recent rounds stay provably anchored on Base (manifest hash + anchor tx + NFT mint all resolving on-chain). Reads MythosForge's public /api/v1/proof-report. Silent on a healthy run; notifies only on a real proof gap (PAID_PROOF_BROKEN, PROOF_BROKEN, PROOF_REPORT_STALE, PROOF_REPORT_UNAVAILABLE, PROOF_AUDIT_INCOMPLETE). |
mythosforge-theme-round-guard | Read-only round/theme guard — catches a theme changed on a round that already has submissions (a silent relabel of existing art, the 2026-05-26 failure mode) and a missing next-day round row before the UTC day rolls over. Reads MythosForge's public /api/v1/rounds. Silent on a healthy run; notifies only on a setup mistake (THEME_RELABELED_ACTIVE, SPECIAL_EVENT_ON_ACTIVE_ROUND, NEXT_ROUND_MISSING, ROUNDS_UNREACHABLE). |
mythosforge-jury-drift-watcher | Read-only jury-panel health watcher — catches a single juror model quietly degrading (low coverage / empty responses), scoring as a systematic outlier, or leaving submissions stuck below the 3-of-4 quorum. Reads MythosForge's sanitized /api/v1/jury-health (model identifiers + aggregate scores only). Silent on a healthy run; notifies only on drift (JUROR_DEGRADED, JURY_STUCK_PARTIALS, JUROR_OUTLIER, JURY_HEALTH_UNREACHABLE). |
mythosforge-gallery-qa-watcher | Read-only front-end QA watcher — fetches the live /gallery + a sample of /proof/[id] pages and checks they load, show their image + Hi-Res control + score, and carry status labels consistent with the backend counts. Reads the public pages + /api/v1/stats + /api/v1/rounds. Silent on a healthy run; notifies only on visible breakage (GALLERY_DOWN, PROOF_PAGE_DOWN, IMAGE_MISSING, HIRES_CONTROL_MISSING, STATUS_LABEL_INCONSISTENT). |
Install
With the Aeon CLI:
./add-skill ryjin111/aeon-skill-pack-mythosforge mythosforge-ops-report
./add-skill ryjin111/aeon-skill-pack-mythosforge mythosforge-proof-integrity
./add-skill ryjin111/aeon-skill-pack-mythosforge mythosforge-theme-round-guard
./add-skill ryjin111/aeon-skill-pack-mythosforge mythosforge-jury-drift-watcher
./add-skill ryjin111/aeon-skill-pack-mythosforge mythosforge-gallery-qa-watcher
The skill lands in skills/ with a disabled entry in your aeon.yml. Enable it when you're ready, set a notify channel, and (optionally) a VERCEL_TOKEN for deploy-health checks.
Safety
Every skill in this pack is:
- Read-only — no writes to MythosForge, no scoring, no token/FORGE movement.
- Secret-free — no API keys or tokens are stored in this repo; runtime secrets live only in your own Aeon repo's GitHub Actions secrets.
- Quiet by default — a healthy run produces a report + log and sends no notification.
License
MIT © ryjin111