Eth Strategy

v1.0.2

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

0· 103·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for samary-xia/eth-strategy.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Eth Strategy" (samary-xia/eth-strategy) from ClawHub.
Skill page: https://clawhub.ai/samary-xia/eth-strategy
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install eth-strategy

ClawHub CLI

Package manager switcher

npx clawhub@latest install eth-strategy
Security Scan
Capability signals
Crypto
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

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

latestvk971w0xkg2yph4s274d2ev6pd584fmmv
103downloads
0stars
3versions
Updated 2w ago
v1.0.2
MIT-0

ETH Strategy Skill

使用方式

在 OpenClaw 中运行: openclaw exec eth-strategy <pair>

示例: openclaw exec eth-strategy ETH/USDT

默认 pair 为 ETH/USDT,如果想分析其他交易对(如 BTC/USDT),只需把参数改成对应的符号即可。

依赖

  • pandas
  • pandas-ta
  • ccxt
  • numpy

Comments

Loading comments...