← Back to Skills Marketplace
tingtt1107

goldskill

by tingtt1107 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
70
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install goldskill
Description
Provides real-time futures quotes, technical analysis, and news for gold, silver, crude oil, natural gas, and copper markets.
README (SKILL.md)

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"]
Usage Guidance
This skill appears coherent for fetching market quotes, indicators, and news. Before installing: (1) be aware pip will install packages into your environment—review requirements.txt and consider installing into a virtualenv; (2) the skill will make outbound HTTP requests to news and market-data endpoints (normal for this functionality); (3) do not supply your OPENAI_API_KEY unless you want the optional features that use it; (4) the skill's source/homepage is unknown—if you need higher assurance, review the full agent.py file locally (search for unexpected network endpoints, subprocess calls, or credential usage), run the provided health check, and consider running it in a sandboxed environment.
Capability Analysis
Type: OpenClaw Skill Name: goldskill Version: 1.0.0 The 'goldskill' bundle is a legitimate quantitative analysis tool for commodities like gold, silver, and crude oil. The core logic in `agent.py` fetches market data from public sources (Yahoo Finance, Stooq, and various RSS news feeds) and performs standard technical analysis (RSI, MACD, Bollinger Bands). There is no evidence of data exfiltration, malicious command execution, or prompt injection; the code is well-structured and aligns perfectly with its stated purpose.
Capability Tags
requires-sensitive-credentials
Capability Assessment
Purpose & Capability
Name and description (real-time quotes, technical indicators, news) match the included files (agent.py), the declared Python dependencies (yfinance, requests), and the SKILL.md triggers for commodity symbols.
Instruction Scope
SKILL.md only instructs standard installation (pip install -r requirements.txt), a health check (python3 agent.py --test), and sets trigger patterns. It does not ask the agent to read unrelated files or hidden system credentials. The code fetches RSS/news and market data as expected.
Install Mechanism
No special install spec in registry; SKILL.md uses a conventional pip3 install -r requirements.txt. Requirements list only yfinance and requests — standard PyPI packages for finance and HTTP access. This is normal for the stated purpose.
Credentials
The skill does not require environment variables or credentials. SKILL.md lists an optional OPENAI_API_KEY for non-core features; this is reasonable but optional. primaryEnv: python is a bookkeeping field, not a secret.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request permanent elevated privileges or modify other skills' config. Autonomous invocation is allowed by default and not by itself a problem here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install goldskill
  3. After installation, invoke the skill by name or use /goldskill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
goldskill 1.0.0 - Initial release of an international futures quantitative analysis system. - Supports real-time market data, technical analysis, and relevant news for gold (XAUUSD), silver (XAGUSD), crude oil (CRUDEOIL), natural gas (NATGAS), and copper (COPPER). - Includes keyword triggers for multiple languages and commodities. - Installation via pip and health-check command provided.
Metadata
Slug goldskill
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

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.

💬 Comments