← 返回 Skills 市场
88
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install futures-morning-brief
功能描述
期货早报生成工具。用户输入网址或留空默认使用西本资讯,自动抓取当天最新行业要闻早餐,按固定HTML格式输出,包含:整体综述(置顶)、重点关注(3条)、信息速览(行情表格)、宏观要闻(10条+详情)、产业要闻(6条+详情)。触发词:生成早报、期货早报、早间新闻、行业要闻早餐、早班车、卓钢早报。
使用说明 (SKILL.md)
期货早报生成工具
工作流程
Step 1:获取目标 URL
- 用户提供网址时直接使用;未提供时默认 https://www.steelx2.com/;进入后自动定位当前日期最新的 X月X日行业要闻早餐 文章
- 只使用用户提供的内容,不搜索其他来源
Step 2:提取页面内容
- 重点关注:页面中重点关注板块(通常3条,含标题+详情)
- 行情数据:品种、收盘价、涨跌、幅度
- 宏观要闻:10条(标题+详情)
- 产业要闻:6条(标题+详情)
Step 3:生成 HTML 早报
按 \references/output-format.md 规范输出,保存到用户桌面。
HTML 结构顺序:
- 顶部横幅
- 整体综述(置顶第一版块)
- 重点关注(3条)
- 信息速览(四列表格)
- 宏观要闻(标题列表+每条标题+内容展开,共10条)
- 产业要闻(标题列表+每条标题+内容展开,共6条)
- 页脚
全文不显示任何来源说明。
Step 4:验证
打开生成的 HTML 截图确认。
参考资源
- 格式规范:\references/output-format.md
- 原始模版:ssets/template.html
注意事项
- 默认:西本资讯 steelx2.com,自动获取最新一期早报
- 表格涨跌:正数红色 rgb(204,0,0);负数绿色 rgb(0,128,0)
- 宏观/产业要闻:每条新闻标题+内容直接展开,不用折叠/滚动区
- 产业要闻标题蓝色 rgb(79,129,189);宏观要闻标题棕色 rgb(117,79,68)
- 主色调:#d2bd8b 金棕色
安全使用建议
What to consider before installing:
- Confirm you are comfortable with the skill saving files to your Desktop and with the agent (runtime) having filesystem write permission. If you run the agent on a shared machine, generated files may be visible to others.
- The skill explicitly hides source attribution in every output. That can create copyright, audit, or trust issues — if you need provenance or must keep attribution, do not use this behavior or modify the template/instructions.
- The provided HTML template contains external image/link URLs (wework.qpic.cn, open.work.weixin.qq.com, etc.). Opening the generated HTML will cause your browser or agent to contact those servers, which can expose your IP and that you opened the file. Remove or inline external assets if you need privacy, or configure the agent to sanitize/strip remote resources.
- Avoid pointing the tool at private/internal URLs or pages requiring authentication unless you understand how the agent handles fetched content and whether outputs will be transmitted off-host.
Recommended mitigations:
- Inspect and edit assets/template.html to remove or localize external resources before use.
- Change the output-format to include source attribution if you require provenance.
- Test the skill on a public, non-sensitive URL first to observe behavior.
- Ask the maintainer (or provide additional docs) about where the agent runs (local vs. cloud), whether outputs are uploaded automatically, and whether screenshots or generated files are transmitted to external services — this information would increase confidence and could change the verdict to benign.
功能分析
Type: OpenClaw Skill
Name: futures-morning-brief
Version: 1.0.0
The skill bundle is a specialized tool for generating financial reports (futures morning briefs) by scraping industry news from specified or default websites (e.g., steelx2.com). While the workflow involves high-privilege agent actions such as writing HTML files to the user's desktop and taking screenshots for verification (SKILL.md), these behaviors are transparently documented and directly support the stated functionality. No evidence of data exfiltration, malicious payloads, or harmful prompt injection was found in the code or instructions.
能力评估
Purpose & Capability
Name, description, and included files (SKILL.md, template, output-format) match the described purpose: scraping a single provided news page (default steelx2.com) and producing an HTML brief. There are no unrelated required binaries or credentials.
Instruction Scope
Runtime instructions explicitly tell the agent to fetch the provided URL (or default steelx2.com), extract many items, save a generated HTML to the user's Desktop, and open a screenshot for verification. The spec also requires the output to omit any source attribution. The provided HTML template contains external links/images (wework.qpic.cn, open.work.weixin.qq.com, etc.) which the user's browser or agent will load when the file is opened — this can leak the user's IP and reveal that the file was opened. The 'do not show sources' requirement is an integrity/ethics concern and may be incompatible with copyright or audit requirements.
Install Mechanism
Instruction-only skill with no install spec and no code files to execute; low installation risk. Nothing will be downloaded/installed by the skill itself according to metadata.
Credentials
No credentials or environment variables are requested, which is proportionate. However, the instructions implicitly require filesystem access (write to Desktop) and network access (HTTP fetches of the provided URL and the template's remote assets). If you intend to run this against internal or authenticated pages, the skill's behavior could leak sensitive content or credentials if the runtime transmits data externally.
Persistence & Privilege
always:false and no special privileges requested. The skill does not request persistent presence or modify other skills' configs according to the manifest.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install futures-morning-brief - 安装完成后,直接呼叫该 Skill 的名称或使用
/futures-morning-brief触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of futures-morning-brief:
- Generates a daily futures morning brief in structured HTML format.
- Automatically fetches the latest industry news breakfast from SteelX2 (西本资讯) or user-provided URL.
- Summarizes key sections: overview, key highlights (3), market snapshots (table), macro news (10), and industry news (6).
- Follows specified color and HTML style conventions for clear visual distinction.
- Saves report to desktop and verifies output with an automated screenshot.
元数据
常见问题
卓钢链黑色产研院的早报工具 是什么?
期货早报生成工具。用户输入网址或留空默认使用西本资讯,自动抓取当天最新行业要闻早餐,按固定HTML格式输出,包含:整体综述(置顶)、重点关注(3条)、信息速览(行情表格)、宏观要闻(10条+详情)、产业要闻(6条+详情)。触发词:生成早报、期货早报、早间新闻、行业要闻早餐、早班车、卓钢早报。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 88 次。
如何安装 卓钢链黑色产研院的早报工具?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install futures-morning-brief」即可一键安装,无需额外配置。
卓钢链黑色产研院的早报工具 是免费的吗?
是的,卓钢链黑色产研院的早报工具 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
卓钢链黑色产研院的早报工具 支持哪些平台?
卓钢链黑色产研院的早报工具 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 卓钢链黑色产研院的早报工具?
由 lirenming(@lirenming)开发并维护,当前版本 v1.0.0。
推荐 Skills