Gold Monitor Skill

v2.2.0

查询实时金价、黄金价格、美元指数、原油价格、金油比及投资建议。Query real-time gold price (Au99.99/COMEX/XAU), USD index (DXY), WTI oil price, and Gold/Oil ratio with investment signals. 支持...

1· 260·2 current·2 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (gold, USD index, WTI, G/O ratio) align with the included files and runtime: query.py implements fetchers for AU9999, XAUUSD, USIDX, WTI and computes GORATIO. Declared data sources (Sina + akshare/SGE) match the code.
Instruction Scope
SKILL.md instructs the agent to run the provided CLI script and parse JSON output. The script only performs read-only network calls and local calculations; it does not read arbitrary files, environment variables, or other system state beyond argv.
Install Mechanism
No install spec in registry; SKILL.md directs a simple pip install of akshare and requests. Dependencies are reasonable and expected for this task. No downloads from untrusted URLs or archive extraction are present.
Credentials
The skill requires no environment variables, credentials, or config paths. All network requests are to Sina's quote endpoint and to whatever akshare uses; no secret access is requested.
Persistence & Privilege
Skill is user-invocable and not always-enabled. It does not request permanent presence, modify other skills, or alter system/agent configuration.
Assessment
This skill appears coherent: it fetches market quotes (via hq.sinajs.cn and akshare) and computes a gold/oil ratio with investment commentary. Before installing, consider: (1) running the code in a sandbox or isolated environment and reviewing akshare's network behavior (akshare may contact additional endpoints), (2) be aware pip will install akshare and requests (check versions and upstream trust), (3) the investment 'advice' is programmatic guidance, not professional financial advice, and (4) rate limits or data changes at the upstream endpoints could cause errors. If you need stricter network controls, inspect akshare's source or run the script with network egress limited to the declared hosts.

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

financevk979epx1hsqg6fzv3evzs1a9v5839bj6latestvk972r8eqs76554mbnw1bdf47js83xqm7monitoringvk979epx1hsqg6fzv3evzs1a9v5839bj6

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments