← 返回 Skills 市场
wyb92

Mysteel_BidSupply

作者 mysteel · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
136
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install mysteel-bidsupply
功能描述
支持钢材供需现货信息查询与招投标数据检索;当用户需要找采购方、找供应方、查询招投标信息或发现项目机会时使用
安全使用建议
This skill appears to do what it says: query Mysteel bidding and supply/demand APIs. Before installing, consider the following: 1) API key handling — the scripts save the API key as plaintext in references/api_key.md inside the skill directory. Avoid storing long-lived secrets there if you care about leakage (prefer an environment variable or a secure secret store and update the scripts accordingly). 2) Output handling — SKILL.md asks not to show raw JSON, but the scripts print raw JSON; if you don't want raw responses exposed, make sure the agent or caller parses and sanitizes the output before displaying. 3) Network endpoints — the scripts call https://mcp.mysteel.com; verify that this domain is expected and acceptable for your use. 4) Dependencies — the scripts require the Python requests package. Run the tool in a controlled environment (sandbox) the first time to observe behavior and avoid committing the api_key.md file to version control. If you want higher assurance, request or review an explicit specification for how API keys should be provided (env var or OS secret store) and/or adjust the scripts to avoid writing plaintext credentials to disk.
功能分析
Type: OpenClaw Skill Name: mysteel-bidsupply Version: 1.0.0 The skill is a legitimate tool for querying steel industry bidding and supply/demand data from the Mysteel platform (mcp.mysteel.com). The scripts (bidding_api.py, supply_demand_api.py) implement standard API interaction patterns, including local storage of a user-provided API key in references/api_key.md. The instructions in SKILL.md and intent-guide.md are focused on accurate parameter extraction and intent recognition, with no evidence of malicious behavior or data exfiltration.
能力评估
Purpose & Capability
Name/description match the implementation: both scripts call mysteel endpoints (mcp.mysteel.com) to query bidding and supply/demand data. The API key requirement is expected for those endpoints and no unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md directs using the provided scripts and instructs '不向用户展示接口调用细节和原始 JSON 数据' (do not show raw JSON), but both scripts print full JSON to stdout. If the agent simply runs the scripts and forwards output, raw JSON will be produced. Also the SKILL.md's guidance and the scripts' CLI behavior are otherwise aligned (parameters, save_api_key flow).
Install Mechanism
No install spec (instruction-only + shipped Python scripts). The only dependency is the common 'requests' package; no downloads from external or untrusted URLs, no extracted archives, and the network endpoints used are the mysteel domain.
Credentials
No environment variables or unrelated secrets are requested. The skill requires an API key, which is reasonable. However, the API key is stored in plaintext inside the skill folder (references/api_key.md) by design — this is a security/usability concern (risk of accidental commit, backup, or exposure).
Persistence & Privilege
always is false, the skill does not request persistent system-wide privileges, and it does not modify other skills or global agent settings. It only writes/reads its own references/api_key.md file.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install mysteel-bidsupply
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /mysteel-bidsupply 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
API_KEY获取地址: 访问 大宗商品行业 Skills 开放平台(https://data.mysteel.com/skills/index.html),选择所需 Skill 进入详情页。点击 【获取密钥】即可。 配置方式:对话中直接告诉OpenClaw
元数据
Slug mysteel-bidsupply
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Mysteel_BidSupply 是什么?

支持钢材供需现货信息查询与招投标数据检索;当用户需要找采购方、找供应方、查询招投标信息或发现项目机会时使用. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 136 次。

如何安装 Mysteel_BidSupply?

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

Mysteel_BidSupply 是免费的吗?

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

Mysteel_BidSupply 支持哪些平台?

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

谁开发了 Mysteel_BidSupply?

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

💬 留言讨论