← Back to Skills Marketplace
339
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install skill-goldprice
Description
This skill retrieves real-time precious metal prices (gold, silver, platinum, palladium, etc.) from https://i.jzj9999.com/quoteh5. It provides bid/ask prices...
Usage Guidance
This skill is an instruction-only scraper for i.jzj9999.com and behaves as advertised: it will require installing Node/Playwright and running a headless Chromium to extract data. Before running: (1) obtain and inspect the actual code (index.js/getGoldPrices) — the registry entry included no code files; (2) run installs in an isolated environment (VM or container) to avoid unexpected side effects; (3) be cautious about following advice to use proxies or to bypass anti-bot controls — that can violate site terms; (4) the pre-scan found unicode control characters in the README — treat that as suspicious and verify the file wasn't tampered with. If you want higher assurance, ask the publisher for the source code or a verified package before installing.
Capability Analysis
Type: OpenClaw Skill
Name: skill-goldprice
Version: 0.1.0
The skill is a legitimate web scraper designed to retrieve real-time precious metal prices from a specific financial website (i.jzj9999.com). The provided Playwright code in SKILL.md correctly targets the site's DOM structure for data extraction and lacks any indicators of data exfiltration, unauthorized execution, or malicious prompt injection.
Capability Assessment
Purpose & Capability
Name/description (retrieve real-time metal prices) align with the instructions, which show scraping https://i.jzj9999.com/quoteh5 using Playwright and formatting results. The Playwright/browser dependency is expected for a JS scraper.
Instruction Scope
SKILL.md instructs npm install, npx playwright install and shows Playwright page evaluation code to extract price rows. This stays within the scraping purpose. Two points to note: (1) the README suggests using proxies and realistic User-Agent to evade anti-bot measures (operationally sensitive/ethics concern), and (2) the skill references local module functions (getGoldPrices, index) but no code files are bundled — you must obtain/inspect implementation before running.
Install Mechanism
There is no packaged install spec in the registry entry (instruction-only); the SKILL.md tells users to run npm install and npx playwright install. Installing Playwright and Chromium is standard for this approach; no third-party download URLs or extract steps are embedded in the registry metadata.
Credentials
The skill does not request environment variables, credentials, or config paths. Its network access requirement (ability to reach i.jzj9999.com) is consistent with its purpose. The guidance to consider proxies is optional and not a declared requirement.
Persistence & Privilege
always is false, autonomous invocation is allowed (platform default). The skill does not request elevated or persistent system-level privileges and does not modify other skills or system configs according to the provided files.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install skill-goldprice - After installation, invoke the skill by name or use
/skill-goldprice - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release – gold-price-query skill for real-time precious metal prices.
- Provides real-time prices for 20+ metals including gold, silver, platinum, and palladium from https://i.jzj9999.com/quoteh5.
- Supports bid/ask prices, daily high/low, and price trends.
- Sample code and instructions for direct, module, or Playwright-based usage.
- Includes data format specification and output examples.
- Covers investor, jewelry, collector, and enterprise use cases.
- Offers developer contact and custom service options.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 339 downloads so far.
How do I install Gold Price Query?
Run "/install skill-goldprice" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Gold Price Query free?
Yes, Gold Price Query is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Gold Price Query support?
Gold Price Query is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Gold Price Query?
It is built and maintained by 108518 (@108518); the current version is v0.1.0.
More Skills