LOFMonitor Finance Stock Investment
v1.0.1Monitors A-share LOF fund premium/discount exceeding 10% to identify and output potential arbitrage opportunities.
⭐ 1· 533·6 current·6 all-time
by@kafroc
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
latestvk975q7nvgvf3ycwkmkmb4h8h9n82rrhp
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
