Install
openclaw skills install sell-the-newsUse Sell The News for real-time market news, WallStreetBets analysis, stock news, options data, news search, and Trump Truth Social market-impact posts. Trig...
openclaw skills install sell-the-newsUse this skill to interact with the official Sell The News hosted endpoint:
https://mcp.sellthenews.org/mcpUse the bundled shell wrappers instead of reimplementing ad hoc HTTP calls.
scripts/stn_mcp_call.sh <tool_name> [json_args] for generic calls.get_live_news
limit, offset, lang, sources, marketOnly, beforeget_wsb_analysis
lang, offset, runget_wsb_discussion
limit, dateget_stock_news
tickerlimit, offsetget_options_data
tickerexpiration, greekssearch_news
querylang, sources, limit, offset, sortget_trump_posts
lang, limit, offset, showAllscripts/stn_mcp_call.sh <tool_name> [json_args]scripts/get_live_news.sh [json_args]scripts/get_wsb_analysis.sh [json_args]scripts/get_wsb_discussion.sh [json_args]scripts/get_stock_news.sh [json_args]scripts/get_options_data.sh [json_args]scripts/search_news.sh [json_args]scripts/get_trump_posts.sh [json_args]# latest Chinese live news
skills/sell-the-news/scripts/get_live_news.sh '{"lang":"zh","limit":5}'
# NVDA news
skills/sell-the-news/scripts/get_stock_news.sh '{"ticker":"NVDA","limit":10}'
# search tariff-related news
skills/sell-the-news/scripts/search_news.sh '{"query":"tariff","lang":"en","sort":"time","limit":10}'
# options data for SPY
skills/sell-the-news/scripts/get_options_data.sh '{"ticker":"SPY","greeks":"gamma,vanna"}'
curl for transport. In testing, curl worked while some simpler HTTP clients hit Cloudflare friction.text/event-stream; the wrapper extracts JSON from data: lines.