skills/citrea-claw-skill/SKILL.md
A CLI tool and OpenClaw skill for monitoring the Citrea Bitcoin L2 ecosystem
npx skillsauth add leoyeai/openclaw-master-skills citrea-claw-skillInstall 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.
Monitor the Citrea Bitcoin L2 ecosystem. Track DEX pools, liquidity, arbitrage opportunities, token prices, and wallet balances — all sourced directly from Citrea mainnet with no third-party APIs.
Check cBTC and token balances for a wallet address with USD values.
balance <address>balance 0xYourAddressGet the current USD price for a token from RedStone on-chain oracles.
price <token>price wcBTCShow the implied price of a token pair from each DEX side by side, with oracle deviation.
pool:price <tokenA> <tokenB>pool:price wcBTC USDC.eList all new pools created in the last N hours across JuiceSwap and Satsuma.
pools:recent [hours]pools:recent 24Show the most recently created pool on each DEX.
pools:latestWatch for new pools in real time. Sends a Telegram alert whenever a new pool is created on any supported DEX.
pools:monitorShow TVL and token reserves for a pool. Accepts a pool address, token pair, or single token.
pool:liquidity <poolAddr|tokenA tokenB|token>pool:liquidity wcBTC USDC.epool:liquidity 0xPoolAddresspool:liquidity wcBTCCheck a specific token pair for arbitrage opportunities across JuiceSwap and Satsuma.
arb:check <tokenA> <tokenB>arb:check wcBTC USDC.eScan all token pairs for arbitrage opportunities in a single pass. Shows price spread, estimated profit, gas cost, and net profit after fees.
arb:scanContinuously monitor all token pairs for arbitrage opportunities. Sends a Telegram alert when a profitable opportunity is detected above the configured threshold.
arb:monitorShow recent token transfer activity for a wallet address.
txns <address> [hours]txns 0xYourAddress 24| Symbol | Description | |---------|-------------------------------------| | wcBTC | Wrapped Citrea Bitcoin | | ctUSD | Citrea USD stablecoin | | USDC.e | Bridged USDC (LayerZero) | | USDT.e | Bridged USDT (LayerZero) | | WBTC.e | Bridged Wrapped Bitcoin (LayerZero) | | JUSD | BTC-backed stablecoin (JuiceDollar) |
| DEX | Type | Fee Tiers | |-----------|--------------|------------------------| | JuiceSwap | Uniswap V3 | 0.05%, 0.30%, 1.00% | | Satsuma | Algebra | Dynamic per pool |
Set these in your .env file:
| Variable | Description | Default |
|----------|-------------|---------|
| TELEGRAM_BOT_TOKEN | Bot token from @BotFather | — |
| TELEGRAM_CHAT_ID | Your chat ID from @userinfobot | — |
| ARB_ALERT_THRESHOLD_BPS | Minimum profit to trigger arb alert (basis points) | 50 |
| ARB_MONITOR_INTERVAL_SEC | Seconds between arb scans | 15 |
https://rpc.mainnet.citrea.xyztesting
AI-powered diary generation for agents - creates rich, reflective journal entries (400-600 words) with Quote Hall of Fame, Curiosity Backlog, Decision Archaeology, Relationship Evolution, mood analytics, weekly digests, "On This Day" resurfacing, and cron auto-generation. Works best with Claude models (Haiku, Sonnet, Opus).
development
Multi-agent UX for OpenClaw Control UI — agent selector, per-agent sessions, session history viewer with search, agent-filtered Sessions tab with friendly names, Create Agent wizard, emoji picker, and backend agent CRUD.
tools
Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction.
tools
Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction.