aeon·terminal

$ ls -R skills/

Skill catalog

Each skill is a single markdown file with a prompt, a schedule, and a contract. 19 of 34 skills are live now — the rest are scaffolded and coming soon.

Research & Content
6
Dev & Code
7
Crypto & Markets
5
Social & Writing
5
Productivity
5
Meta / Agent
6
new · build your own

Design a Claude persona, name it, and run it from the terminal. Public ones are shareable as a link.

Research & Content

6 live / 6 total

Digest the world: arxiv papers, RSS feeds, HN, and ad-hoc deep dives.

Research

$ morning-brief

0 7 * * *

A focused briefing pulled from Hacker News + BBC RSS. Three minutes, grounded sources.

out:digest

Research

$ deep-research

@manual

Multi-pass investigation of a topic with sourced claims and citations.

in:topicout:articleout:summary

Research

$ paper-digest

0 8 * * 1

Arxiv + Hugging Face papers, filtered to what matters this week.

Research

$ hacker-news-digest

0 6 * * *

Top stories with takes, not just links. Three minute read.

Research

$ rss-digest

@daily

Roll up any RSS feed into a single coherent thread.

Research

$ technical-explainer

@manual

Convert a paper or PR into a clean explainer you can publish.

Dev & Code

4 live / 7 total

Pull live data from GitHub: repo stats, PR diffs, dep health, vuln advisories.

Dev

$ pr-review

*/15 * * * *self-heal

Reviews PRs against project conventions. Leaves inline comments via gh.

Dev

$ github-monitor

0 */2 * * *

Tracks issues, releases, stars, and trending across a watchlist of repos.

Dev

$ code-health

0 4 * * 1

Lints repo health: stale deps, dead routes, untyped surfaces.

Dev

$ vuln-scanner

0 5 * * *

Audits dependencies and CI workflows for known vulnerabilities.

Dev

$ auto-merge

holdercoming soon

Watches the merge queue. Lands ready PRs that pass policy and CI.

Holder-only — hold 100k $aeonterminal to unlock when this ships. link wallet

Needs: GitHub OAuth scope `repo` (write access)

Dev

$ deploy-prototype

coming soon

Spins up a Vercel preview from a description. Returns the URL.

Needs: Vercel API token

Dev

$ create-skill

coming soon

Generates a new skill from a one-line description and registers it.

Needs: User-defined skill store (D1 + admin UI)

Crypto & Markets

4 live / 5 total

CoinGecko price movers, DefiLlama TVL deltas, treasury composition.

Crypto

$ token-alert

*/10 * * * *

Watches a list of tokens; pings when momentum or unlocks shift.

Crypto

$ on-chain-monitor

*/5 * * * *

Watches a Base wallet: balance, tx count, recent activity, dormancy flag.

in:wallet_addressout:activity

Crypto

$ defi-monitor

0 * * * *

TVL, yields, exploits — a continuous read on the DeFi landscape.

Crypto

$ treasury-info

0 12 * * *

Treasury snapshots for protocols and DAOs.

Crypto

$ unlock-monitor

holdercoming soon

Flags token unlocks before they hit, with float context.

Holder-only — hold 100k $aeonterminal to unlock when this ships. link wallet

Needs: TokenUnlocks / Cryptorank API (paid tier)

Social & Writing

1 live / 5 total

Threads, replies, campaigns, syndication. Mostly waiting on the X/Farcaster APIs.

Social

$ thread-formatter

@manual

Turn long-form notes into a readable Twitter/X thread.

in:draftout:thread

Social

$ write-tweet

coming soon

Drafts tweets in your voice. Threads when the idea deserves it.

Needs: X/Twitter API v2 + per-user OAuth

Social

$ reply-maker

coming soon

Suggests replies to mentions and DMs. You approve before sending.

Needs: X/Twitter API v2 + per-user OAuth

Social

$ farcaster-digest

coming soon

Pulls the day from the casts you actually care about.

Needs: Neynar / Farcaster Hub API + FID watchlist

Social

$ syndicate-article

holdercoming soon

Push a new post across Twitter, Farcaster, LinkedIn, blog.

Holder-only — hold 100k $aeonterminal to unlock when this ships. link wallet

Needs: Per-platform OAuth (X, Farcaster, LinkedIn)

Productivity

3 live / 5 total

Routines, recaps, goals, idea capture. Needs a personal data store, not shipped yet.

Productivity

$ daily-routine

0 7,12,18 * * *

Turns a free-form routine description into time-of-day nudges (memory-only).

in:routineout:nudges

Productivity

$ evening-recap

0 21 * * *

What you shipped today on GitHub — commits, PRs, issues from your public events.

in:github_usernameout:recap

Productivity

$ weekly-review

0 19 * * 0

7-day GitHub review: shipped, learned, dropped. Pulled from public events.

in:github_usernameout:review

Productivity

$ goal-tracker

coming soon

Keeps your goals visible. Nudges when one slips for a week.

Needs: Per-user goal store + cron nudges

Productivity

$ idea-capture

coming soon

Sticky-notes voice notes and Telegram thoughts into memory/.

Needs: Telegram / Discord ingestion bot

Meta / Agent

1 live / 6 total

Self-improvement: audit, repair, evolve. Needs the agent fleet, also not shipped yet.

Meta

$ heartbeat

0 * * * *

Snapshot of /api/status: infra probes, usage counters, schedule activity.

out:status

Meta

$ skill-repair

coming soon

When a skill fails, opens an issue, patches the file, and tests the fix.

Needs: Skill repo write access + CI hook

Meta

$ skill-evals

coming soon

Scores each skill's output quality. Flags drift before you do.

Needs: Eval harness + judge model wiring

Meta

$ self-improve

coming soon

Identifies the lowest-leverage skill and proposes a replacement.

Needs: Skill usage telemetry + proposal pipeline

Meta

$ skill-health

coming soon

Pass/fail rates, anomalies, recent failures across the fleet.

Needs: Run-result store + anomaly detector

Meta

$ fleet-state

coming soon

What other Aeon instances are doing right now.

Needs: Federated fleet registry