What problem does it solve? Getting timely, sentiment-analyzed news for a specific crypto token, perpetual contract, or stock usually requires manual searching across many sources. This Skill fetches backend-analyzed news items with bullish/bearish sentiment labels for a single asset, with a web fallback chain for macro or uncovered topics. ## Core Features & Use Cases - Asset-Scoped News Fetching: Run tribes-cli news fetch with --kind token|perp|stock to retrieve headlines, sources, timestamps, and sentiment for one asset, with cursor-based pagination. - Sentiment Analysis: Each item carries a bullish | bearish | neutral | unknown label, enabling a quick net-sentiment read for trading decisions. - Web Fallback Chain: When the CLI has no matching kind (macro, commodities) or fails, fall back to targeted web search, RSS feeds, and browser-based fetching. - Use Case: Before trading NVDA or a BTC perp, fetch the latest analyzed news, summarize headline themes and net sentiment, and derive a trading implication. ## Quick Start Fetch the latest sentiment-analyzed news for the BTC perpetual and summarize the headline themes and net sentiment.