openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > 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...

开发与 DevOps

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v0.1.0

统计:⭐ 0 · 201 · 0 current installs · 0 all-time installs

0

安装量(当前) 0

🛡 VirusTotal :良性 · OpenClaw :良性

Package:108518/skill-goldprice

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :良性

OpenClaw 评估

The skill's requirements and instructions match its stated purpose (web-scraping precious-metal prices), but it is instruction-only, references installing Playwright and external browsing, and a pre-scan found suspicious unicode-control characters — review before running.

目的

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.

说明范围

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 impl…

安装机制

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.

证书

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.

持久

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.

综合结论

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 p…

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Gold Price Query」。简介:This skill retrieves real-time precious metal prices (gold, silver, platinum, p…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/108518/skill-goldprice/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

暂无本地缓存内容,可在后台执行详情同步。