market-news-analyst
This skill should be used when analyzing recent market-moving news events and their impact on equity markets and commodities. Use this skill when the user requests analysis of major financial news from the past 10 days, wants to understand market reactions to monetary policy decisions (FOMC, ECB, BOJ), needs assessment of geopolitical events' impact on commodities, or requires comprehensive review of earnings announcements from mega-cap stocks. The skill automatically collects news using WebSearch/WebFetch tools and produces impact-ranked analysis reports. All analysis thinking and output are conducted in English.
Why use this skill?
Analyze market-moving news with the Market News Analyst skill. Get impact-ranked reports on FOMC decisions, earnings, and commodities in seconds.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/veeramanikandanr48/market-news-analystWhat This Skill Does
The Market News Analyst is an advanced OpenClaw agent skill designed to synthesize, evaluate, and report on high-impact financial news from the previous 10-day window. By leveraging integrated WebSearch and WebFetch capabilities, this skill autonomously aggregates data across monetary policy, macroeconomic indicators, mega-cap earnings, and geopolitical tensions. Unlike generic news scrapers, this skill performs a qualitative impact assessment, ranking events by their significance to US equity markets and global commodity price movements, delivering structured, actionable intelligence in English.
Installation
To install this skill, run the following command in your terminal:
clawhub install openclaw/skills/skills/veeramanikandanr48/market-news-analyst
This command retrieves the package directly from the openclaw/skills repository, ensuring you have the latest stable version of the analyst agent.
Use Cases
This skill is specifically optimized for financial analysts, traders, and investors who require a rapid distillation of complex market data. Use this skill when you need to understand the ripple effects of central bank mandates (FOMC, ECB), analyze how geopolitical supply shocks impact crude oil or gold, or perform a rigorous summary of mega-cap quarterly performance. It eliminates the time-consuming process of manual data gathering across multiple financial news portals.
Example Prompts
- "Analyze the major market news from the past 10 days and rank the top three events by their impact on the S&P 500."
- "How did the latest FOMC meeting minutes influence market sentiment regarding future interest rate cuts?"
- "Review the recent earnings reports from NVIDIA and Apple and provide a summary of how their guidance affected the broader tech sector."
Tips & Limitations
The Market News Analyst is most effective when given clear context regarding the assets or indices you are monitoring. Note that this skill is limited to a 10-day lookback period; for historical time-series analysis beyond this scope, supplemental data tools may be required. Ensure your network configuration allows for external web requests, as the agent relies on live connectivity to verify news veracity across trusted sources. The quality of analysis is dependent on the availability of public domain news; private internal reports are not accessible.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-veeramanikandanr48-market-news-analyst": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, data-collection
Related Skills
earnings-calendar
This skill retrieves upcoming earnings announcements for US stocks using the Financial Modeling Prep (FMP) API. Use this when the user requests earnings calendar data, wants to know which companies are reporting earnings in the upcoming week, or needs a weekly earnings review. The skill focuses on mid-cap and above companies (over $2B market cap) that have significant market impact, organizing the data by date and timing in a clean markdown table format. Supports multiple environments (CLI, Desktop, Web) with flexible API key management.
better-auth
Self-hosted auth for TypeScript/Cloudflare Workers with social auth, 2FA, passkeys, organizations, RBAC, and 15+ plugins. Requires Drizzle ORM or Kysely for D1 (no direct adapter). Self-hosted alternative to Clerk/Auth.js. Use when: self-hosting auth on D1, building OAuth provider, multi-tenant SaaS, or troubleshooting D1 adapter errors, session caching, rate limits, Expo crashes, additionalFields bugs.
dividend-growth-pullback-screener
Use this skill to find high-quality dividend growth stocks (12%+ annual dividend growth, 1.5%+ yield) that are experiencing temporary pullbacks, identified by RSI oversold conditions (RSI ≤40). This skill combines fundamental dividend analysis with technical timing indicators to identify buying opportunities in strong dividend growers during short-term weakness.
cli-developer
Use when building CLI tools, implementing argument parsing, or adding interactive prompts. Invoke for CLI design, argument parsing, interactive prompts, progress indicators, shell completions.
options-strategy-advisor
Options trading strategy analysis and simulation tool. Provides theoretical pricing using Black-Scholes model, Greeks calculation, strategy P/L simulation, and risk management guidance. Use when user requests options strategy analysis, covered calls, protective puts, spreads, iron condors, earnings plays, or options risk management. Includes volatility analysis, position sizing, and earnings-based strategy recommendations. Educational focus with practical trade simulation.