← 返回 Skills 市场
wyb92

Mysteel_PriceSearch

作者 mysteel · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
135
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install mysteel-pricesearch
功能描述
大宗商品价格数据查询技能。用于查询大宗商品期现货价格、宏观经济指标、产业链供需数据、进出口库存数据、金融市场数据等。当用户询问:(1) 期货/现货价格查询,如"螺纹钢价格"、"铜期货收盘价"; (2) 历史行情或趋势分析;(3) 区域或企业价格对比;(4) 宏观经济指标,如GDP、CPI;(5) 产业链上下游数据...
安全使用建议
This skill appears to do what it claims: it sends queries to https://mcp.mysteel.com and saves results as CSV files in the skill's output/ directory. Before installing: (1) add your Mysteel API key (one-line) to references/api_key.md as the script expects, not as an environment variable; (2) confirm you trust the Mysteel endpoint and that the API key has only the permissions you intend; (3) be aware the skill will create and periodically delete CSV files under its folder (cleanup of files older than ~24h and pruning beyond max_files); (4) there is no other credential or system access requested. If you need higher assurance, ask the author to (a) document API key setup in SKILL.md and (b) explicitly declare credential handling in registry metadata.
功能分析
Type: OpenClaw Skill Name: mysteel-pricesearch Version: 1.0.0 The skill is a legitimate tool for querying commodity and macroeconomic data from the Mysteel platform. The core logic in `scripts/search.py` uses standard Python libraries to perform authenticated POST requests to a specific API endpoint (mcp.mysteel.com) and includes well-implemented utility functions for CSV generation, filename sanitization, and local file maintenance. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
Name/description match the implementation: scripts/search.py calls a Mysteel AI search endpoint to fetch commodity, macro, and market data and saves results as CSV. There are no unrelated binaries, credentials, or permissions requested.
Instruction Scope
SKILL.md instructs running scripts/search.py and to use local shell tools to inspect CSV output. It also warns not to 'Read' entire CSVs. One small gap: SKILL.md does not explicitly tell the user how to provide the required API key file (references/api_key.md is present but empty); the script expects an API key in that file and will fail or return API errors without it.
Install Mechanism
No install spec is provided (instruction-only with an included script). No packages or remote downloads are performed by the skill itself, so on-install risk is low. The script will be executed by the agent when invoked.
Credentials
The skill does not request environment variables or external credentials via registry metadata, but the script reads an API key from references/api_key.md and uses it as the 'token' header to the Mysteel endpoint. This file-based credential approach is reasonable but undocumented in SKILL.md; users should be aware to place only the Mysteel API key there and not other secrets.
Persistence & Privilege
always is false and the skill does not request persistent system-wide privileges. It writes and deletes CSV files under its own output directory and removes old/excess files there; it does not modify other skills or system configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install mysteel-pricesearch
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /mysteel-pricesearch 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Mysteel Price Search version 1.0.0 – Initial release - Provides comprehensive search for commodity prices, macroeconomic indicators, and financial market data. - Supports both spot and futures price queries, trend analysis, regional or enterprise price comparisons, and macro/industry chain data retrieval. - Offers CSV output with filtering options (by date range, recent days, limit rows) to efficiently handle large datasets. - Includes best practices for data import, shell-based CSV viewing, and details about the CSV file structure. - Enables smart category and indicator recognition, multi-market financial data, and supports settlement voucher generation. - Requires only standard Python libraries for installation and use.
元数据
Slug mysteel-pricesearch
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Mysteel_PriceSearch 是什么?

大宗商品价格数据查询技能。用于查询大宗商品期现货价格、宏观经济指标、产业链供需数据、进出口库存数据、金融市场数据等。当用户询问:(1) 期货/现货价格查询,如"螺纹钢价格"、"铜期货收盘价"; (2) 历史行情或趋势分析;(3) 区域或企业价格对比;(4) 宏观经济指标,如GDP、CPI;(5) 产业链上下游数据... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 135 次。

如何安装 Mysteel_PriceSearch?

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

Mysteel_PriceSearch 是免费的吗?

是的,Mysteel_PriceSearch 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Mysteel_PriceSearch 支持哪些平台?

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

谁开发了 Mysteel_PriceSearch?

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

💬 留言讨论