aeon-autoresearch/SKILL.md
Evolve any installed skill by generating four variations along separate theses (better inputs / sharper output / more robust / rethink), scoring them on a weighted rubric, and applying the winner. Never downgrades a working skill — aborts cleanly if no variation improves the original. Use when an installed skill is producing low-signal output, hitting deprecated APIs, or feels stale. Triggers: "improve this skill", "evolve $skill", "auto-research my X", "regenerate variations".
npx skillsauth add bankrbot/skills aeon-autoresearchInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Self-improvement loop. Given a target SKILL.md, generates four parallel improved variations, scores each, applies the winner.
| Param | Description |
|---|---|
| target | Skill name or path to SKILL.md. Required. |
| mode | evolve (default) writes the diff. dry-run scores and prints, writes nothing. |
Each is a complete runnable SKILL.md. Frontmatter shape preserved.
1-5 per axis, weighted total max 50:
| Axis | Weight | |---|---| | Improvement vs original | 3× | | Output value | 2× | | Clarity, data quality, robustness | 1.5× each | | Conventions | 1× |
Tie-break (within 2 points): prefer the variation making the biggest single improvement over many small ones.
If every variation scores ≤ original on Improvement, the skill aborts with AUTORESEARCH_NO_IMPROVEMENT. No file written. Working skills are never downgraded.
Preserves the original's core purpose, frontmatter shape, and declared env vars.
Inside a git repo, changes land in a branch (autoresearch/${target}) — operator reviews the diff before merging. Outside a repo, the original is preserved at ${target}/SKILL.md.before-autoresearch for rollback.
The diff, plus a report with the scoring table for all four variations and a one-paragraph rationale for the winner.
Pairs with aeon-skill-evals (surfaces what's underperforming) and aeon-skill-repair (deterministic bugs; autoresearch handles quality lifts).
development
Trust + memory layer for Bankr agents. Write a verifiable behavioral track record (decisions, hallucinations) for free, and check the risk/reputation of any agent or token before moving money — paid over x402 on Base.
tools
Cross-chain token swaps, quotes, portfolio and prices across 14 chains via the Suwappu DEX MCP server. Read-only by default; swap execution is opt-in and gated.
development
Build, inspect, configure, and safely transact with Juicebox V6 projects, terminals, rulesets, hooks, tiered NFTs, Revnets, Croptop, Bendystraw, and omnichain deployments. Use for Juicebox protocol questions, contract addresses or ABIs, project creation, payments, cash-outs, tokenomics, hooks, NFT tiers, cross-chain bridges, loan queries, transaction decoding, and Juicebox app/UI development on Ethereum, Optimism, Base, Arbitrum, or their Sepolia testnets.
tools
LP tokenized stocks onchain — range-LP Coinbase tokenized equities (NVDA, AAPL, GOOGL, META) and AERO/USDC on Aerodrome Slipstream (Base) for trading-fee + AERO emission yield. Use when the user wants to LP stocks or Aerodrome pools on Base, open/recenter/exit a Slipstream position, check pool status, NAV, or yields, get a portfolio overview ("how are my LP positions doing?") with P&L and projected APR, run a manage pass, or set up scheduled/price-triggered LP automations in the Bankr console. Auto-routes every position to the higher-yielding side — staked (AERO emissions) vs unstaked (trading fees) — at entry and re-checks on every manage pass. Bundled node scripts do the chain reads, gate checks, and calldata; writes go via the Bankr arbitrary-transaction flow. NOT for perps, spot trading, or Uniswap.