实时财经数据查询技能 - 支持A股、港股、美股、黄金、原油、VIX、美债等
Scanned 9/9/2026
Install to Claude Code
npx -y skills add Lord1Egypt/awesome-skill-forge --skill realtime-finance --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Realtime Finance?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/lord1egypt-realtime-finance)More formats (shields.io, HTML) on the badges page.
---
name: realtime-finance
description: "实时财经数据查询技能 - 支持A股、港股、美股、黄金、原油、VIX、美债等"
metadata:
openclaw:
emoji: "📈"
requires:
bins: ["python3"]
triggers:
- "股价"
- "行情"
- "实时"
- "大盘"
- "指数"
- "涨跌"
- "外汇"
- "期货"
- "VIX"
- "黄金"
- "原油"
- "美债"
- "美元指数"
- "A股"
- "美股"
- "港股"
---
# 实时财经数据技能
使用新浪财经 + Yahoo Finance 获取实时财经数据。
## 支持的数据
| 市场 | 数据源 | 示例 |
|------|--------|------|
| A股 | 新浪财经 | 茅台、宁德时代、上证指数 |
| 港股 | 新浪财经 | 腾讯、阿里、美团 |
| 美股 | Yahoo Finance | AAPL、TSLA、NVDA |
| 大宗商品 | Yahoo Finance | 黄金(GC=F)、原油(CL=F) |
| 指数 | Yahoo Finance | VIX、美债收益率(TNX) |
| 外汇 | Yahoo Finance | 美元指数(DXY) |
## 工具调用
当用户询问财经数据时,自动调用:
```bash
python3 ~/.openclaw/workspace/skills/realtime-finance/realtime_finance.py <查询内容>
```
## 触发条件
- "查一下茅台股价"
- "今天大盘怎么样"
- "VIX多少"
- "黄金价格"
- "美股行情"
- "美债收益率"
## 依赖
- Python 3
- yfinance: `pip3 install yfinance`
## 文件位置
`~/.openclaw/workspace/skills/realtime-finance/`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...