gold-price-checker

v1.0.0

国内金价查询工具。用于查询黄金实时价格、银行金条价格、金店零售价、国际金价和黄金未来趋势分析。当用户询问金价、黄金价格、今日金价、金店价格、银行金条、国际金价、伦敦金、黄金走势或未来趋势时触发此技能。

1· 1k·9 current·10 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for anmu14641/gold-price-checker.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "gold-price-checker" (anmu14641/gold-price-checker) from ClawHub.
Skill page: https://clawhub.ai/anmu14641/gold-price-checker
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install gold-price-checker

ClawHub CLI

Package manager switcher

npx clawhub@latest install gold-price-checker
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk97fx1t0zvz87hf273799nnsz582gvfx
1kdownloads
1stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

金价查询工具

数据来源

使用 extract_content_from_websites 工具从 金价网 (jinjia.com.cn) 获取数据。

功能范围

  1. 国内金价:上海黄金交易所行情(AU9999、AU9995 等)
  2. 国际金价:伦敦金、伦敦银实时行情
  3. 银行金条:各大银行投资金条价格
  4. 金店零售价:周大福、周生生、老凤祥等品牌金店
  5. 黄金回收价:当日黄金回收参考价格

使用方式

查询实时金价

使用 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"
}])

注意事项

  • 数据仅供参考,投资需谨慎
  • 金店价格通常含工费,需以实际为准
  • 银行金条价格可能有买卖价差

Comments

Loading comments...