← 返回 Skills 市场
loutai0307-prog

Bytesagain Quant Trader

作者 loutai0307-prog · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
108
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install bytesagain-quant-trader
功能描述
Build and analyze quantitative trading strategies. Input: asset, timeframe, parameters. Output: strategy logic, backtest signals, risk metrics, position sizi...
使用说明 (SKILL.md)

Quant Trader

Build, analyze, and optimize quantitative trading strategies. Covers signal generation, risk metrics, position sizing, and backtesting logic for crypto and equity markets.

Commands

strategy

Generate a quantitative trading strategy for a given asset and timeframe.

bash scripts/script.sh strategy --asset BTC --timeframe 4h --style momentum

Styles: momentum, mean-reversion, breakout, trend-following, pairs

signal

Analyze price action and generate entry/exit signals.

bash scripts/script.sh signal --asset ETH --price 3200 --ma20 3050 --ma50 2900 --rsi 62 --volume "above-avg"

backtest

Estimate strategy performance metrics from parameters.

bash scripts/script.sh backtest --strategy momentum --asset BTC --period "2023-2024" --entry-rsi 30 --exit-rsi 70

risk

Calculate position size and risk metrics.

bash scripts/script.sh risk --capital 10000 --risk-pct 1 --entry 3200 --stop 3050

portfolio

Analyze portfolio allocation and correlation.

bash scripts/script.sh portfolio --assets "BTC,ETH,SOL,BNB" --weights "40,30,20,10"

screener

Screen assets by technical criteria.

bash scripts/script.sh screener --market crypto --filter "rsi\x3C35,above-ma200,volume-spike"

help

Show all commands.

bash scripts/script.sh help

Key Metrics Output

  • Sharpe ratio, max drawdown, win rate, profit factor
  • Position sizing: Kelly criterion and fixed fractional
  • Risk/reward ratio per trade

Disclaimer

For educational and research purposes only. Not financial advice. Always verify with real market data before trading.

Feedback

https://bytesagain.com/feedback/ Powered by BytesAgain | bytesagain.com

安全使用建议
This skill appears to be a self-contained local helper that prints trading strategy text and performs simple calculations. Before installing or running: (1) review the remainder of scripts/script.sh (the supplied file was truncated in the listing) to confirm there are no hidden network calls or commands that were not shown; (2) run it in a safe environment (sandbox/container) if you are cautious; (3) be aware it will create ~/.local/share/bytesagain-quant-trader and possibly write files there — inspect that folder if you care about disk writes; (4) never pass real secret keys or sensitive credentials on the command line to this tool; (5) treat outputs as educational only (the skill itself includes a disclaimer). If you want higher assurance, ask the author for a full review of the remaining script content and any change history or provenance (source/homepage are unknown).
功能分析
Type: OpenClaw Skill Name: bytesagain-quant-trader Version: 1.0.0 The skill bundle provides a legitimate set of tools for quantitative trading analysis, including strategy templates, risk calculations, and portfolio metrics. The implementation in `scripts/script.sh` uses safe practices for passing arguments to Python sub-processes and contains no evidence of data exfiltration, malicious execution, or prompt injection. All functionality is consistent with the stated educational and research purposes.
能力标签
crypto
能力评估
Purpose & Capability
The name/description (quant trading, backtests, signals, risk sizing) matches the included SKILL.md and scripts/script.sh behavior. The script implements the listed commands (strategy, signal, backtest-like outputs, risk, portfolio, screener) and only performs local computations and prints results.
Instruction Scope
Runtime instructions call bash scripts/script.sh with well-scoped CLI args. The script runs embedded Python and prints analyses. It creates a data directory (~/.local/share/bytesagain-quant-trader) but the checked portions do not read other user files, environment variables, or call external endpoints. Note: the script can write into the user's home directory (its own data dir); this is expected for local caching but you may want to inspect what it stores if that matters.
Install Mechanism
No install spec; this is an instruction/script-only skill. There are no downloads or package installs in the provided files.
Credentials
The skill declares no required environment variables or credentials and the script does not reference any secrets. Arguments are passed on the command line; avoid putting secrets or private API keys in CLI arguments regardless.
Persistence & Privilege
always is false and the skill does not request system-wide configuration changes. It creates and uses its own data directory under the user's home directory only.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install bytesagain-quant-trader
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /bytesagain-quant-trader 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug bytesagain-quant-trader
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Bytesagain Quant Trader 是什么?

Build and analyze quantitative trading strategies. Input: asset, timeframe, parameters. Output: strategy logic, backtest signals, risk metrics, position sizi... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 108 次。

如何安装 Bytesagain Quant Trader?

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

Bytesagain Quant Trader 是免费的吗?

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

Bytesagain Quant Trader 支持哪些平台?

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

谁开发了 Bytesagain Quant Trader?

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

💬 留言讨论