← 返回 Skills 市场
wyb92

Mysteel_ReportWrite

作者 mysteel · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
118
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install mysteel-reportwrite
功能描述
自动生成大宗商品研究报告,基于钢联数据库实时数据与专业框架;当用户明确要求写报告、撰写研报、生成分析报告等明确表达时使用
安全使用建议
This skill appears coherent and implements what it claims: it reads a local API key file and sends the user's query to Mysteel's reporting API, returning a JSON outline for the agent to expand into a report. Before installing or using it, consider: (1) Verify you trust the endpoint (https://mcp.mysteel.com/...) and that your API key is legitimate and scoped appropriately. (2) Avoid putting secrets or highly sensitive information in the report query, because those strings will be transmitted to the external API. (3) Ensure the agent’s exec_shell call properly escapes or passes the --query argument (to prevent shell injection) — prefer direct process invocation over unescaped shell interpolation. (4) Confirm you are comfortable the agent will write the API key to references/api_key.md in the skill directory. (5) Note a minor documentation mismatch: a referenced api_usage_guide.md is not included. If these points are acceptable, the skill is consistent with its stated purpose.
功能分析
Type: OpenClaw Skill Name: mysteel-reportwrite Version: 1.0.0 The skill is a legitimate tool for generating commodity market reports using the Mysteel (钢联) database. It uses a Python script (scripts/call_mysteel_api.py) to communicate with a specific, relevant API endpoint (mcp.mysteel.com) using a user-provided API key stored in references/api_key.md. The instructions in SKILL.md are professional, focusing on strict credential validation and structured report generation without any signs of malicious intent, data exfiltration, or unauthorized execution.
能力评估
Purpose & Capability
The skill reads a local API key file and calls Mysteel's reporting API (https://mcp.mysteel.com/...) to obtain report outlines — this matches the Skill name/description. No unrelated credentials, binaries, or system paths are requested.
Instruction Scope
Instructions require the agent to read/write references/api_key.md and to run scripts/call_mysteel_api.py via exec_shell. This is coherent with the purpose. Two items to note: (1) the SKILL.md instructs the agent to run exec_shell("python scripts/call_mysteel_api.py --query \"...\"") — if the agent constructs that shell command using unsanitized user input there is potential for shell/command-injection; the Python script itself safely parses the argument but the shell invocation must be escaped. (2) SKILL.md references references/api_usage_guide.md (API usage guide) but that file is not present in the bundle — minor documentation inconsistency.
Install Mechanism
No install spec; instruction-only with an included Python script. No downloads or archive extraction. Dependency on requests library is declared — proportional and expected.
Credentials
No environment variables or additional credentials requested. The skill uses a single local API key file (references/api_key.md) which matches the stated authentication model and is proportionate to the task.
Persistence & Privilege
always is false and the skill does not request system-wide changes or elevated privileges. It may cause the agent to write the api_key file when the user supplies a key — that is expected and scoped to the skill.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install mysteel-reportwrite
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /mysteel-reportwrite 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of Mysteel_ReportWrite: automated generation of commodity market research reports. - Integrates directly with Mysteel’s database for real-time prices, inventory, production, and trade data. - Enforces mandatory API key verification; workflow will not continue if key is missing, invalid, or a placeholder. - Uses an external script to generate a report outline, then enhances the report with structured, professional content. - Supports multiple common report types: daily, weekly, in-depth, and strategic reports. - Clearly guides users on credential setup, error handling, and usage, with real-case workflow examples.
元数据
Slug mysteel-reportwrite
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Mysteel_ReportWrite 是什么?

自动生成大宗商品研究报告,基于钢联数据库实时数据与专业框架;当用户明确要求写报告、撰写研报、生成分析报告等明确表达时使用. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 118 次。

如何安装 Mysteel_ReportWrite?

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

Mysteel_ReportWrite 是免费的吗?

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

Mysteel_ReportWrite 支持哪些平台?

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

谁开发了 Mysteel_ReportWrite?

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

💬 留言讨论