← 返回 Skills 市场
644
总下载
1
收藏
6
当前安装
2
版本数
在 OpenClaw 中安装
/install lof-monitor
功能描述
Monitors A-share LOF fund premium/discount exceeding 10% to identify and output potential arbitrage opportunities.
使用说明 (SKILL.md)
\r
工具介绍:\r
这是一个股票金融投资(A股)LOF基金的套利监控工具,通过遍历LOF基金的场内和场外差价发现套利机会。当溢价或折价超过脚本设置的阈值(默认为10%),工具会监控到并输出。\r \r
安装依赖\r
python -m pip install requirements.txt\r \r
工具使用\r
python LOFMonitor.py\r \r
获取结果\r
待脚本执行结束(预计运行时间约30秒),直接读取LOFMonitor_output.txt文件内容,并输出。
安全使用建议
This skill appears to do what it says: fetch public market/NAV data, compute premiums/discounts, and write results to LOFMonitor_output.txt. Before installing/running: (1) fix the install step to 'python -m pip install -r requirements.txt' and add 'beautifulsoup4' to requirements (or install it manually), (2) be aware the script makes outbound HTTP requests (akshare and direct scraping of eastmoney), so run it in an environment where outbound network access is acceptable, (3) run the script in a sandbox or isolated environment if you want to avoid accidental network leakage or dependency changes, and (4) inspect or run the script manually the first time to confirm behavior. No credentials are requested by the skill.
功能分析
Type: OpenClaw Skill
Name: lof-monitor
Version: 1.0.1
The skill bundle is a legitimate financial monitoring tool designed to identify arbitrage opportunities in A-share LOF funds. The code in LOFMonitor.py uses standard libraries (akshare, pandas, requests) to fetch market data from Sina and Eastmoney, calculates premium/discount rates, and outputs results to a text file as described in SKILL.md, with no evidence of malicious intent or data exfiltration.
能力评估
Purpose & Capability
The skill's code (LOFMonitor.py) implements exactly what the description says: it gathers LOF fund market prices and NAVs, computes premium/discount rates, scrapes fund status from a public fund page, and writes matching results to LOFMonitor_output.txt. No unrelated services, credentials, or system-level accesses are requested.
Instruction Scope
SKILL.md correctly instructs running the script and reading LOFMonitor_output.txt but omits that the script will make outbound HTTP requests (via akshare and requests) and scrape eastmoney pages. The SKILL.md install instruction is incorrect ('python -m pip install requirements.txt' should be 'python -m pip install -r requirements.txt'), and SKILL.md does not mention the need for BeautifulSoup (bs4) even though the code imports it.
Install Mechanism
There is no install spec (instruction-only), which is low risk. The repository includes requirements.txt listing akshare, pandas, requests — appropriate for the task — but it omits beautifulsoup4, which the code requires. The install instruction in SKILL.md is wrong and will not reliably install dependencies.
Credentials
The skill requests no environment variables, no credentials, and no config paths. The network access it needs (public finance data providers and scraping eastmoney) is proportional to its stated purpose.
Persistence & Privilege
The skill is not forced-always, does not request elevated or persistent privileges, and does not modify other skills or system configurations. It only writes a local output file in the working directory.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install lof-monitor - 安装完成后,直接呼叫该 Skill 的名称或使用
/lof-monitor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- 更新工具介绍,明确工具为股票金融投资(A股)LOF基金的套利监控工具
- 删除py脚本的冗余内容
v1.0.0
lofonitor 1.0.0
- 首次发布,提供A股LOF基金套利监控脚本。
- 可自动遍历LOF基金场内与场外价格,发现超过设定阈值(默认10%)的溢价或折价套利机会。
- 输出监控结果至LOFMonitor_output.txt文件。
- 安装与使用说明已包含于文档。
元数据
常见问题
LOFMonitor Finance Stock Investment 是什么?
Monitors A-share LOF fund premium/discount exceeding 10% to identify and output potential arbitrage opportunities. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 644 次。
如何安装 LOFMonitor Finance Stock Investment?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install lof-monitor」即可一键安装,无需额外配置。
LOFMonitor Finance Stock Investment 是免费的吗?
是的,LOFMonitor Finance Stock Investment 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
LOFMonitor Finance Stock Investment 支持哪些平台?
LOFMonitor Finance Stock Investment 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 LOFMonitor Finance Stock Investment?
由 kafroc(@kafroc)开发并维护,当前版本 v1.0.1。
推荐 Skills