📦 Perfect Storm Options — 纸面期权风暴
v1.0.0专为"完美风暴"策略设计的自主、风险受限期权交易代理,仅用于纸面交易,可一键配置、运行并评估策略表现。
0· 168·1 当前·1 累计
下载技能包
最后更新
2026/4/20
安全扫描
OpenClaw
可疑
medium confidenceNULL
评估建议
This skill appears to implement a conservative paper-trading options strategy, but there are packaging and configuration mismatches you should resolve before enabling it. Specifically: (1) the instructions expect files at references/... and a helper script scripts/alpaca.mjs, but the archive contains AGENTS.md and a differently named risk_config YAML and no scripts directory — supply or correct these paths. (2) SKILL.md checks APCA_API_BASE_URL and broker state but the manifest declares no env v...详细分析 ▾
ℹ 用途与能力
The name/description and instructions consistently describe a paper-only Perfect Storm options trading agent (Alpaca paper API integration, risk_config enforcement, journaling). That purpose is plausible and the constraints (paper-only, strict risk limits) are appropriate. However, the runtime instructions reference Alpaca integration and helper scripts (scripts/alpaca.mjs) even though no code files are included and no Alpaca credentials or env vars are declared in the skill manifest — an inconsistency to resolve.
⚠ 指令范围
SKILL.md instructs the agent to load specific reference files (references/risk_config.yaml, references/AGENTS.md) and to run scripts/alpaca.mjs for account/ order operations. In the provided package the files exist under different names/locations (AGENTS.md and risk_config_openclaw_best_practices.yaml at root) and the scripts directory is missing. The skill also expects to detect APCA_API_BASE_URL and may act on broker/account state, but required env vars are not declared. These path/name/env mismatches mean the agent could fail or behave unexpectedly unless the runtime environment is prepared exactly as the instructions assume.
✓ 安装机制
Instruction-only skill with no install spec and no code files to execute reduces install-time risk. Nothing is downloaded or written by an installer from unknown URLs.
⚠ 凭证需求
The instructions require access to Alpaca API details (APCA_API_BASE_URL and presumably API credentials) and to broker/account state for safety checks, but the skill manifest lists no required environment variables or primary credential. That mismatch makes it unclear what credentials the agent expects and whether they must be paper-only. Requesting zero credentials in the manifest while instructing to read broker environment/config is disproportionate and risky unless clarified.
✓ 持久化与权限
The skill is not marked always:true, has no install hooks, and does not request system-wide changes. It does require loading a risk_config file at startup, which is normal for constrained agents. No unexpected persistence or privilege elevation is apparent.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/3/18
NULL
● 无害
安装命令
点击复制官方npx clawhub@latest install perfect-storm-options-trader-v2
镜像加速npx clawhub@latest install perfect-storm-options-trader-v2 --registry https://cn.longxiaskill.com