Install
openclaw skills install @sqxy090123/crypto-token-analyzerAnalyze a cryptocurrency token by contract address and chain. Fetch price, volume, liquidity, price changes, tags, security risks, and trend signals from DexScreener plus block explorers and GoPlus. Give subjective bullish/bearish/uncertain view and position strategy (clear/add/hold if holding; buy/
openclaw skills install @sqxy090123/crypto-token-analyzerAnalyze any token given its contract address and chain. Combine live market data, on-chain signals, and security checks, then give a clear subjective judgment and actionable strategy advice. Always respond in the language of the current conversation.
ethereum, bsc, solana, base, arbitrum, polygon, avalanche
Normalize inputs
Fetch market data (primary DexScreener)
curl for speed and reliability.curl 'https://api.dexscreener.com/latest/dex/tokens/{tokenAddress}'
curl 'https://api.dexscreener.com/latest/dex/pairs/v1/{chainId}/{tokenAddress}'
priceUsd, priceChange (m5/h1/h6/h24), volume, liquidity, fdv, marketCap, pairCreatedAt, txs (buys/sells), labels, info (socials, websites), boost.//dexscreener.com/{chain}/{address}) with browser tools if API fails or richer chart context is needed.Fetch security & risk (GoPlus + explorers)
curl 'https://api.gopluslabs.io/api/v1/token_security/{goplusChain_id}?contract_addresses={address}'
is_honeypot, buy_tax, sell_tax, is_open_source, is_proxy, can_take_back_ownership, owner_change_balance, owner_is_mintable, transfer_pausable, is_blacklisted, lp_holder_count, holder_count, liquidity_locked (and if present, liquidity_locked_info).K-Line / trend description
priceChange + volume + txns describe short-term (5m/1h) and medium-term (6h/24h) momentum.Subjective judgment
Strategy advice (free format, must cover both states)
以上仅基于公开数据的个人分析,不构成投资建议。加密货币波动极大,请自行研究并控制仓位。
Use natural language matching the conversation, but cover:
references/data-sources.md for exact endpoints, chain ID mappings, and example curl commands.references/security-checklist.md for the most important GoPlus fields to highlight.