← 返回 Skills 市场
wangxiang2023

Metal Price

作者 wangxiang2023 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
524
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install metal-price
功能描述
全球铁合金网价格查询与导出技能。自动登录www.qqthj.com网站,查询指定金属(如锰铁、钒铁等)的当日价格数据,抓取价格表格并导出为Excel文件。
安全使用建议
This skill's behavior (logging into an external site and saving files to a specific user's Desktop) is coherent with scraping metal prices, but there are red flags you should resolve before installing: - The SKILL.md contains hard-coded login credentials. Ask the publisher why fixed credentials are embedded and never use skills that ship with unknown account/password pairs. Prefer skills that prompt you to supply your own credentials or use stored, auditable secrets. - The export path is hard-coded to another user's Desktop (C:\Users\wangxiang\...). That means files will be written to a specific location which likely doesn't exist on your machine and may indicate the author tailored the skill to their environment. Require the skill to accept a configurable path instead. - The instructions are vague about how the agent will perform browser automation (selenium, puppeteer, headless browser, or remote calls). Ask how automation is implemented and run the skill in a restricted sandbox (isolated account, network monitoring) until you trust it. - Confirm the legality and terms-of-service of scraping www.qqthj.com. If you proceed, provide your own credentials and a safe, configurable export directory; review network and filesystem activity during the first runs. Given these inconsistencies (embedded creds, fixed path, and vague execution method) I rate the skill as suspicious. If the author clarifies that the credentials are placeholders, makes the output path configurable, and documents the automation tool used, the risk would be reduced.
功能分析
Type: OpenClaw Skill Name: metal-price Version: 1.0.0 The skill is classified as suspicious due to two key vulnerabilities found in SKILL.md: hardcoded login credentials (username and password) for the target website, and a hardcoded, specific user desktop path (`C:\Users\wangxiang\Desktop\阶跃产出结果\Excel文件`) for saving the output Excel file. While the skill's stated purpose of web scraping metal prices is benign, these practices introduce security risks (e.g., credential exposure, potential permission issues or unintended file placement) without clear evidence of intentional malicious behavior like data exfiltration or system compromise.
能力评估
Purpose & Capability
The skill claims to scrape prices from www.qqthj.com and export to Excel — the steps in SKILL.md align with that purpose. However, the inclusion of a hard-coded username and password and a mandatory, user-specific export path (C:\Users\wangxiang\...) are unexpected for a generic scraping/export tool and are not justified by the description.
Instruction Scope
The instructions direct automated login, navigation, scraping, and writing an .xlsx to a fixed local path. They provide CSS selectors but no concrete, safe method for automation (no mention of which tool to use). This vagueness gives the agent broad discretion (e.g., executing arbitrary browser automation), and the forced write location is intrusive.
Install Mechanism
Instruction-only skill with no install steps or third-party downloads; nothing is written to disk by an installer. This lower install surface reduces risk.
Credentials
No required environment variables are declared, yet plaintext login credentials are embedded in SKILL.md. Embedding an account/password directly in the instructions and requiring a specific user desktop path are disproportionate and suspicious. It's unclear whether the credentials are legitimate/test or stolen.
Persistence & Privilege
always is false and the skill does not request system-wide or cross-skill configuration changes. It does, however, instruct writing to a specific local path which would require filesystem write permission when executed.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install metal-price
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /metal-price 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
全球铁合金网价格查询与导出技能
元数据
Slug metal-price
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Metal Price 是什么?

全球铁合金网价格查询与导出技能。自动登录www.qqthj.com网站,查询指定金属(如锰铁、钒铁等)的当日价格数据,抓取价格表格并导出为Excel文件。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 524 次。

如何安装 Metal Price?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install metal-price」即可一键安装,无需额外配置。

Metal Price 是免费的吗?

是的,Metal Price 完全免费(开源免费),可自由下载、安装和使用。

Metal Price 支持哪些平台?

Metal Price 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Metal Price?

由 wangxiang2023(@wangxiang2023)开发并维护,当前版本 v1.0.0。

💬 留言讨论