← 返回 Skills 市场
tingtt1107

goldskill

作者 tingtt1107 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
70
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install goldskill
功能描述
Provides real-time futures quotes, technical analysis, and news for gold, silver, crude oil, natural gas, and copper markets.
使用说明 (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"]
安全使用建议
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.
功能分析
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.
能力标签
requires-sensitive-credentials
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install goldskill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /goldskill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug goldskill
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

goldskill 是什么?

Provides real-time futures quotes, technical analysis, and news for gold, silver, crude oil, natural gas, and copper markets. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 70 次。

如何安装 goldskill?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install goldskill」即可一键安装,无需额外配置。

goldskill 是免费的吗?

是的,goldskill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

goldskill 支持哪些平台?

goldskill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 goldskill?

由 tingtt1107(@tingtt1107)开发并维护,当前版本 v1.0.0。

💬 留言讨论