← Back to Skills Marketplace
135
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install mysteel-pricesearch
Description
大宗商品价格数据查询技能。用于查询大宗商品期现货价格、宏观经济指标、产业链供需数据、进出口库存数据、金融市场数据等。当用户询问:(1) 期货/现货价格查询,如"螺纹钢价格"、"铜期货收盘价"; (2) 历史行情或趋势分析;(3) 区域或企业价格对比;(4) 宏观经济指标,如GDP、CPI;(5) 产业链上下游数据...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mysteel-pricesearch - After installation, invoke the skill by name or use
/mysteel-pricesearch - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Mysteel_PriceSearch?
大宗商品价格数据查询技能。用于查询大宗商品期现货价格、宏观经济指标、产业链供需数据、进出口库存数据、金融市场数据等。当用户询问:(1) 期货/现货价格查询,如"螺纹钢价格"、"铜期货收盘价"; (2) 历史行情或趋势分析;(3) 区域或企业价格对比;(4) 宏观经济指标,如GDP、CPI;(5) 产业链上下游数据... It is an AI Agent Skill for Claude Code / OpenClaw, with 135 downloads so far.
How do I install Mysteel_PriceSearch?
Run "/install mysteel-pricesearch" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Mysteel_PriceSearch free?
Yes, Mysteel_PriceSearch is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Mysteel_PriceSearch support?
Mysteel_PriceSearch is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Mysteel_PriceSearch?
It is built and maintained by mysteel (@wyb92); the current version is v1.0.0.
More Skills