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.
Why use this skill?
Get upcoming US stock earnings announcements for companies over $2B. Organize weekly schedules into clean markdown tables with this powerful OpenClaw skill.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/veeramanikandanr48/earnings-calendarWhat This Skill Does
The earnings-calendar skill is a specialized tool designed to provide investors and market analysts with timely, structured data regarding upcoming US stock earnings announcements. By leveraging the Financial Modeling Prep (FMP) API, the skill aggregates critical information for companies with a market capitalization of $2B or greater. This ensures that users focus on high-impact, mid-to-large-cap entities that are most likely to influence broader market sentiment. The skill automatically fetches relevant data for the upcoming week and presents it in a clear, easy-to-read markdown table format. It categorizes events by date and the specific timing of the release (Before Market Open, After Market Close, or Time Not Announced), providing a comprehensive view of the market's schedule.
Installation
To install this skill, run the following command in your terminal:
clawhub install openclaw/skills/skills/veeramanikandanr48/earnings-calendar
Once installed, ensure your FMP_API_KEY is exported as an environment variable (e.g., export FMP_API_KEY="your_key_here") for seamless access in CLI and Desktop environments. For web users, simply input your key when prompted during the skill's initial execution.
Use Cases
- Weekly Market Planning: Use this skill at the start of every week to identify which major players have scheduled earnings calls.
- Portfolio Monitoring: Stay ahead of potential volatility by tracking earnings dates for specific sectors or companies within your holdings.
- Trend Analysis: Analyze the concentration of earnings reports across the week to understand when market volatility might be highest.
Example Prompts
- "Which companies with a market cap over $2 billion are reporting earnings this coming week?"
- "Can you provide a markdown table of the earnings calendar for the next 7 days, including EPS estimates?"
- "Show me all the 'After Market Close' earnings reports scheduled for this Thursday."
Tips & Limitations
- API Limits: The free tier of the FMP API provides 250 calls per day; ensure your workflow stays within this limit to avoid service interruptions.
- Market Cap Focus: The skill specifically filters for mid-cap and above companies (>$2B). If you are looking for micro-cap or penny stocks, this tool may exclude that data.
- Date Sensitivity: Always ensure your system date is synchronized, as the calculation of the 'next 7 days' relies on accurate local time tracking.
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-earnings-calendar": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api
Related Skills
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.
security-reviewer
Use when conducting security audits, reviewing code for vulnerabilities, or analyzing infrastructure security. Invoke for SAST scans, penetration testing, DevSecOps practices, cloud security reviews.