← 返回 Skills 市场
sanduan003

缠论技术分析

作者 sanduan003 · GitHub ↗ · v1.1.0
cross-platform ✓ 安全检测通过
607
总下载
2
收藏
4
当前安装
2
版本数
在 OpenClaw 中安装
/install chan-theory-analysis
功能描述
缠论技术分析工具。基于缠中说禅理论,提供走势中枢分析、笔分段、背驰判断、买卖点识别。支持A股、港股、美股、加密货币。
使用说明 (SKILL.md)

缠论技术分析

基于缠中说禅理论的走势分析工具。

快速开始

pip3 install yfinance numpy --break-system-packages
python3 scripts/analyze.py BTC-USD
python3 scripts/analyze.py 0700.HK
python3 scripts/analyze.py AAPL

缠论核心

走势类型

类型 定义
盘整 只包含一个走势中枢
趋势 包含两个以上同级别走势中枢

三类买卖点

买卖点 说明
第1类 趋势背驰点(高风险)
第2类 第1类后次级别回抽(中等)
第3类 次级别离开后不回抽(低风险)

井论(解决非标准趋势)

  • 大井: 5高于3和1 → 第一类买卖点
  • 小井: 5高于1或3之一 → 第二类买卖点

分析功能

  • 🔍 分型识别(顶分型/底分型)
  • 📈 笔分段
  • 🏛️ 中枢检测
  • 📊 MACD背驰判断
  • 🎯 关键位置分析

支持市场

  • 港股: 0700.HK, 9988.HK
  • 美股: AAPL, TSLA, NVDA
  • 加密货币: BTC-USD, ETH-USD

输出示例

📈 笔分析:
   有效笔: 4笔
   当前笔: 下跌笔
   幅度: -33.58%
   ⚠️ 背驰迹象: 力度减弱

🎯 关键位置:
   最高: 74051
   最低: 60074
   当前位置: 57% (中性区间)

风险提示

⚠️ 缠论学习曲线较陡,仅供分析参考。

安全使用建议
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 private-data assurance, avoid running it with sensitive network environments. - The tool prints analysis and is not a substitute for professional trading advice; verify outputs and test with known symbols. - If you want extra safety, review scripts/analyze.py yourself (it's included) to confirm no unwanted behavior, or run it in an isolated sandbox before use.
功能分析
Type: OpenClaw Skill Name: chan-theory-analysis Version: 1.1.0 The skill bundle provides a legitimate technical analysis tool based on Chan Theory for financial markets. The Python script (scripts/analyze.py) uses standard libraries like yfinance and numpy to fetch and process market data without any signs of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
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.
Instruction Scope
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).
Install Mechanism
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.
Credentials
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.
Persistence & Privilege
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install chan-theory-analysis
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /chan-theory-analysis 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
- Improved documentation for faster setup and clearer core concepts - Streamlined quick start: installation and usage combined for simplicity - Refined and shortened core theory sections for better readability - Enhanced feature list with icons and concise descriptions - Market support examples clarified and reduced to key tickers - Added a clear risk disclaimer for user awareness
v1.0.0
Initial release: A Chan Theory (缠论) technical analysis tool. - Provides trend center (走势中枢) analysis, segmentation, divergence detection, and buy/sell point identification based on Chan Theory. - Supports analysis of A-shares, Hong Kong stocks, US stocks, and cryptocurrencies. - Includes automatic stroke (笔) recognition, trend center calculation, and divergence judgment (with MACD). - Identifies first, second, and third type buy/sell signals and "well" (井) patterns. - Command line support for analyzing specific stocks or crypto tickers.
元数据
Slug chan-theory-analysis
版本 1.1.0
许可证
累计安装 4
当前安装数 4
历史版本数 2
常见问题

缠论技术分析 是什么?

缠论技术分析工具。基于缠中说禅理论,提供走势中枢分析、笔分段、背驰判断、买卖点识别。支持A股、港股、美股、加密货币。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 607 次。

如何安装 缠论技术分析?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install chan-theory-analysis」即可一键安装,无需额外配置。

缠论技术分析 是免费的吗?

是的,缠论技术分析 完全免费(开源免费),可自由下载、安装和使用。

缠论技术分析 支持哪些平台?

缠论技术分析 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 缠论技术分析?

由 sanduan003(@sanduan003)开发并维护,当前版本 v1.1.0。

💬 留言讨论