← Back to Skills Marketplace
136
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install mysteel-bidsupply
Description
支持钢材供需现货信息查询与招投标数据检索;当用户需要找采购方、找供应方、查询招投标信息或发现项目机会时使用
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mysteel-bidsupply - After installation, invoke the skill by name or use
/mysteel-bidsupply - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
API_KEY获取地址:
访问 大宗商品行业 Skills 开放平台(https://data.mysteel.com/skills/index.html),选择所需 Skill 进入详情页。点击 【获取密钥】即可。
配置方式:对话中直接告诉OpenClaw
Metadata
Frequently Asked Questions
What is Mysteel_BidSupply?
支持钢材供需现货信息查询与招投标数据检索;当用户需要找采购方、找供应方、查询招投标信息或发现项目机会时使用. It is an AI Agent Skill for Claude Code / OpenClaw, with 136 downloads so far.
How do I install Mysteel_BidSupply?
Run "/install mysteel-bidsupply" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Mysteel_BidSupply free?
Yes, Mysteel_BidSupply is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Mysteel_BidSupply support?
Mysteel_BidSupply is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Mysteel_BidSupply?
It is built and maintained by mysteel (@wyb92); the current version is v1.0.0.
More Skills