← 返回 Skills 市场
98
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install mysteel-marketanalysis
功能描述
大宗商品市场分析服务;当用户需要钢铁、有色、能源化工、炉料等品类的市场分析、行情跟踪或供需解读时使用
安全使用建议
This skill is coherent with its stated purpose (calling Mysteel's analysis API and expanding the returned report), but take these precautions before installing: 1) Confirm you actually trust the endpoint https://mcp.mysteel.com and that you are allowed to send queries and confidential data to it. 2) Be aware the API key is stored in plaintext at references/api_key.md; consider storing secrets in a secure vault instead of a repo file. 3) The registry metadata omits that references/api_key.md is required—verify and update metadata or deployment procedures to avoid surprises. 4) Ensure the runtime has requests==2.31.0 installed or the script will fail. 5) If you do not have a Mysteel API key or don’t trust the source, do not provide a key; the skill enforces not answering without a valid key. If you want higher assurance, request the publisher to fix the metadata (declare the required config path), remove the plaintext key requirement, and document the exact API behavior and privacy guarantees.
功能分析
Type: OpenClaw Skill
Name: mysteel-marketanalysis
Version: 1.0.0
The skill provides commodity market analysis by calling a remote API (mcp.mysteel.com). It uses the 'exec' tool to run a local Python script (scripts/analyze.py) which reads an API key from a local file (references/api_key.md). While the behavior aligns with the stated purpose, the instruction in SKILL.md to execute a shell command with user-controlled input ('--query "<query>"') presents a potential shell injection vulnerability. No evidence of intentional malice or data exfiltration was found.
能力评估
Purpose & Capability
Name/description match the code and instructions: the skill queries a Mysteel analysis endpoint and returns/expands a Markdown report. However, the registry metadata claims no required config paths or env vars while the SKILL.md and scripts/analyze.py require a specific local file (references/api_key.md) containing the API key. This metadata omission is an inconsistency that should have been declared.
Instruction Scope
Runtime instructions are constrained: read a specific references/api_key.md file, construct a query, and run scripts/analyze.py which POSTs to https://mcp.mysteel.com. The skill does not instruct reading arbitrary system files or exfiltrating data to unexpected endpoints. It also enforces not answering without a valid API key.
Install Mechanism
There is no install spec (instruction-only) which reduces risk, but the SKILL.md declares a Python dependency (requests==2.31.0) while no installer is provided—if the runtime lacks that package the script will fail. No downloads or external installers are present.
Credentials
The skill requires a sensitive API key, but it expects the key in a plaintext file at references/api_key.md (not declared in registry metadata). The key is not requested via environment variables but stored/read from disk; storing secrets in a plaintext file is a confidentiality risk. The script error messages also reference an inconsistent identifier (MYSTEEL_CLAW_APIKEY), a minor red flag for sloppy documentation.
Persistence & Privilege
The skill does not request persistent/always-on privileges and does not modify other skills or system-wide settings. It only runs the provided script when invoked.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install mysteel-marketanalysis - 安装完成后,直接呼叫该 Skill 的名称或使用
/mysteel-marketanalysis触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Mysteel_MarketAnalysis v1.0.0 – Initial Release
- Provides market analysis services for major commodities including steel, non-ferrous metals, energy, and raw materials.
- Requires configuration and strict verification of a Mysteel API key before any analysis or output.
- Supports structured analysis requests, triggering professional reports via an internal API and returning expanded, deeply interpreted Markdown reports.
- Robust error handling: strictly prohibits analysis if the API key is missing/invalid, with clear user prompts and guidance.
- Includes step-by-step guidance for setup, triggering, and exception handling to ensure reliable usage and compliance.
元数据
常见问题
Mysteel_MarketAnalysis 是什么?
大宗商品市场分析服务;当用户需要钢铁、有色、能源化工、炉料等品类的市场分析、行情跟踪或供需解读时使用. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 98 次。
如何安装 Mysteel_MarketAnalysis?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install mysteel-marketanalysis」即可一键安装,无需额外配置。
Mysteel_MarketAnalysis 是免费的吗?
是的,Mysteel_MarketAnalysis 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Mysteel_MarketAnalysis 支持哪些平台?
Mysteel_MarketAnalysis 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Mysteel_MarketAnalysis?
由 mysteel(@wyb92)开发并维护,当前版本 v1.0.0。
推荐 Skills