Top movers, losers, and trending coins from CoinGecko — with pump-risk flags (low liquidity, single-pair-only, fresh listing, volume-no-mcap, low-holder-data, cex-only). No API key required. Use for daily market scans, pre-trade screening, or as input to a token-pick workflow. Triggers: "top movers today", "what's pumping", "biggest losers 24h", "trending coins", "crypto movers with risk flags".
Scanned 5/28/2026
Install via CLI
openskills install BankrBot/skills---
name: aeon-token-movers
description: |
Top movers, losers, and trending coins from CoinGecko — with pump-risk flags (low liquidity,
single-pair-only, fresh listing, volume-no-mcap, low-holder-data, cex-only). No API key
required. Use for daily market scans, pre-trade screening, or as input to a token-pick workflow.
Triggers: "top movers today", "what's pumping", "biggest losers 24h", "trending coins",
"crypto movers with risk flags".
---
# aeon-token-movers
Daily scan over CoinGecko's public endpoints, enriched with pump-risk flags so the operator doesn't manually re-check every entry for honeypots.
## Inputs
| Param | Description |
|---|---|
| `limit` | Default 10 each side. |
| `min_mcap` | USD floor. Default $1M. |
| `chains` | Optional filter. Empty → all. |
## CoinGecko endpoints
```bash
# Top gainers/losers (24h)
curl -s "https://api.coingecko.com/api/v3/coins/markets?vs_currency=usd&order=price_change_percentage_24h_desc&per_page=50&price_change_percentage=24h"
# Trending (search-volume based)
curl -s "https://api.coingecko.com/api/v3/search/trending"
# Coin detail (for risk-flag enrichment)
curl -s "https://api.coingecko.com/api/v3/coins/${id}?localization=false&tickers=true"
```
## Pump-risk flags
| Flag | Detection |
|---|---|
| `low-liquidity` | 24h volume < $250k OR top-pool TVL < $100k. |
| `single-pair-only` | Trades on only one DEX pool. |
| `fresh-listing` | First CoinGecko entry < 7 days ago. |
| `vol-no-mcap` | 24h volume > 5× market cap. |
| `low-holder-data` | Holder count unavailable or < 200. |
| `cex-only` | All volume on CEX, no DEX presence. |
Two or more flags → demoted to "Watch with caution" section.
## Output
Top gainers, top losers, trending (search momentum), and watch-with-caution. Each row includes mcap, 24h volume, chain, narrative tag if known, and any flags.
## Rules
- Flag first, sort second. Empty pools aren't signal.
- Pair gainers with losers when there's a rotation pattern (one chain rising while another bleeds).
- Context tags required for outliers (unlock, hack, narrative).
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.
Digital Audio Workstation usage, music composition, interactive music systems, and game audio implementation for immersive soundscapes.
Instantly.ai cold email outreach API - manage campaigns, leads, accounts, and analytics. Use for cold email automation, lead management, campaign creation/monitoring, and email account warmup.
Run a single Terminal-Bench problem through Paperclip in a bounded, human-in-the-loop improvement cycle until the smoke passes, the board rejects the next fix, the iteration budget is exhausted, or a real blocker is named. Each iteration runs a bounded smoke against an isolated Paperclip App worktree, captures artifacts, diagnoses the exact stop point with `/diagnose-why-work-stopped`, requests board confirmation before any product fix, then reruns against the same worktree. Use whenever an i...