gold-price-query
v1.0.0Gold price query tool supporting CNY (RMB/gram) and USD (USD/oz) currency options for real-time spot gold price lookup.
⭐ 0· 65·0 current·0 all-time
byNucky_yang@yanghaolie
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description, SKILL.md, and the Python code are consistent: the script issues HTTP GET requests to the cited API (jijinhao.com), parses a JavaScript-assigned JSON payload, and formats gold price fields. No unrelated services, binaries, or credentials are requested.
Instruction Scope
SKILL.md directs the agent to run the provided Python script to query the API. The script only performs outbound HTTP(S) requests to the declared endpoint and parses the response; it does not read local files, access environment variables, or transmit data to other endpoints.
Install Mechanism
This is an instruction-only skill with no install spec (lowest install risk). Note: the script imports aiohttp, so the runtime environment must have that dependency installed—the skill does not provide an installer.
Credentials
The skill declares no required environment variables, credentials, or config paths. The code likewise does not access secrets or unrelated environment data.
Persistence & Privilege
The skill does not request persistent/always-on inclusion, does not modify other skills or system-wide settings, and operates only when invoked.
Assessment
This skill appears coherent and only makes outbound requests to the declared API (api.jijinhao.com). Consider: (1) the code will expose your agent's IP and request patterns to that third party—review the API/provider privacy and reliability before use; (2) the runtime must have aiohttp installed (the skill does not install dependencies); (3) the skill source has no homepage and an unknown owner, so if provenance matters, inspect the included Python file yourself before running; and (4) if you run this in sensitive environments, sandbox or restrict network access to limit exposure and avoid unwanted outbound traffic or rate-limit issues.Like a lobster shell, security has layers — review code before you run it.
latestvk974hq8ep4hc287h6pm9rfp9e584pk2j
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
