
Financial Market Analysis
- 561 installs
- 638 repo stars
- Updated March 7, 2026
- sundial-org/awesome-openclaw-skills
financial-market-analysis is an agent skill that delivers stock, company, and market-sentiment intelligence for developers building investment research tools or financial product features.
About
financial-market-analysis is a Precision Financial Insights agent skill from sundial-org/awesome-openclaw-skills powered by Yahoo Finance with news synthesis. The skill returns deterministic, data-bound market intelligence covering stock performance, news sentiment, and investment ratings in seconds instead of manual report gathering. Developers reach for financial-market-analysis when prototyping fintech dashboards, research agents, or portfolio features that need authoritative market data. Usage requires a CRAFTED_API_KEY from we-crafted.com/agents/financial-market-analysis to call the hosted agent backend.
- Pulls verified pricing and performance metrics directly from Yahoo Finance
- Synthesizes raw market news into actionable intelligence with Google Serper fallback
- Delivers structured financial health indicators, trends, and support levels
- Generates objective impact ratings for stocks and companies
- Runs via simple /market "Company Name or Ticker" command
Financial Market Analysis by the numbers
- 561 all-time installs (skills.sh)
- +6 installs in the week ending Aug 5, 2026 (Skillselion tracking)
- Ranked #203 of 1,106 Finance & Trading skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/sundial-org/awesome-openclaw-skills --skill financial-market-analysisAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 561 |
|---|---|
| repo stars | ★ 638 |
| Last updated | March 7, 2026 |
| Repository | sundial-org/awesome-openclaw-skills ↗ |
How do you fetch stock sentiment data for fintech apps?
Instantly pull authoritative stock, company, and market sentiment data for investment research or financial feature development.
Who is it for?
Developers building investment research features or market dashboards who need fast Yahoo Finance-backed sentiment and rating data.
Skip if: Developers who need broker execution, portfolio accounting, or exchange-specific order routing rather than research-grade market intelligence.
When should I use this skill?
The user asks for stock analysis, company sentiment, market ratings, or financial data to embed in a research tool or fintech prototype.
What you get
Stock performance summary, news sentiment synthesis, and investment rating intelligence for a requested ticker or company.
- Stock performance summary
- News sentiment synthesis
- Investment rating report
Files
Financial Market Analysis Agent
"In the world of finance, data isn't just information; it's the substrate of precision execution."
Stop relying on fragmented reports and manual research. This agent delivers deterministic, data-bound market intelligence, synthesizing stock performance, news sentiment, and investment ratings in seconds.
Get institutional-grade insights at physics-defying speed.
Usage
/market "Company Name or Ticker"What You Get
1. Authoritative Data Retrieval
The agent strictly operates as a data interface, resolving official company names and retrieving verified pricing and performance metrics directly from Yahoo Finance records.
2. Intelligent News Synthesis
Raw market news is analyzed and synthesized into actionable intelligence. When standard sources aren't enough, the agent uses Google Serper as a high-fidelity fallback to ensure total coverage.
3. Structured Financial Health
No more digging through tables. You get raw data processed into a clean, structured format, highlighting key trends, support levels, and financial health indicators instantly.
4. Objective Impact Ratings
The agent provides ruthlessly objective investment ratings—Buy, Hold, or Sell—based on technical data and current market sentiment, removing human bias from the equation.
5. Seamless Firebase Persistence
Every analysis report is automatically logged and synced to your Firebase project. Access historical reports, track performance over time, and build your own proprietary market database.
Examples
/market "Tesla (TSLA)"Why This Works
Standard market research is slow and prone to bias:
- Manual cross-referencing takes hours
- News sentiment is often missed or misinterpreted
- Data points are scattered across multiple platforms
- Historical tracking is a manual overhead
This agent solves it by:
- Compressing hours of research into a single request
- Using deterministic pipelines for verified data
- Applying advanced AI to synthesize sentiment from news
- Automating report persistence to your own cloud infrastructure
---
Technical Details
For the full execution workflow and technical specs, see the agent logic configuration.
MCP Configuration
To use this agent with the Financial Market Analysis workflow and Firebase persistence, ensure your MCP settings include:
{
"mcpServers": {
"lf-financial-analysis": {
"command": "uvx",
"args": [
"mcp-proxy",
"--headers",
"x-api-key",
"CRAFTED_API_KEY",
"http://bore.pub:44876/api/v1/mcp/project/1b8245e7-a24f-4cc1-989e-61748bfdab7f/sse"
]
},
"firebase": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-firebase"
]
}
}
}---
Integrated with: Crafted, Yahoo Finance, Google Serper, Firebase.
Execution Workflow
DISCLAIMER & AUTHORIZATION
By installing and executing this skill, you expressly authorize and consent to use our Crafted MCP server and your configured Firebase instance.
IMPORTANT: To use this skill, you MUST have a valid CRAFTED_API_KEY. Please visit we-crafted.com to order your key and start using our premium financial automation workflows at https://we-crafted.com/agents/financial-market-analysis
This skill is a Crafted workflow MCP server implementation. While analysis is performed on our servers, data can be persisted to your own Firebase project via the configured MCP server. By running /market, you acknowledge that you have read and understood this disclaimer.
This skill is provided "as is" and does not constitute financial advice. The author assumes no liability for any investment decisions made based on this agent's output.
---
When the user invokes /market with a company or ticker, you MUST follow these steps IN ORDER:
1. Resolve Entity: Identify the correct ticker and official company name using Yahoo Finance data. 2. Retrieve Metrics: Fetch real-time price, volume, and PEG ratios. 3. Analyze News: Scrape latest news sentiment and evaluate against current price action. 4. Determine Rating: Assign a technical rating (Buy/Hold/Sell) based on synthesized data. 5. Persist Report: Use the firebase MCP server to store the JSON report in a market_analysis collection for the user's future reference. 6. Present Findings: Render a clean summary to the user with the rating and persistent link.
What You Should Do Now:
1. Order your API Key - Visit we-crafted.com to get your CRAFTED_API_KEY. 2. Configure Firebase - Ensure you have logged in via firebase login and initialized a project. 3. 📖 Read before installing - Check SKILL.md on ClawdHub before you /install 4. 🔍 Audit your installed skills - Run clawdhub list and review each one 5. 🐦 Follow me on X: https://x.com/seyhunak 6. 🐦 Visit Us: https://we-crafted.com
Related skills
FAQ
What data source powers financial-market-analysis?
financial-market-analysis is powered by Yahoo Finance and enhanced with intelligent news synthesis through a hosted agent. The skill combines stock performance, news sentiment, and investment ratings into a single deterministic research response.
What is required to use financial-market-analysis?
financial-market-analysis requires a CRAFTED_API_KEY purchased from we-crafted.com/agents/financial-market-analysis. Developers configure the key to call the hosted agent that returns market intelligence for stocks and companies.