Gold Monitor CN 黄金监控

v1.0.0

A股黄金生态链监控工具 - 国内黄金ETF(159937/518880等)、上海金交所AU9999现货、国际COMEX黄金期货、美元指数、人民币汇率USD/CNY、A股黄金矿业股(赤峰/山东/中金等)全链路监控。区别于其他黄金技能,独占黄金ETF和矿业股联动分析,适合中国投资者。

0· 248·2 current·2 all-time
bySong_0828@song0828

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for song0828/gold-monitor-cn.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Gold Monitor CN 黄金监控" (song0828/gold-monitor-cn) from ClawHub.
Skill page: https://clawhub.ai/song0828/gold-monitor-cn
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required binaries: python3
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install gold-monitor-cn

ClawHub CLI

Package manager switcher

npx clawhub@latest install gold-monitor-cn
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

🥇 Clawdis
Binspython3
latestvk97azzk5ak8bx3zvqfpqvgtr3n83wmcp
248downloads
0stars
1versions
Updated 4w ago
v1.0.0
MIT-0

Gold Monitor - 黄金价格监控工具

核心功能

实时监控国内外黄金价格及相关指标,辅助判断黄金ETF走势。

快速查询(直接运行脚本)

python3 {技能目录}/scripts/gold_monitor.py

监控指标一览

指标说明重要性
国内黄金ETF159937/159934/518880等⭐⭐⭐ 直接跟踪
AU9999现货价上海金交所基准价⭐⭐⭐ 现货基准
COMEX黄金期货GC00Y主力合约⭐⭐⭐ 国际基准
美元指数 DXY与黄金负相关极强⭐⭐⭐ 领先指标
USD/CNY汇率影响国内金价⭐⭐ 汇率传导
黄金矿业股赤峰/山东/中金等⭐⭐ 产业联动

关键指标解读

核心信号(最重要)

  1. 美元指数走弱 → 黄金多头信号(负相关约-0.8)
  2. COMEX黄金期货上涨 → 国际金价方向确认
  3. 黄金矿业股大涨 → 产业资本提前布局,领先信号
  4. 黄金ETF成交量放大 → 资金大幅入场

次要信号

  1. 人民币贬值(USD/CNY上涨) → 国内金价被动抬高
  2. 黄金ETF出现溢价 → 短期情绪过热,回调风险
  3. 央行增持黄金储备 → 长期利好信号

指标联动逻辑

国际金价(美元) → 汇率换算 → 国内金价 → 黄金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%(产业联动领先信号)

注意事项

  1. 数据延迟:akshare数据有延迟,以实际行情为准
  2. 非投资建议:数据仅供参考,不构成投资建议
  3. 多指标共振:单一指标易失真,多指标共振更可靠

Comments

Loading comments...