← 返回 Skills 市场
Eth Strategy
作者
samary-xia
· GitHub ↗
· v1.0.2
· MIT-0
110
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install eth-strategy
功能描述
对 ETH/USDT 进行全方位技术分析,输出方向(多/空)、进场、止损、分批止盈点位。 使用的分析手段包括:缠论结构、MACD、EMA、MA、KDJ、BOLL、RSI、ADX、 各种 K 线形态(裸K、吞没、锤子等)、大单成交量(筹码区)以及 简易的散户情绪/做市商猎杀区判定。
使用说明 (SKILL.md)
ETH Strategy Skill
使用方式
在 OpenClaw 中运行: openclaw exec eth-strategy \x3Cpair>
示例: openclaw exec eth-strategy ETH/USDT
默认 pair 为 ETH/USDT,如果想分析其他交易对(如 BTC/USDT),只需把参数改成对应的符号即可。
依赖
- pandas
- pandas-ta
- ccxt
- numpy
安全使用建议
This skill appears coherent and only uses public market data to produce technical signals. Before installing, consider: (1) dependency installation will pull packages from PyPI—review and pin versions if you need stricter supply-chain control; (2) ccxt uses public Binance endpoints here (no API keys), but rate limits or data correctness may affect signals; (3) the strategy is heuristic — test with paper trading before using real funds; (4) run in an isolated environment (virtualenv/container) if you want to limit impact of third‑party packages.
功能分析
Type: OpenClaw Skill
Name: eth-strategy
Version: 1.0.2
The skill is a legitimate technical analysis tool for cryptocurrency trading. The code in main.py uses standard libraries (ccxt, pandas-ta) to fetch public market data from Binance and calculate indicators like MACD and RSI without requiring sensitive API keys or performing unauthorized network/file operations.
能力标签
能力评估
Purpose & Capability
Name/description match the implementation: main.py fetches public OHLCV from Binance via ccxt, computes technical indicators (pandas-ta) and outputs entry/stop/tp signals. Required libraries (pandas, pandas-ta, ccxt, numpy) are appropriate for the task and nothing in the code requests unrelated capabilities or secrets.
Instruction Scope
SKILL.md instructs running the skill with an optional pair parameter and lists the same dependencies. The runtime code only reads market data (public Binance endpoints), computes indicators, and prints JSON; it does not read environment variables, arbitrary files, or send data to unexpected endpoints.
Install Mechanism
There is no custom install spec; the bundle includes a requirements.txt and a Python script. Dependencies are standard PyPI packages (pandas, pandas-ta, ccxt, numpy). No downloads from untrusted URLs or archive extraction are present.
Credentials
The skill declares no required environment variables, credentials, or config paths. main.py does not access secrets or external configuration; it only uses public ccxt methods to fetch market data.
Persistence & Privilege
The skill does not request permanent/always-on presence (always:false) and does not modify other skills or system-wide settings. Autonomous invocation is permitted (default) but is not combined with broad access or secrets.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install eth-strategy - 安装完成后,直接呼叫该 Skill 的名称或使用
/eth-strategy触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- Update metadata in SKILL.md: added version field and YAML frontmatter.
- Reformatted sections for clarity and consistency.
- No changes to core functionality, dependencies, or usage instructions.
v1.0.1
- Unified skill name and slug format from eth_strategy to eth-strategy across documentation and usage examples.
- Updated command-line usage to use eth-strategy for consistency.
- No changes to analysis features or dependencies.
v1.0.0
ETH Strategy Skill 1.0.0 - Initial Release
- Provides comprehensive technical analysis for ETH/USDT, including trend direction (long/short), entry, stop-loss, and tiered take-profit points.
- Utilizes multiple analysis methods: Chan theory structures, MACD, EMA, MA, KDJ, BOLL, RSI, ADX, various candlestick patterns, large order volume zones, and sentiment/hunt zone heuristics.
- Supports custom trading pairs; defaults to ETH/USDT.
- Easy execution via OpenClaw with simple command-line interface.
- Requires: pandas, pandas-ta, ccxt, numpy.
元数据
常见问题
Eth Strategy 是什么?
对 ETH/USDT 进行全方位技术分析,输出方向(多/空)、进场、止损、分批止盈点位。 使用的分析手段包括:缠论结构、MACD、EMA、MA、KDJ、BOLL、RSI、ADX、 各种 K 线形态(裸K、吞没、锤子等)、大单成交量(筹码区)以及 简易的散户情绪/做市商猎杀区判定。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 110 次。
如何安装 Eth Strategy?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install eth-strategy」即可一键安装,无需额外配置。
Eth Strategy 是免费的吗?
是的,Eth Strategy 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Eth Strategy 支持哪些平台?
Eth Strategy 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Eth Strategy?
由 samary-xia(@samary-xia)开发并维护,当前版本 v1.0.2。
推荐 Skills