← 返回 Skills 市场
72
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install quant-stock-list
功能描述
从图片自动识别股票并加入股票池。触发条件:用户发送股票截图/图片并要求加入股票池。功能:(1) 使用RapidOCR识别图片中的股票代码、名称、涨幅、价格 (2) 自动去重 (3) FIFO原则管理30只股票上限 (4) 保存到manual_stock_list.json。
安全使用建议
What to check before installing:
- Confirm the hard-coded paths are intended: both scripts use /Users/wy/.openclaw/… which is a specific user directory. If your environment uses a different user or a container, the skill may fail or overwrite files unexpectedly. Ask the author to make the media and workspace paths configurable.
- Ensure dependencies (rapidocr_onnxruntime and OpenCV / python-opencv) are available in your runtime. The package/dependency installation is not declared; the skill will fail without them.
- Review the files the skill writes to (manual_stock_list.json) and back them up if needed. Test in a sandbox or with dummy files first.
- Confirm privacy expectations: the skill will read inbound images and persist recognized stock codes and names locally. If inbound images contain other sensitive content, be aware it will be processed.
- If you want to reduce risk, request the author to: (1) replace absolute paths with configurable environment variables or relative workspace paths, (2) add an install spec or dependency list, and (3) include explicit error handling/logging and a dry-run mode. If these changes are made, re-evaluate; as-is the issues look like sloppy engineering rather than overt malicious behavior, but they warrant caution.
功能分析
Type: OpenClaw Skill
Name: quant-stock-list
Version: 1.0.0
The skill contains hardcoded absolute file paths pointing to a specific user's home directory (/Users/wy/) in both scripts/add_stocks.py and scripts/update_stock_list.py. While the logic for OCR and stock list management aligns with the stated purpose, the use of fixed, non-portable paths is a significant security flaw and suggests the code was either poorly adapted from a local environment or designed to interact with a specific user's filesystem.
能力评估
Purpose & Capability
Name/description (parse stock screenshots and maintain a 30-item FIFO list) aligns with the included scripts: both scripts use RapidOCR/OpenCV to read images, parse 6-digit codes, de-duplicate, enforce FIFO, and save JSON.
Instruction Scope
SKILL.md and scripts instruct the agent to read images from an absolute path (/Users/wy/.openclaw/media/inbound/{uuid}.jpg) and write to a hard-coded path (/Users/wy/.openclaw/workspace-changniu/stone_quant/manual_stock_list.json). That direct access to a user home path tied to username 'wy' is brittle and could read or overwrite unexpected files if the runtime differs. The instructions also assume the RapidOCR runtime and OpenCV are available but do not declare or install them.
Install Mechanism
No install spec provided. The code imports third-party packages (rapidocr_onnxruntime, cv2) but the skill does not declare required binaries or dependency installation steps. This is a mismatch (the code will fail unless the environment already has these packages).
Credentials
The skill requests no credentials or env vars, which is proportionate. However it writes to and reads from absolute paths under a specific user's home — this is not secret-leakage but is an access-scope concern (it will modify files in that path). No network exfiltration or external endpoints are present in the code.
Persistence & Privilege
always is false and the skill does not attempt to modify other skills or global agent configuration. It only writes its own JSON file in a workspace path; that is expected for this functionality.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install quant-stock-list - 安装完成后,直接呼叫该 Skill 的名称或使用
/quant-stock-list触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
初始版本:从图片识别股票并自动加入股票池,支持FIFO去重
元数据
常见问题
股票列表自动管理 是什么?
从图片自动识别股票并加入股票池。触发条件:用户发送股票截图/图片并要求加入股票池。功能:(1) 使用RapidOCR识别图片中的股票代码、名称、涨幅、价格 (2) 自动去重 (3) FIFO原则管理30只股票上限 (4) 保存到manual_stock_list.json。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 72 次。
如何安装 股票列表自动管理?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install quant-stock-list」即可一键安装,无需额外配置。
股票列表自动管理 是免费的吗?
是的,股票列表自动管理 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
股票列表自动管理 支持哪些平台?
股票列表自动管理 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 股票列表自动管理?
由 wy859(@wy859)开发并维护,当前版本 v1.0.0。
推荐 Skills