← 返回 Skills 市场
bowen31337

AlphaStrike

作者 bowen31337 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
102
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install alphastrike
功能描述
Generates rule-based LONG or SHORT trading signals for BTC, ETH, and SOL perpetuals using RSI, MACD, EMA crossover, Bollinger Bands, and volume ratio indicat...
使用说明 (SKILL.md)

AlphaStrike v2

Rule-based trading signal generator for BTC, ETH, SOL on Hyperliquid perpetuals.

Indicators

Indicator Parameters Signal
RSI 14 period >70 overbought, \x3C30 oversold
MACD standard trend + momentum
EMA Crossover 9/21 short-term trend
Bollinger Bands 20, 2σ volatility breakout
Volume Ratio >1.5x = strong confirmation

Quick Start

cd ~/.openclaw/workspace/skills/alphastrike

# Generate signal for one symbol
uv run python scripts/signal.py --symbol BTC

# Run full scan (BTC/ETH/SOL)
uv run python scripts/signal.py --all

# Execute workflow
uv run python execute.py

Output Format

{
  "symbol": "BTC",
  "signal": "LONG",
  "confidence": 0.78,
  "indicators": { "rsi": 28, "macd": "bullish", "ema_cross": "golden" },
  "reasoning": "RSI oversold + MACD bullish cross + volume confirmation"
}

Files

  • scripts/signal.py — signal generator
  • execute.py — workflow runner
  • workflows/ — workflow definitions
  • data/ — historical data cache
安全使用建议
This skill appears to do what it says (generate trading signals and simulate trade execution), but there are a few red flags you should address before installing: (1) SKILL.md/README reference scripts/signal.py and folders that are not present — confirm which script is authoritative and fix filenames to avoid runtime errors. (2) The SKILL.md front-matter sets always:true, conflicting with registry metadata; ask the author why the skill should be force-included in every agent run and remove always:true unless absolutely needed. (3) The code calls Hyperliquid API endpoints (api.hyperliquid.xyz) — expected for this purpose, but review network access policies if you restrict outbound connections. (4) Because packaging is sloppy (missing files, name mismatches), run the skill in a sandbox or with dry-run mode first, inspect/execute the included Python locally, and only grant persistent inclusion after the author resolves the metadata conflict. If you want help drafting questions to the author or testing the scripts in a safe environment, say so.
功能分析
Type: OpenClaw Skill Name: alphastrike Version: 1.0.0 The AlphaStrike skill bundle is classified as suspicious because it possesses high-risk capabilities, specifically network access to the Hyperliquid API (api.hyperliquid.xyz) and a framework for executing financial trades, which are defined as risky behaviors even when aligned with the stated purpose. The bundle includes technical analysis scripts (alphastrike_signal.py) and an execution script (execute.py) that interacts with the local filesystem for logging. While no evidence of malicious intent, such as credential theft or data exfiltration, was detected, the use of a persistent prompt flag (always: true) in SKILL.md and the inherent risks of automated financial operations within an AI agent environment warrant a cautious classification.
能力标签
cryptorequires-walletrequires-sensitive-credentials
能力评估
Purpose & Capability
Name/description align with included Python code: the scripts compute RSI/MACD/EMA/Bollinger indicators from Hyperliquid data and produce signals, and execute.py can simulate (and is structured to place) trades. However SKILL.md/README repeatedly reference scripts/signal.py and folders (workflows/, data/) that are not present in the manifest; the actual signal script files are named scripts/alphastrike_signal.py and scripts/_signal_old.py. This discrepancy will cause runtime errors and indicates sloppy packaging.
Instruction Scope
Runtime instructions ask the agent to run scripts in ~/.openclaw/workspace/skills/alphastrike and to run scripts/signal.py (nonexistent). The SKILL.md front-matter sets metadata.openclaw.always: true (forcing always-inclusion) even though registry flags show always:false — the skill's own instructions therefore attempt to elevate persistence. The code itself calls out to Hyperliquid endpoints (api.hyperliquid.xyz) which is consistent with purpose; it does not attempt to read unrelated host files or environment secrets. Missing referenced files/folders and contradictory metadata are scope/behavior concerns.
Install Mechanism
There is no install spec (instruction-only), so nothing will be automatically downloaded or run at install time. The only code present is plain Python source included in the skill bundle — no external install URLs or archive extraction were specified.
Credentials
The skill declares no required environment variables or credentials. The execution code accepts an optional api_key parameter but does not read or require host secrets. There are no config paths requested that would expose unrelated credentials. This is proportionate for a signal generator and simulated executor.
Persistence & Privilege
The SKILL.md contains metadata.openclaw.always: true (with justification text), which would force the skill to be included in every agent run. Registry-level flags show always:false, so there is a direct conflict between manifest and runtime instructions. If the platform honors the SKILL.md field this is a meaningful privilege escalation (skill always loaded). Combined with autonomous invocation being allowed by default, always:true would increase the blast radius if the skill later changes behavior.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install alphastrike
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /alphastrike 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of AlphaStrike v2. - Rule-based trading signal generator for BTC, ETH, and SOL on Hyperliquid perpetuals. - Uses multiple indicators: RSI, MACD, EMA crossover, Bollinger Bands, and Volume Ratio. - Provides JSON output with signal, confidence score, indicator breakdown, and reasoning. - Includes scripts for per-symbol signal generation, full asset scan, and workflow execution.
元数据
Slug alphastrike
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

AlphaStrike 是什么?

Generates rule-based LONG or SHORT trading signals for BTC, ETH, and SOL perpetuals using RSI, MACD, EMA crossover, Bollinger Bands, and volume ratio indicat... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 102 次。

如何安装 AlphaStrike?

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

AlphaStrike 是免费的吗?

是的,AlphaStrike 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

AlphaStrike 支持哪些平台?

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

谁开发了 AlphaStrike?

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

💬 留言讨论