Bytesagain Quant Trader
v1.0.0Build and analyze quantitative trading strategies. Input: asset, timeframe, parameters. Output: strategy logic, backtest signals, risk metrics, position sizi...
⭐ 0· 32·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
Capability signals
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
OpenClaw
Benign
high confidencePurpose & 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.
Assessment
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).Like a lobster shell, security has layers — review code before you run it.
latestvk97d8s8520hktjhvf7t20pzyyh84929g
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
