用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/hummingbot/condor --skill pool-ranking命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | pool_ranking |
| description | Scan and rank Solana CLMM memecoin pools by fee yield (fees/TVL) to choose which to LP into. |
| when_to_use | When you need to find and rank Solana memecoin CLMM pools by fee yield (fees/TVL) to decide which pools to LP into. Use at the start of filling any free slot. |
| created | 2026-07-20T23:26:46Z |
| source | agent:solana_dex_lp_expert |
Goal: produce a ranked shortlist of Solana CLMM pools to LP into, quoted in quote_asset, on an allowed venue.
explore_geckoterminal(action="trending_pools", network="solana") — momentum memecoins.explore_geckoterminal(action="top_pools", network="solana", dex_id="<venue>") — top by volume per venue (loop venues).action="new_pools" for fresh launches (higher risk/higher fee).quote_asset (SOL or USDC).reserve_usd) — thin pools gap out of range immediately and IL dominates. Rule of thumb: skip TVL < ~$25k unless volume is exceptional.For each survivor: fee_yield = fees(ranking_window) / reserve_usd.
fees ≈ volume(window) × pool_fee_pct.explore_dex_pools(action="get_pool_info", connector=<venue>, network="solana-mainnet-beta", pool_address=...) → live price, bin_step/tick_spacing, liquidity distribution.explore_geckoterminal(action="ohlcv", network="solana", pool_address=..., timeframe="1h") → volatility (for range width) and trend. Reject pools in a steep one-directional dump (fees won't cover IL / you'll be single-sided into a falling knife).Ranked list: pool | venue | pair | TVL | vol(window) | fee_pct | fee_yield | bin_step/tick | price | trend. Lead with the single best for the next free slot.