gold-price-query
This skill retrieves real-time precious metal prices (gold, silver, platinum, palladium, etc.) from https://i.jzj9999.com/quoteh5. It provides bid/ask prices, daily high/low prices, and price trends for 20+ metal types.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/108518/skill-goldpriceWhat This Skill Does
The gold-price-query skill provides real-time access to the precious metal market through the OpenClaw AI agent. By tapping into live data from the 融通金 (Rongtongjin) platform, this skill offers accurate, up-to-the-second financial information for over 20 types of metals, including gold, silver, platinum, palladium, and rare metals like rhodium and iridium. It tracks critical market metrics such as bid and ask prices, daily highs and lows, and dynamic price trends, ensuring users remain informed of market movements. Whether you are a retail investor keeping tabs on gold 9999 or a business professional analyzing commodity trends for procurement, this tool automates the tedious process of manual market checking.
Installation
To integrate this skill into your OpenClaw environment, use the command-line interface. Run the following command in your terminal:
clawhub install openclaw/skills/skills/108518/skill-goldprice
Once installed, ensure you have the required dependencies (such as Playwright for browser-based scraping) installed by running npm install within the skill directory. The skill is designed to work seamlessly as an MCP tool or a standalone module.
Use Cases
- Investment Monitoring: Retail investors can use this to receive immediate notifications or data reports on current gold and silver prices to time their entry or exit points in the market.
- Jewelry Manufacturing: Professionals in the jewelry sector can automate the tracking of daily gold 9999 and spot prices to optimize procurement costs and adjust product pricing in real-time.
- Economic Research: Financial analysts can integrate this output into broader tracking dashboards to compare USD exchange rates against precious metal fluctuations.
- Wealth Management: Personalized assistants can provide clients with daily price summaries or trend alerts.
Example Prompts
- "What is the current bid and ask price for Gold 9999? Show me the daily high and low range too."
- "Compare the current market prices for Gold T+D and Silver Spot. Is the trend up or down today?"
- "Check the current pricing for platinum and palladium and summarize the market sentiment based on today's high and low values."
Tips & Limitations
This skill relies on web scraping techniques. As such, it is subject to changes in the target website's structure. If the data fails to load, ensure your network connection allows access to the source domain. Always verify high-stakes financial decisions against professional trading platforms. Use the provided Playwright MCP implementation for the most accurate DOM parsing results.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-108518-skill-goldprice": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, code-execution