📦 Strategy Workflow — 策略开发流

v0.1.0

一站式策略开发工作流,从创意构思、回测验证到参数优化,支持量化交易与策略评估,全程自动化驱动。

1· 459·0 当前·0 累计
ahuserious 头像by @ahuserious (Dan Repaci)
下载技能包
最后更新
2026/4/22
0
安全扫描
VirusTotal
可疑
查看报告
OpenClaw
可疑
high confidence
The skill's prose describes a large, always-on, system-level orchestration workflow (ssh/scp, tmux watch‑dogs, PID management, persistent state files, cloud GPU use) but it declares no credentials, binaries, or install steps — the declared surface doesn't match what the instructions require.
评估建议
This skill's instructions expect system-level and network privileges (ssh/scp, tmux, process management, persistent state files, optional DB and vendor ingest) but the package declares none of the required credentials or binaries. Before installing or running: 1) Request the actual scripts referenced (start_swarm_watchdogs.sh, launch_parallel.sh, optimize_strategy.py, validation.py, etc.) and review them line-by-line — do not run blindly. 2) Require explicit declarations of required environment ...
详细分析 ▾
用途与能力
The stated purpose (strategy development, backtests, distributed optimization) plausibly needs SSH, GPUs, tmux, python, and access to remote storage/DBs; those tools and credentials are referenced repeatedly in the instructions but are not declared in the registry metadata. It's plausible but the skill should have required env vars (SSH keys/host, Vast.ai/API creds, DB URL) and required binaries listed.
指令范围
SKILL.md instructs the agent to run system-level scripts (start_swarm_watchdogs.sh, launch tmux loops), run pgrep/kill/relaunch logic, read/write many persistent state/log files under workspace/docs, scp/ssh to remote hosts, and ingest private docs — all of which grant broad read/write and network access. The instructions are prescriptive about autonomous, always-on remediation and continuous communication; that scope is large and not constrained to the stated purpose.
安装机制
This is an instruction-only skill with no install spec or code files to execute. That reduces direct installation risk, but the runtime commands it tells the agent to run will invoke external scripts (which are not bundled) and system tools on the host.
凭证需求
The skill declares no required env vars or primary credential, yet the workflow expects SSH/scp access (HOST/PORT), potential cloud provider credentials (Vast.ai or vendor APIs), and optional DB connection strings (Postgres RDBStorage). The absence of declared credentials is a mismatch and could lead an agent to request or use secrets ad-hoc.
持久化与权限
Although registry flags do not force always-on inclusion, the skill's instructions push for always-on, autonomous watchdogs that persist state, auto-heal, and relaunch processes. That behavior would write persistent logs/state, modify system process state, and perform network operations — a high privilege footprint that should be explicitly declared and limited.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv0.1.02026/2/28

strategy-workflow 2.0.0 is a major upgrade providing an end-to-end quantitative trading strategy framework. - Adds multi-GPU backtesting, Bayesian hyperparameter optimization with Optuna, and walk-forward validation support. - Introduces watchdogs and a control plane for hardware/resource management and self-healing orchestration. - Details new entry points for parallel and single-symbol workflows, including cloud deployment instructions. - Expands documentation with step-by-step development guidance, pre-flight validation, parameter optimization, and guardrails. - Enables automated tearsheet/report generation and multi-provider PAL MCP integration. - Provides comprehensive implementation notes, references, and orchestration instructions.

可疑

安装命令

点击复制
官方npx clawhub@latest install strategy-workflow
镜像加速npx clawhub@latest install strategy-workflow --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库