← Back to Skills Marketplace
254
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install gold-monitor-cn
Description
A股黄金生态链监控工具 - 国内黄金ETF(159937/518880等)、上海金交所AU9999现货、国际COMEX黄金期货、美元指数、人民币汇率USD/CNY、A股黄金矿业股(赤峰/山东/中金等)全链路监控。区别于其他黄金技能,独占黄金ETF和矿业股联动分析,适合中国投资者。
README (SKILL.md)
Gold Monitor - 黄金价格监控工具
核心功能
实时监控国内外黄金价格及相关指标,辅助判断黄金ETF走势。
快速查询(直接运行脚本)
python3 {技能目录}/scripts/gold_monitor.py
监控指标一览
| 指标 | 说明 | 重要性 |
|---|---|---|
| 国内黄金ETF | 159937/159934/518880等 | ⭐⭐⭐ 直接跟踪 |
| AU9999现货价 | 上海金交所基准价 | ⭐⭐⭐ 现货基准 |
| COMEX黄金期货 | GC00Y主力合约 | ⭐⭐⭐ 国际基准 |
| 美元指数 DXY | 与黄金负相关极强 | ⭐⭐⭐ 领先指标 |
| USD/CNY | 汇率影响国内金价 | ⭐⭐ 汇率传导 |
| 黄金矿业股 | 赤峰/山东/中金等 | ⭐⭐ 产业联动 |
关键指标解读
核心信号(最重要)
- 美元指数走弱 → 黄金多头信号(负相关约-0.8)
- COMEX黄金期货上涨 → 国际金价方向确认
- 黄金矿业股大涨 → 产业资本提前布局,领先信号
- 黄金ETF成交量放大 → 资金大幅入场
次要信号
- 人民币贬值(USD/CNY上涨) → 国内金价被动抬高
- 黄金ETF出现溢价 → 短期情绪过热,回调风险
- 央行增持黄金储备 → 长期利好信号
指标联动逻辑
国际金价(美元) → 汇率换算 → 国内金价 → 黄金ETF
↑ ↓
美元指数 人民币汇率
↓ ↑
实际利率/通胀预期
使用场景
日常监控(运行脚本):
python3 skills/gold-monitor/scripts/gold_monitor.py
分析解读:
- 黄金ETF近期走势如何?
- 现在适合买黄金ETF吗?(结合多指标判断)
- 国内外金价差多少?
脚本输出示例
============================================================
🥇 黄金指标监控面板
更新时间: 2026-03-30 00:15:00
============================================================
📊 【国内黄金ETF】
代码 名称 最新价 涨跌幅
159937 黄金ETF博时 9.476 +0.52%
159934 黄金ETF易方达 9.922 +0.52%
📊 【COMEX黄金期货】
COMEX黄金(GC00Y) $4489.7/盎司 +2.59%
📊 【美元指数】
UDI 美元指数 100.19 +0.24%
📊 【A股黄金矿业股】
赤峰黄金 39.80 +6.70%(产业联动领先信号)
注意事项
- 数据延迟:akshare数据有延迟,以实际行情为准
- 非投资建议:数据仅供参考,不构成投资建议
- 多指标共振:单一指标易失真,多指标共振更可靠
Usage Guidance
The skill appears coherent and focused on market monitoring. Before running: (1) inspect the bundled script (it is small and readable) and decide if you trust akshare as a data source; (2) install dependencies in a dedicated virtual environment (pip install akshare pandas) rather than system-wide; (3) run it on a machine/network where outgoing HTTP requests to data providers are acceptable; (4) remember it makes network calls to fetch market data and does not require any secrets—treat outputs as informational, not investment advice.
Capability Analysis
Type: OpenClaw Skill
Name: gold-monitor-cn
Version: 1.0.0
The skill bundle is a legitimate financial monitoring tool for gold-related assets. The Python script 'scripts/gold_monitor.py' uses the standard 'akshare' library to fetch public market data for ETFs, futures, and exchange rates, and the 'SKILL.md' file provides clear, non-malicious instructions for the agent to execute the script.
Capability Assessment
Purpose & Capability
Name/description promise (gold/ETF/COMEX/DXY/USD-CNY/miners monitoring) aligns with the included Python script which uses akshare to fetch market data. Declared requirement (python3) is appropriate and proportional.
Instruction Scope
SKILL.md simply instructs running the bundled script. The script only calls akshare data functions and prints summaries; it does not read unrelated system files, access environment secrets, or send data to unexpected external endpoints beyond akshare's network requests.
Install Mechanism
No install spec is provided (instruction-only). The script depends on third-party Python packages (akshare, pandas) but the skill does not provide an installation step — user must install dependencies. This is not a security concern but is operationally important.
Credentials
The skill requires no environment variables, credentials, or config paths. There are no requests for unrelated secrets or broad credential access.
Persistence & Privilege
always is false and the skill does not attempt to persist, modify other skills, or alter system-wide settings. Autonomous invocation is allowed by default but the skill has no privileged operations.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install gold-monitor-cn - After installation, invoke the skill by name or use
/gold-monitor-cn - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release - A股黄金生态链监控,独家支持黄金ETF和矿业股联动分析
Metadata
Frequently Asked Questions
What is Gold Monitor CN 黄金监控?
A股黄金生态链监控工具 - 国内黄金ETF(159937/518880等)、上海金交所AU9999现货、国际COMEX黄金期货、美元指数、人民币汇率USD/CNY、A股黄金矿业股(赤峰/山东/中金等)全链路监控。区别于其他黄金技能,独占黄金ETF和矿业股联动分析,适合中国投资者。 It is an AI Agent Skill for Claude Code / OpenClaw, with 254 downloads so far.
How do I install Gold Monitor CN 黄金监控?
Run "/install gold-monitor-cn" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Gold Monitor CN 黄金监控 free?
Yes, Gold Monitor CN 黄金监控 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Gold Monitor CN 黄金监控 support?
Gold Monitor CN 黄金监控 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Gold Monitor CN 黄金监控?
It is built and maintained by Song_0828 (@song0828); the current version is v1.0.0.
More Skills