← 返回 Skills 市场
wyb92

Mysteel_InfoSearch

作者 mysteel · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
100
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install mysteel-infosearch
功能描述
大宗商品行业资讯查询技能。用于查询钢铁、有色、能源化工等行业的动态新闻、市场快讯、政策变化、企业消息、价格异动分析、供需事件等资讯信息。当用户需要:(1) 了解行业最新动态和新闻;(2) 查询政策法规变化;(3) 获取企业生产经营消息;(4) 分析价格异动原因;(5) 跟踪供需事件;(6) 进行市场跟踪和研究支持...
安全使用建议
What to consider before installing or running this skill: - Functionality: This skill simply queries Mysteel's AI search API (https://mcp.mysteel.com/...) and returns JSON results — that matches the description. - API key handling: The SKILL.md says it will prompt you and save an API key to references/api_key.md if the file is missing, but the actual script does not implement prompting or writing; it only reads references/api_key.md and exits if the key is missing. If you expect interactive prompting, the code will not do that. You should create references/api_key.md manually with your API key (one line) before running. - Secret storage: The API key is stored as plaintext in references/api_key.md. If you store a real credential there, limit exposure: set file permissions (e.g., chmod 600), keep keys scoped/rotated, and avoid sharing the project directory. - Network calls: The script makes POST requests to an external endpoint. Only provide an API key you trust the external service with; do not reuse high-privilege credentials (e.g., AWS keys) here. Review and confirm the domain is correct for the service you intend to use. - Code review: The Python script is short and uses only the stdlib; you can inspect/modify it easily (for example add secure prompting and avoid writing the key to disk). If you want prompting behavior, implement it yourself or modify the script to securely prompt and store keys with better protections. - When to avoid installing: Do not install or run this skill if you cannot verify the source of your Mysteel API key, if you must not store secrets in plaintext in the environment, or if network calls to external endpoints are disallowed in your environment. If you want me to, I can: - show an edited version of the script that prompts securely and avoids writing the key to disk; - suggest a safer pattern for storing the key (environment variable or OS keyring) and demonstrate how to adapt the script; - or verify that the endpoint URL and API header format match documentation you provide.
功能分析
Type: OpenClaw Skill Name: mysteel-infosearch Version: 1.0.0 The skill is a legitimate tool for querying commodity industry information from the Mysteel API. The Python script `scripts/search.py` uses standard libraries to perform authenticated POST requests to a specific, relevant domain (mcp.mysteel.com) and contains no evidence of malicious execution, data exfiltration, or obfuscation.
能力评估
Purpose & Capability
Name/description match the implemented behavior: the included Python client posts queries to https://mcp.mysteel.com/mcp/info/ai-search/search and returns JSON news/search results. No unrelated binaries, credentials, or odd install steps are requested.
Instruction Scope
SKILL.md instructs the runtime to 'prompt the user for an API key and save it to references/api_key.md if the file does not exist', but the provided script does not implement prompting or saving — it only reads references/api_key.md and exits with an error if missing. This is an inconsistency between the documented runtime behavior and actual code. Aside from that, the instructions and code only access the local api_key file and the external Mysteel endpoint (no other system files or unrelated env vars).
Install Mechanism
No install spec or external downloads; the skill is instruction-only plus a small Python script using only standard library modules (urllib, json, argparse). This is low-risk from an install perspective.
Credentials
No environment variables or unrelated credentials are requested. The only secret required is an API key for the Mysteel endpoint stored in references/api_key.md — that is proportionate to the stated purpose, but note the key is expected in a plaintext file (empty placeholder file is present in the bundle).
Persistence & Privilege
always is false and the skill does not request persistent platform privileges. It does write/read a local file (per SKILL.md) for the API key, but the shipped code only reads that file and does not modify other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install mysteel-infosearch
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /mysteel-infosearch 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of Mysteel_InfoSearch skill for commodity industry information search. - Supports intelligent retrieval of news, market alerts, policy changes, company updates, price analysis, and supply-demand events in steel, non-ferrous metals, and petrochemical sectors. - Provides both semantic understanding and intelligent screening/classification for queries. - Features API key management for secured access. - Includes command-line script for quick and flexible information querying. - Offers detailed query results with titles, summaries, source details, entity tags, sentiment analysis, and data links.
元数据
Slug mysteel-infosearch
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Mysteel_InfoSearch 是什么?

大宗商品行业资讯查询技能。用于查询钢铁、有色、能源化工等行业的动态新闻、市场快讯、政策变化、企业消息、价格异动分析、供需事件等资讯信息。当用户需要:(1) 了解行业最新动态和新闻;(2) 查询政策法规变化;(3) 获取企业生产经营消息;(4) 分析价格异动原因;(5) 跟踪供需事件;(6) 进行市场跟踪和研究支持... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 100 次。

如何安装 Mysteel_InfoSearch?

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

Mysteel_InfoSearch 是免费的吗?

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

Mysteel_InfoSearch 支持哪些平台?

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

谁开发了 Mysteel_InfoSearch?

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

💬 留言讨论