← Back to Skills Marketplace
kafroc

LOFMonitor Finance Stock Investment

by kafroc · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
644
Downloads
1
Stars
6
Active Installs
2
Versions
Install in OpenClaw
/install lof-monitor
Description
Monitors A-share LOF fund premium/discount exceeding 10% to identify and output potential arbitrage opportunities.
README (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文件内容,并输出。

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install lof-monitor
  3. After installation, invoke the skill by name or use /lof-monitor
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- 更新工具介绍,明确工具为股票金融投资(A股)LOF基金的套利监控工具 - 删除py脚本的冗余内容
v1.0.0
lofonitor 1.0.0 - 首次发布,提供A股LOF基金套利监控脚本。 - 可自动遍历LOF基金场内与场外价格,发现超过设定阈值(默认10%)的溢价或折价套利机会。 - 输出监控结果至LOFMonitor_output.txt文件。 - 安装与使用说明已包含于文档。
Metadata
Slug lof-monitor
Version 1.0.1
License MIT-0
All-time Installs 6
Active Installs 6
Total Versions 2
Frequently Asked Questions

What is LOFMonitor Finance Stock Investment?

Monitors A-share LOF fund premium/discount exceeding 10% to identify and output potential arbitrage opportunities. It is an AI Agent Skill for Claude Code / OpenClaw, with 644 downloads so far.

How do I install LOFMonitor Finance Stock Investment?

Run "/install lof-monitor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is LOFMonitor Finance Stock Investment free?

Yes, LOFMonitor Finance Stock Investment is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does LOFMonitor Finance Stock Investment support?

LOFMonitor Finance Stock Investment is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created LOFMonitor Finance Stock Investment?

It is built and maintained by kafroc (@kafroc); the current version is v1.0.1.

💬 Comments