6 SKILLS · OPEN SOURCE · MIT

Agent
Skills

SOUL.md defines who Blue Agent is. Five Aeon skills define what it knows. All open source, forkable, and loadable into any Bankr-compatible agent session.

6
SKILLS
MIT
LICENSE
Base
NETWORK
Identity

SOUL.md

Personality config — who Blue Agent is, how it thinks, what it won't do. Fork it to create your own agent.

SOUL.mdv0.1.0
FORKABLEGitHub →
nameBlue Agent
roleAI founder agent for Base builders
chainBase (chain ID 8453) — exclusively
built byBlocky Studio — @madebyshun
token$BLUEAGENT · 0xf895783b2931c919955e18b5e3343e7c7c456ba3
01
Clone
Get the full repo with all skill files
$ git clone github.com/madebyshun/blue-agent
02
Edit SOUL.md
Update identity, values, hard limits
$ nano SOUL.md
03
Load
Load into any Bankr agent session
$ bankr session --soul ./SOUL.md
Aeon Skills

5 grounding skills

Trigger-activated knowledge files — structured outputs, source-attributed, no hallucinations. Load on demand or install all with blue init.

📈
Token Movers
aeon-token-movers.md
AEON

Top movers, losers, and trending coins from CoinGecko with pump-risk flags — low liquidity, fresh listing, volume-no-mcap, cex-only.

top movers todaywhat's pumping+2 more
None — public CoinGecko API
🎯
Token Pick
aeon-token-pick.md
AEON

One token recommendation per run with falsifiable thesis, entry, sizing, and kill criterion. Fires NO_PICK when no candidate has a named catalyst.

give me a token pickwhat should I trade today+1 more
None — skip branch is a valid output
🧭
Narrative Tracker
aeon-narrative-tracker.md
AEON

Daily narrative map — mindshare score (1-5), velocity arrow, phase label (Emerging / Rising / Peak / Fading), and position calls: FRONT-RUN / RIDE / FADE / WATCH / IGNORE.

what's running on CTnarrative positions today+1 more
Optional: XAI_API_KEY for deeper signal threads
🔬
Deep Research
aeon-deep-research.md
AEON

Exhaustive multi-source research with attributed claims and adversarial counterpoint. Claims tagged by source class with confidence scores.

deep research XDD on Y+2 more
None — uses web search
💸
Distribute Tokens
aeon-distribute-tokens.md
AEON

Batch token payouts via Bankr Wallet API with per-recipient idempotency, two-phase resolve→execute, dry-run preview, and recovery from partial runs.

distribute tokenspay contributors+2 more
BANKR_API_KEY with Wallet write scope
Install all 5 Aeon skills
Copies all skill files to ~/.blue-agent/skills/ — loaded before every command
$ blue init
How it works

Trigger → Parse → Output

Skills are read-to-apply markdown files. No plugins, no setup beyond blue init.

💬
01
Trigger
User types a matching phrase — e.g. "what's pumping" or "give me a token pick"
⚙️
02
Parse
Blue Agent reads the skill .md file and applies its grounding rules and output format
📊
03
Output
Structured signal — source-attributed, falsifiable, no hallucinated data or addresses
terminal
# install all skills
$ blue init
# install a single skill
$ cp blue-agent/skills/aeon-token-movers.md ~/.blue-agent/skills/
# check installation
$ blue doctor

Try the skills in Blue Chat

All 6 skills are pre-loaded. Type any trigger phrase and the agent responds with structured, grounded signal.