← Back to Skills Marketplace
samary-xia

Eth Strategy

by samary-xia · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ Security Clean
110
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install eth-strategy
Description
对 ETH/USDT 进行全方位技术分析,输出方向(多/空)、进场、止损、分批止盈点位。 使用的分析手段包括:缠论结构、MACD、EMA、MA、KDJ、BOLL、RSI、ADX、 各种 K 线形态(裸K、吞没、锤子等)、大单成交量(筹码区)以及 简易的散户情绪/做市商猎杀区判定。
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
crypto
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install eth-strategy
  3. After installation, invoke the skill by name or use /eth-strategy
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug eth-strategy
Version 1.0.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is Eth Strategy?

对 ETH/USDT 进行全方位技术分析,输出方向(多/空)、进场、止损、分批止盈点位。 使用的分析手段包括:缠论结构、MACD、EMA、MA、KDJ、BOLL、RSI、ADX、 各种 K 线形态(裸K、吞没、锤子等)、大单成交量(筹码区)以及 简易的散户情绪/做市商猎杀区判定。 It is an AI Agent Skill for Claude Code / OpenClaw, with 110 downloads so far.

How do I install Eth Strategy?

Run "/install eth-strategy" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Eth Strategy free?

Yes, Eth Strategy is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Eth Strategy support?

Eth Strategy is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Eth Strategy?

It is built and maintained by samary-xia (@samary-xia); the current version is v1.0.2.

💬 Comments