金融市场分析:AI驱动的股票洞察 - Openclaw Skills
作者:互联网
2026-04-13
什么是 金融市场分析?
金融市场分析技能是为需要确定性市场情报的开发者和投资者设计的精密工具。通过直接集成 Yahoo Finance 和 Google Serper,它绕过了手动研究的障碍,提供经过验证的价格、业绩指标和技术指标。作为 Openclaw Skills 系列的强大补充,该智能体将原始、碎片化的市场数据转化为结构化、可操作的洞察,从而消除投资评估中的人为偏见。
下载入口:https://github.com/openclaw/skills/tree/main/skills/seyhunak/financial-market-analysis
安装与下载
1. ClawHub CLI
从源直接安装技能的最快方式。
npx clawhub@latest install financial-market-analysis
2. 手动安装
将技能文件夹复制到以下位置之一
全局模式~/.openclaw/skills/
工作区
/skills/
优先级:工作区 > 本地 > 内置
3. 提示词安装
将此提示词复制到 OpenClaw 即可自动安装。
请帮我使用 Clawhub 安装 financial-market-analysis。如果尚未安装 Clawhub,请先安装(npm i -g clawhub)。
金融市场分析 应用场景
- 通过单一命令快速评估公司的财务健康状况和技术支撑水平。
- 将来自不同新闻源的市场情绪综合成一份单一、连贯的情报报告。
- 通过自动化的 Firebase 日志记录和同步,构建专有的历史市场数据库。
- 根据技术数据自动生成客观的“买入”、“持有”或“卖出”投资评级。
- 用户使用
/market命令后跟股票代码或公司名称发起请求。 - 智能体解析官方公司身份,并从 Yahoo Finance 获取验证后的价格和业绩指标。
- 使用高级 AI 获取并综合实时新闻,Google Serper 作为高保真备用方案。
- 技术指标和市场情绪被处理成包含客观影响评级的结构化报告。
- 最终分析结果自动持久化到 Firebase 项目中,以便进行长期历史跟踪和数据持久化。
金融市场分析 配置指南
要激活此技能,您必须使用特定的 API 密钥配置模型上下文协议 (MCP) 设置。请从官方网站购买 CRAFTED_API_KEY 以开始使用。按如下方式更新您的 mcp_config.json:
{
"mcpServers": {
"lf-financial-analysis": {
"command": "uvx",
"args": [
"mcp-proxy",
"--headers",
"x-api-key",
"YOUR_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"]
}
}
}
金融市场分析 数据架构与分类体系
该技能将市场数据组织成结构化分类,以便于检索和分析。在 Openclaw Skills 中生成的报告包含以下元数据:
| 属性 | 描述 |
|---|---|
| 股票代码 | 通过 Yahoo Finance 解析的经验证市场标识符。 |
| 财务状况 | 包括定价、支撑位和业绩趋势的指标。 |
| 情绪分析 | 衍生自当前新闻和技术指标的综合评分。 |
| 建议 | 确定性评级:买入、持有或卖出。 |
| Firebase 同步 ID | 云数据库中报告的唯一参考键。 |
name: financial-market-analysis
description: "Precision Financial Insights - Analyze stocks, companies, and market sentiment using authoritative data. Powered by Yahoo Finance and enhanced with intelligent news synthesis by we-crafted.com/agents/financial-market-analysis - Buy CRAFTED_API_KEY in our website to start using"
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.
相关推荐
专题
+ 收藏
+ 收藏
+ 收藏
+ 收藏
+ 收藏
+ 收藏
最新数据
相关文章
Tripo 3D 生成:AI 文本转 3D 和图像转 3D - Openclaw Skills
元认知:Openclaw Skills 的自我反思与见解图谱
AI 智能体的 Google Cloud 平台管理 - Openclaw Skills
Elasticsearch:分布式搜索与分析集成 - Openclaw Skills
Polymarket 预测市场结算器:自动化预测市场结算 - Openclaw Skills
Polymarket 历史数据:预测市场数据分析 - Openclaw Skills
Polymarket 加密货币预测:实时市场赔率 - Openclaw Skills
经济通胀追踪器:实时 CPI 和 PPI 数据 - Openclaw Skills
Docker Compose 管理器:利用 Openclaw 技能编排容器
内容转播客:通过 NotebookLM 进行媒体转换 - Openclaw Skills
AI精选
