← 返回 Skills 市场
股票分析
作者
chris3cano-ship-it
· GitHub ↗
· v1.0.0
· MIT-0
887
总下载
1
收藏
14
当前安装
1
版本数
在 OpenClaw 中安装
/install stock-analyst
功能描述
股票综合分析,融合基本面分析、技术分析、量化与行为金融分析三大体系,为投资者提供多维度的选股和择时建议。当用户询问某只股票(给出股票代码或名称)、市场整体情况、个股看法、能否买入/卖出、选股建议时使用此技能。
安全使用建议
This skill mostly does what it says (multi-discipline stock analysis) but its runtime instructions ask the agent to write files to a hard-coded Windows Downloads folder and to start a local Python HTTP server and a browser to produce PDFs. Before installing or enabling this skill:
- Ask the author to remove the hard-coded path (D:\\Downloads\\) and instead require an explicit user-specified output directory at runtime. Hard-coded paths are brittle and may expose or overwrite local files.
- Confirm whether the agent will actually be allowed to start local processes (python, browser). If you do not want the agent to run processes or write files on your machine, do not enable automatic PDF generation.
- Request the skill metadata be updated to declare required binaries (e.g., python, a browser with headless/pdf support) so you can make an informed decision.
- If you allow the feature, run the skill in a controlled environment (VM or sandbox) first to observe behavior, and ensure it does not open unexpected network ports or access files outside the intended folder.
If you cannot get these clarifications or do not want the agent to execute local commands, treat this skill as untrusted and do not enable it with autonomy to run on your device.
功能分析
Type: OpenClaw Skill
Name: stock-analyst
Version: 1.0.0
The skill instructions in SKILL.md require the agent to start a local Python HTTP server and use a browser to render HTML files from the 'D:\Downloads\' directory to generate PDF reports. While these actions are framed as part of the report generation process, programmatically launching network services and browser sessions on local files introduces significant security risks, such as potential local file exposure or serving as a network pivot, which warrants a suspicious classification despite the lack of clear malicious intent.
能力评估
Purpose & Capability
技能目标(股票多维分析并生成报告)与大部分指令一致:基本面/技术/量化/综合建议都合理。但SKILL.md 强制性地要求将最终报告“必须”保存到一个硬编码的Windows路径(D:\Downloads\)并且每次分析后自动执行生成PDF的流程——这访问了主机文件系统并启动本地进程,超出了一个纯文本分析技能通常需要的权限;同时技能未在元数据中声明任何必需二进制(例如 Python、浏览器)或配置路径,二者不一致。
Instruction Scope
SKILL.md 明确要求:创建HTML到 Downloads 文件夹、启动 Python HTTP 服务器、用浏览器打开 HTML 并调用浏览器的打印/保存为 PDF 功能、将 PDF 保存到本地。这些是具体的文件写入与进程启动行为,且每次分析“必须”自动执行。指令还引用具体示例模板路径(D:\Downloads\顺网科技_300113_分析报告.html)。这种自动化本地操作会触及用户文件系统和可能启动网络监听端口(本地HTTP服务器),但没有任何声明说明需要这些权限或请求用户确认。
Install Mechanism
技能为 instruction-only,没有安装步骤,这是低风险。但运行指令隐含依赖(Python 可用以启动本地HTTP服务器、以及至少一个带打印为PDF功能的浏览器)。这些依赖未在元数据或说明中声明,导致能力需求与声明不一致。
Credentials
技能没有请求任何环境变量或凭据,这与其公开获取公开数据(网页抓取/财报/新闻)的用途相符。没有发现要求不相干的密钥或凭证。
Persistence & Privilege
技能没有设置 always:true,也不请求修改其他技能或系统配置,权限要求看似有限。但其运行时将写入本地下载目录并启动本地服务/浏览器(潜在持续活动直到进程终止),这意味着在每次自动运行时会对主机产生可观察的副作用,用户应注意授予或拒绝这类行为。
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install stock-analyst - 安装完成后,直接呼叫该 Skill 的名称或使用
/stock-analyst触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
股票分析 是什么?
股票综合分析,融合基本面分析、技术分析、量化与行为金融分析三大体系,为投资者提供多维度的选股和择时建议。当用户询问某只股票(给出股票代码或名称)、市场整体情况、个股看法、能否买入/卖出、选股建议时使用此技能。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 887 次。
如何安装 股票分析?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install stock-analyst」即可一键安装,无需额外配置。
股票分析 是免费的吗?
是的,股票分析 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
股票分析 支持哪些平台?
股票分析 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 股票分析?
由 chris3cano-ship-it(@chris3cano-ship-it)开发并维护,当前版本 v1.0.0。
推荐 Skills