股票技术分析

v1.8.1

Professional stock & fund technical analysis tool for A-share, HK, US markets — MA, MACD, RSI, KDJ, Bollinger Bands, ATR, scoring system. 股票技术分析工具,支持A股/港股/美股...

1· 104·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (technical stock analysis for A/HK/US markets) match the declared requirements: python binary and Python libraries (requests, pandas, numpy, optional akshare/yfinance). No unrelated services or credentials are requested.
Instruction Scope
SKILL.md limits actions to installing Python packages and running the included script. The runtime instructions and CLI options match the script's behavior. The script reads/writes a config file under ~/.stock-analysis (watchlist/storage) and performs outbound requests to public finance APIs — this is expected but worth noting.
Install Mechanism
No automated install spec (instruction-only). The skill includes a Python script and requirements.txt; running it will execute that code. No downloads from third-party URLs or archive extraction are present in the skill metadata. Users should still inspect the bundled script before executing it.
Credentials
The skill requests no environment variables or credentials. Network access to public market data endpoints (Sina, yfinance, 东财/other public APIs) is used and is coherent with the stated purpose. The skill writes its own config file under the user's home directory only.
Persistence & Privilege
always is false and disable-model-invocation is default. The only persistent effect is creating ~/.stock-analysis/config.json for watchlist/defaults — normal for a CLI tool and limited in scope.
Assessment
This skill appears coherent for a CLI stock-analysis tool. Before installing or running it: (1) review the included scripts/stock_analysis.py yourself (it will be executed by Python); (2) be aware it makes outbound requests to public finance APIs (Sina, yfinance, 东财) and may access the network; (3) it will create and modify ~/.stock-analysis/config.json for watchlist/defaults; (4) optional packages (akshare, yfinance) may be suggested — only install what you need. If you require stronger isolation, run the script in a restricted environment (container/VM) or review the full code to confirm there are no unexpected external endpoints or hidden behaviors.

Like a lobster shell, security has layers — review code before you run it.

latestvk97bxd6zkmkgysahw2zdmfpd5h84g281

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

Binspython

Comments