goldskill
/install goldskill
name: goldskill version: 1.0.0 description: 国际期货量化分析系统,支持黄金(XAUUSD)、白银(XAGUSD)、原油(CRUDEOIL)、天然气(NATGAS)、铜(COPPER)的实时行情、技术指标分析和相关新闻 primaryEnv: python install: command: pip3 install -r requirements.txt cwd: "${SKILL_DIR}" requires: env: - name: OPENAI_API_KEY required: false description: "OpenAI API Key(可选,不影响核心功能)" system:
- python3 healthCheck: command: python3 agent.py --test interval: 3600 triggers:
- pattern: "(黄金|金价|gold|XAU)" symbols: ["XAUUSD"]
- pattern: "(白银|银价|silver|XAG)" symbols: ["XAGUSD"]
- pattern: "(原油|油价|oil|WTI|Brent|OPEC)" symbols: ["CRUDEOIL"]
- pattern: "(天然气|气价|natgas|LNG)" symbols: ["NATGAS"]
- pattern: "(铜|铜价|copper)" symbols: ["COPPER"]
- pattern: "(大宗商品|期货|commodity)" symbols: ["XAUUSD", "XAGUSD", "CRUDEOIL", "NATGAS", "COPPER"]
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install goldskill - After installation, invoke the skill by name or use
/goldskill - Provide required inputs per the skill's parameter spec and get structured output
What is goldskill?
Provides real-time futures quotes, technical analysis, and news for gold, silver, crude oil, natural gas, and copper markets. It is an AI Agent Skill for Claude Code / OpenClaw, with 70 downloads so far.
How do I install goldskill?
Run "/install goldskill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is goldskill free?
Yes, goldskill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does goldskill support?
goldskill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created goldskill?
It is built and maintained by tingtt1107 (@tingtt1107); the current version is v1.0.0.