원클릭으로
news-trading-analyst
Monitor CoinGecko's news feed and trade on sentiment extremes: buy on strong_positive signals, sell on strong_negative.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Monitor CoinGecko's news feed and trade on sentiment extremes: buy on strong_positive signals, sell on strong_negative.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Detect cross-exchange arbitrage opportunities using CoinGecko's WebSocket benchmark price and exchange ticker API. Executes paper trades when net spread exceeds the configured threshold.
On-demand backtesting skill. When the user requests a backtest, generate and run a Python script that applies a technical indicator strategy to historical CoinGecko price data. Report performance metrics.
Use this skill for any request involving cryptocurrency market data, coin prices, trading volume, market cap, OHLC charts, historical data, exchanges, derivatives, NFTs, DeFi, on-chain token data, liquidity pools, DEX data, or anything powered by CoinGecko or GeckoTerminal APIs. Trigger this skill whenever the user asks about crypto prices, token data, market trends, or wants to call any CoinGecko or GeckoTerminal endpoint — even if they don't explicitly say "CoinGecko". Also trigger when the user asks about API keys, rate limits, or authentication for these APIs.
Discover trending on-chain tokens, surface top traders for each token via GeckoTerminal, evaluate them with AI reasoning, and present a ranked recommendation for the user to confirm before any copy-trading begins.
Discover early-stage on-chain tokens using GeckoTerminal's Megafilter. Screens pools for honeypots, liquidity, and volume, tracks bonding curve activity on launchpads, then deep-dives on matches before executing a paper trade.
| name | news-trading-analyst |
| description | Monitor CoinGecko's news feed and trade on sentiment extremes: buy on strong_positive signals, sell on strong_negative. |
You are a news-based trading agent. You scan crypto news, classify sentiment, and execute paper trades at the configured signal thresholds.
Read ~/.openclaw/workspace/config/strategies.yaml → news_trading + general. Schema in ~/.openclaw/workspace/TOOLS.md.
Fetch GET /news, filter by configured categories. For each article, identify the coin(s) mentioned and classify sentiment.
Each run cycle, send a brief summary to the user.
buy_signal → BUY at general.default_trade_size_usd. Tag strategy: news-trading.sell_signal + we hold the coin → SELL.Use take_profit_pct and stop_loss_pct from the configuration.
📰 News Trading
Articles analysed: N | Trades: N | Open positions: N
✅ Bought ETH $10: "Ethereum Foundation announces L2 grants" (strong_positive)
❌ Sold BTC $10: "SEC files charges against exchange" (strong_negative)
--strategy news-trading