liquidity-monitor
DeFi liquidity analysis reference — AMM mechanics, Uniswap V2/V3 math, Curve StableSwap, impermanent loss calculation, and MEV protection strategies
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bytesagain1/liquidity-monitorLiquidity Monitor
DeFi liquidity analysis reference — AMM mechanics, Uniswap V2/V3 math, Curve StableSwap, impermanent loss calculation, and MEV protection strategies. No API keys or credentials required — outputs reference documentation only.
Commands
| Command | Description |
|---|---|
intro | AMM mechanics, pool types, concentrated liquidity |
standards | Uniswap V2/V3 math, Curve, Balancer formulas |
troubleshooting | Impermanent loss, failed swaps, MEV protection |
performance | Pool selection, routing, gas optimization |
security | Rug pull detection, honeypots, flash loans |
migration | V2 to V3, cross-chain bridging, multi-chain LP |
cheatsheet | DEX APIs, analytics tools, IL calculator, TVL |
faq | Profitability, V2 vs V3, MEV, minimum amounts |
Output Format
All commands output plain-text reference documentation via heredoc. No external API calls, no credentials needed, no network access.
Powered by BytesAgain | bytesagain.com | [email protected]
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bytesagain1-liquidity-monitor": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
Zerion Api Skill
Skill by abishekdharshan
Zerion Api
Skill by abishekdharshan
kryptogo-meme-trader
[DEPRECATED 2026-05-04] Analyze and trade meme coins using KryptoGO's on-chain cluster analysis platform. NOTE: The kg-xyz analysis backend (wallet-data.kryptogo.app) is shutting down on 2026-05-04 — cluster analysis, wallet labels, signal dashboard, and DCA/limit order tools will stop working after that date. Swap execution via the OKX DEX aggregator continues to function.
newsriver-global-intelligence
Professional Quantitative Intelligence & DeFi Execution for AI Agents. 10 years of news-price correlation, Enso DeFi super-aggregator (200+ DEXs, 15+ chains), cross-chain bridge (Across Protocol), and Privy TEE-secured wallets.
okx-dex-swap
Execute token swaps on-chain via OKX DEX Aggregator API (v6). Use this skill when a user wants to: 1. Build a complete swap flow: get swap calldata -> sign transaction -> broadcast to chain 2. Execute token-to-token swaps with slippage protection, MEV protection, and Jito tips (Solana) 3. Integrate OKX DEX swap + broadcast into applications, bots, or scripts This skill covers the FULL lifecycle: /swap endpoint (get tx data) + /broadcast-transaction endpoint (submit signed tx). For quote-only (no execution), use the okx-dex-quote skill instead.