← 返回 Skills 市场
433
总下载
0
收藏
2
当前安装
4
版本数
在 OpenClaw 中安装
/install gold-price-report
功能描述
Gold/silver price lookup and market brief. Use when the user asks things like 查金价, 黄金多少钱, 今日金价, 白银价格, 品牌金价, 老凤祥/周大福/周生生金价, 沪金/沪银/comex黄金/comex白银, or wants a...
使用说明 (SKILL.md)
Gold Price Report
Use the bundled script to fetch three quote panels from a real-time precious-metals quote source.
What this skill returns
- Related spot products: 现货黄金、现货白银、现货铂金、现货钯金、中国香港黄金、中国台湾黄金
- Physical gold brands: 老凤祥、周大福、周生生、老庙、周六福、六福珠宝、周大生、菜百
- Precious-metals futures: 沪金、沪银、comex黄金、comex白银、沪铜
Default workflow
- Run
scripts/fetch_gold_panels.py --format mdfor a human-readable report. - If the user wants structured output, run with
--format json. - If the user wants only one or two panels, use
--sectionswith comma-separated values from:relatedphysicalfutures
- Summarize in plain Chinese unless the user asks for raw data only.
Commands
Markdown report
python3 skills/gold-price-report/scripts/fetch_gold_panels.py --format md
JSON output
python3 skills/gold-price-report/scripts/fetch_gold_panels.py --format json
Only selected panels
python3 skills/gold-price-report/scripts/fetch_gold_panels.py --sections related,physical --format md
Notes
- The underlying quote API is machine-readable.
- Prices are fetched from a bundled real-time quote source (see script).
- For the
relatedandphysicalsections, display latest price. - For the
futuressection, display latest price and change percent. - If a quote is missing, report it as
----rather than inventing a value. - For scheduled reports, prefer the markdown format and a concise summary.
安全使用建议
This skill appears to do what it claims: run the included Python script to fetch and format gold/silver price panels. Before installing, note that: (1) the script will make outbound HTTPS requests to aibuy.cloud (verify you are comfortable with that external provider), (2) the environment must have python3 and the 'requests' package installed (the skill doesn't declare this), and (3) the API is third-party and not an official exchange endpoint, so verify data quality if you need authoritative prices. If you need stronger privacy or trust guarantees, review the API provider or replace the endpoint with one you control.
功能分析
Type: OpenClaw Skill
Name: gold-price-report
Version: 1.1.1
The skill is designed to fetch and report real-time gold, silver, and precious metal prices. The Python script `scripts/fetch_gold_panels.py` retrieves data from a specific financial API (api-gold.aibuy.cloud) and formats it as Markdown or JSON. There are no signs of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
Name/description describe real-time precious-metals quotes and the bundled Python script fetches exactly those quotes. There are no unrelated environment variables, binaries, or config paths requested.
Instruction Scope
SKILL.md only instructs running the included script with format/sections flags and to summarize results; the script only reads its SECTIONS mapping, calls a remote quote API, formats JSON/markdown, and prints output. It does not read local files, other env vars, or send data to third parties beyond the quote API.
Install Mechanism
No install spec (instruction-only) which is low risk, but the Python script imports the third-party 'requests' library and assumes python3 is available. The skill does not declare this dependency; you may need to ensure 'requests' is installed in the runtime environment.
Credentials
The skill requests no credentials or environment variables. Its network access is limited to a single external API endpoint (https://api-gold.aibuy.cloud/quoteCenter/realTime.htm), which is consistent with its purpose but is an external dependency to be aware of.
Persistence & Privilege
The skill does not request persistent or elevated privileges and is not marked always:true. It does not modify other skills or agent-wide configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install gold-price-report - 安装完成后,直接呼叫该 Skill 的名称或使用
/gold-price-report触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.1
- Added skill metadata file (_meta.json) to improve compatibility and discovery.
- No changes to scripts or user-facing functionality.
v1.1.0
- Updated skill description and documentation to generalize the quote source, removing references to Jijinhao/CNGold.
- Minor clarifications and removals in the SKILL.md for source and implementation details.
- Internal scripts and metadata cleanup: removed origin and meta JSON files.
v1.0.1
Improve trigger metadata, add workspace skill markers, keep gold/silver report scripts bundled.
v1.0.0
Initial release: fetch related spot products, physical gold brand prices, and precious-metals futures from Jijinhao/CNGold quote source.
元数据
常见问题
Gold Price Report 是什么?
Gold/silver price lookup and market brief. Use when the user asks things like 查金价, 黄金多少钱, 今日金价, 白银价格, 品牌金价, 老凤祥/周大福/周生生金价, 沪金/沪银/comex黄金/comex白银, or wants a... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 433 次。
如何安装 Gold Price Report?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install gold-price-report」即可一键安装,无需额外配置。
Gold Price Report 是免费的吗?
是的,Gold Price Report 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Gold Price Report 支持哪些平台?
Gold Price Report 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Gold Price Report?
由 plabzzxx(@plabzzxx)开发并维护,当前版本 v1.1.1。
推荐 Skills