← 返回 Skills 市场
1027
总下载
1
收藏
9
当前安装
1
版本数
在 OpenClaw 中安装
/install gold-price-checker
功能描述
国内金价查询工具。用于查询黄金实时价格、银行金条价格、金店零售价、国际金价和黄金未来趋势分析。当用户询问金价、黄金价格、今日金价、金店价格、银行金条、国际金价、伦敦金、黄金走势或未来趋势时触发此技能。
使用说明 (SKILL.md)
金价查询工具
数据来源
使用 extract_content_from_websites 工具从 金价网 (jinjia.com.cn) 获取数据。
功能范围
- 国内金价:上海黄金交易所行情(AU9999、AU9995 等)
- 国际金价:伦敦金、伦敦银实时行情
- 银行金条:各大银行投资金条价格
- 金店零售价:周大福、周生生、老凤祥等品牌金店
- 黄金回收价:当日黄金回收参考价格
使用方式
查询实时金价
使用 extract_content_from_websites 提取 jinjia.com.cn 的黄金价格数据。
# 提取黄金价格数据
extract_content_from_websites([{
"url": "https://www.jinjia.com.cn/",
"prompt": "提取所有黄金价格数据,包括国内金价、国际金价、金店价格、银行金条价格"
}])
数据解读
提取后,按以下格式整理输出:
📈 今日金价(人民币/克)
- AU9999: ¥1149.00 (+0.85%)
- 伦敦金: $5171.06 (+1.74%)
🏦 银行金条价格
- 农行传世之宝金条: ¥805.27/克
- 浦发银行投资金条: ¥xxx
🏪 金店零售价(饰品金)
- 周大福: ¥1590/克
- 周生生: ¥1595/克
- 老凤祥: ¥1570/克
未来趋势分析
金价趋势分析要点:
- 关注国际金价走势(伦敦金)
- 参考 AU9999 收盘价变化
- 结合美元指数、避险情绪等因素
- 参考专业机构分析(可搜索相关新闻)
趋势查询示例:
# 搜索金价趋势分析
batch_web_search([{
"query": "黄金价格走势预测 2025 2026"
}])
注意事项
- 数据仅供参考,投资需谨慎
- 金店价格通常含工费,需以实际为准
- 银行金条价格可能有买卖价差
安全使用建议
This skill is coherent and low-friction, but before installing: 1) confirm your agent runtime's extract_content_from_websites and batch_web_search tools are trusted and obey your network/privacy policies (they will make outbound requests). 2) Verify jinjia.com.cn is a reliable data source for your needs. 3) Be aware scraped price data may be cached or logged by the agent—ensure you’re comfortable with how extracted data is stored/retained. 4) Don’t treat outputs as investment advice; the skill already warns to use caution. If you require stricter controls, restrict the skill’s network access or review the runtime tool implementations first.
功能分析
Type: OpenClaw Skill
Name: gold-price-checker
Version: 1.0.0
The skill bundle is a legitimate tool designed to query gold prices and market trends. It uses standard OpenClaw tools like extract_content_from_websites and batch_web_search to retrieve data from a relevant domain (jinjia.com.cn). There is no evidence of data exfiltration, malicious execution, or harmful prompt injection.
能力评估
Purpose & Capability
Name and description (gold price queries, bank/store prices, trend analysis) align with runtime instructions which call extract_content_from_websites against jinjia.com.cn and perform web searches for trend commentary. The requested actions are appropriate for the stated purpose.
Instruction Scope
SKILL.md limits runtime behavior to extracting price data from jinjia.com.cn and optional web searches for trend analysis (batch_web_search). It does not instruct reading local files, accessing unrelated environment variables, or transmitting data to unexpected endpoints. Note: the extract_content_from_websites tool will make outbound HTTP requests to third-party sites, which is expected for this skill.
Install Mechanism
No install spec and no code files are present (instruction-only), so nothing is written to disk or downloaded during install. This is the lowest-risk installation model.
Credentials
The skill declares no required environment variables, credentials, or config paths. There are no disproportionate secret or credential requests relative to the simple web-scraping purpose.
Persistence & Privilege
Skill is not marked always:true and uses default agent-invocation behavior. It does not request elevated persistence or modify other skills' configs. Autonomous invocation is allowed by default on the platform but is not combined with other risky privileges here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install gold-price-checker - 安装完成后,直接呼叫该 Skill 的名称或使用
/gold-price-checker触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the gold-price-checker skill:
- Enables real-time gold price queries, including domestic, international, bank bars, jewelry stores, and gold recycling prices.
- Retrieves data from jinjia.com.cn using the extract_content_from_websites tool.
- Supports queries about gold price trends and provides structured output for easier understanding.
- Includes example usage and guidance for interpreting and analyzing gold price data.
- Reminds users that all data is for reference only and may differ from actual transaction prices.
元数据
常见问题
gold-price-checker 是什么?
国内金价查询工具。用于查询黄金实时价格、银行金条价格、金店零售价、国际金价和黄金未来趋势分析。当用户询问金价、黄金价格、今日金价、金店价格、银行金条、国际金价、伦敦金、黄金走势或未来趋势时触发此技能。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1027 次。
如何安装 gold-price-checker?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install gold-price-checker」即可一键安装,无需额外配置。
gold-price-checker 是免费的吗?
是的,gold-price-checker 完全免费(开源免费),可自由下载、安装和使用。
gold-price-checker 支持哪些平台?
gold-price-checker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 gold-price-checker?
由 anmu14641(@anmu14641)开发并维护,当前版本 v1.0.0。
推荐 Skills