一键导入
analytics
OHLCV candlestick data and technical indicators (RSI, MACD, Bollinger Bands, SMA, EMA) for any token. Use for data-driven trading decisions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
OHLCV candlestick data and technical indicators (RSI, MACD, Bollinger Bands, SMA, EMA) for any token. Use for data-driven trading decisions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Check eligibility for and claim token airdrops
Scan, audit, and revoke ERC-20 token approvals to manage wallet spending permissions
Set up automated server-side trading strategies (limit buys/sells) that execute on Base via Bankr
Deploy tokens on Base (Uniswap V4) or Solana (Raydium) via Bankr gas-sponsored launch API
Open leveraged long/short positions via Avantis on Base with up to 10x leverage
Access Polymarket prediction markets to search, place bets, view positions, and redeem winnings
| name | analytics |
| description | OHLCV candlestick data and technical indicators (RSI, MACD, Bollinger Bands, SMA, EMA) for any token. Use for data-driven trading decisions. |
| metadata | {"openclaw":{"emoji":"📈"}} |
analytics| Action | Description |
|---|---|
candles | Fetch OHLCV candlestick data |
rsi | Relative Strength Index (default period: 14) |
macd | MACD line, signal line, histogram (12/26/9) |
bollinger | Bollinger Bands: middle, upper, lower (default period: 20, 2 std dev) |
sma | Simple Moving Average |
ema | Exponential Moving Average |
summary | All-in-one technical analysis with composite signal |
| Param | Required | Description |
|---|---|---|
token | Yes | Token address (0x...) or search term |
chain | No | Chain: base (default), ethereum, arbitrum, optimism, polygon |
interval | No | Candle interval: 1m, 5m, 15m, 1h (default), 4h, 1d |
period | No | Indicator period. Default varies: RSI=14, Bollinger=20, SMA/EMA=20 |
limit | No | Number of candles. Default: 100, max: 500 |
The summary action computes all indicators at once and returns:
RSI:
= 70: Overbought (potential reversal down)
MACD:
Bollinger Bands:
Quick technical check before a trade:
action: summary, token: 0xa1F7..., interval: 1h
Check if a token is overbought:
action: rsi, token: 0xa1F7..., interval: 4h
Get moving average trend:
action: sma, token: 0xa1F7..., period: 50, interval: 1d
Candle data is synthesized from DexScreener's price data (price changes, volume). For precise OHLCV data, verify with a dedicated charting platform like TradingView. The indicators are computed in pure TypeScript — no external TA library dependency.