Back to skills
extension
Category: Data & AnalyticsNo API key required

查询当前黄金价格

Queries current gold price from the internet. Invoke when user asks about gold price, gold market, gold spot price, or金价/黄金价格 related questions.

personAuthor: user_3eb0bf18hubcommunity

Gold Price Query

This skill queries the latest gold price information from reliable financial data sources.

When to Invoke

  • User asks "当前黄金价格" / "gold price" / "金价" / "黄金多少钱一克"
  • User asks about gold market trends or spot price
  • User mentions XAU/USD or gold-related financial data

Execution Steps

  1. Determine query type: Identify what gold price the user wants:

    • International spot price (XAU/USD)
    • Domestic gold price (e.g., Shanghai Gold Exchange)
    • Gold jewelry retail price
    • If unclear, default to international spot price + Shanghai Gold Exchange price
  2. Search for current price: Use WebSearch to query the latest gold price with keywords like:

    • "gold price today" or "今日金价" (include current date for accuracy)
    • Search multiple sources if needed
  3. Fetch detailed data: Use WebFetch on reliable financial sites (e.g., kitco.com,金投网(cngold.org),上海黄金交易所) to get precise numbers

  4. Present results: Format the price data clearly:

    • Price per ounce (USD) for international
    • Price per gram (CNY) for domestic
    • Change amount and percentage (up/down)
    • Last update time
    • Brief trend note if available

Output Format

Present in a concise table format:

| Type | Price | Change | Update Time | |------|-------|--------|-------------| | ... | ... | ... | ... |

Include a one-line summary of the current trend (rising/falling/flat).

Important Notes

  • Always include the data source and timestamp
  • Gold prices fluctuate frequently; remind the user that prices are for reference only
  • Use the user's language for all output (Chinese user -> Chinese output)