📦 ChanLun Technical Analysis — 缠论技术分析

v1.1.0

基于缠中说禅理论,自动完成走势中枢、笔分段、背驰与买卖点识别,支持A股、港股、美股与加密货币实时分析。

2· 552·4 当前·4 累计
下载技能包
最后更新
2026/3/7
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
NULL
评估建议
This skill appears coherent with its stated purpose, but consider the following before installing: - Run the code in a virtual environment (venv/conda) rather than using '--break-system-packages' to avoid altering system Python packages. - Installing yfinance and numpy pulls packages from PyPI; if you need higher assurance, review the specific package versions or install from a pinned requirements file. - The script fetches market data from Yahoo Finance (network access). If you need offline or ...
详细分析 ▾
用途与能力
Name/description describe Chan-theory analysis for A-share/HK/US/crypto. The code and SKILL.md use yfinance and numpy to fetch historical price data and compute indicators—these dependencies are coherent and expected for the stated functionality.
指令范围
SKILL.md instructs installing yfinance and numpy and running scripts/analyze.py. The script only fetches historical data via yfinance and performs local computations and stdout printing; it does not read unrelated files, environment variables, or send data to unexpected endpoints. Note: it makes network requests to Yahoo Finance (via yfinance).
安装机制
There is no registry install spec (instruction-only), which is low-risk. SKILL.md asks users to run 'pip3 install yfinance numpy --break-system-packages' — this installs packages from PyPI (supply-chain risk) and the '--break-system-packages' flag can affect system-managed Python packages; recommend using a virtualenv or isolated environment instead of breaking system packages.
凭证需求
The skill requires no environment variables, credentials, or config paths. The code does not attempt to access secrets. The only external dependency is network access to fetch market data from Yahoo Finance.
持久化与权限
Skill does not request permanent/always-on inclusion, does not modify other skills or system settings, and does not store credentials. Autonomous invocation is allowed by platform default but is not combined with other concerning privileges here.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.1.02026/3/7

NULL

无害

安装命令

点击复制
官方npx clawhub@latest install chan-theory-analysis
镜像加速npx clawhub@latest install chan-theory-analysis --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库