gold-market
国内金价查询工具。用于查询黄金实时价格、银行金条价格、金店零售价、国际金价和黄金未来趋势分析。当用户询问金价、黄金价格、今日金价、金店价格、银行金条、国际金价、伦敦金、黄金走势或未来趋势时触发此技能。
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 0 · 192 · 1 current installs · 1 all-time installs
byFMouse@FMouseBoy
MIT-0
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description claim to query domestic and international gold prices and trends; the SKILL.md only requires extracting content from jinjia.com.cn and running web searches, which is proportional and expected for this purpose.
Instruction Scope
Runtime instructions confine the agent to using extract_content_from_websites for jinjia.com.cn and batch_web_search for trend info; there are no directives to read local files, environment variables, or transmit data to unrelated endpoints.
Install Mechanism
No install spec and no code files (instruction-only), so nothing is written to disk or downloaded during installation—this is the lowest-risk model.
Credentials
The skill requests no environment variables, credentials, or config paths; nothing appears disproportionate to a price-querying tool.
Persistence & Privilege
always is false and the skill does not request persistent system presence or modify other skills or system-wide settings.
Assessment
This skill will perform live web requests (scraping jinjia.com.cn and running web searches) to gather price and trend data. That behavior is expected for a market-data skill, but be aware: (1) results depend on the scraper/tool accuracy and site changes, (2) network requests reveal the user's query context to the services contacted, and (3) financial information is for reference only — verify with official sources before making investments. If you need offline-only usage or want to avoid external web requests, do not enable this skill.Like a lobster shell, security has layers — review code before you run it.
Current versionv1.0.8
Download ziplatest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
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"
}])
注意事项
- 数据仅供参考,投资需谨慎
- 金店价格通常含工费,需以实际为准
- 银行金条价格可能有买卖价差
Files
1 totalSelect a file
Select a file to preview.
Comments
Loading comments…
