Crypto Strategy Suite

WarnAudited by ClawScan on May 18, 2026.

Overview

This is a disclosed crypto-trading skill, but it asks for live exchange keys and can start automated spot/futures trading without clearly bounded limits or stop controls.

Only install this if you intentionally want an agent to help run crypto trades. Start on testnet, use a small isolated exchange subaccount, create trade-only/no-withdrawal API keys with IP allowlisting, set hard notional and leverage limits, and understand the SkillPay per-call billing before enabling live automation.

Findings (5)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

If the exchange key is broad, the agent or a compromised workflow could place trades or futures positions that cause financial loss.

Why it was flagged

The skill requires live exchange credentials for accounts that can support spot and futures trading, but does not specify constrained API permissions or other credential safety boundaries.

Skill content
export EXCHANGE_API_KEY="your-api-key"
export EXCHANGE_API_SECRET="your-api-secret"
# 交易所 API(支持 Binance / OKX / Bybit)
Recommendation

Use only a testnet or isolated subaccount first; create trade-only, no-withdrawal API keys with IP restrictions and minimal balances.

What this means

The skill could place multiple automated spot or futures trades faster than the user expects, potentially losing funds.

Why it was flagged

After a single user selection, including enabling all strategies, the skill says it will automatically configure and start strategy monitoring, but it does not describe per-order confirmation, hard position caps, or a stop procedure.

Skill content
[A] 全部启用 ... 选择后 Skill 将自动配置参数并启动策略监控循环。
Recommendation

Require explicit confirmation before live orders, add maximum notional and leverage caps, default to dry-run/testnet, and provide a clear stop/cancel-all workflow.

What this means

Trading automation may continue acting after the initial invocation, including closing or opening positions without fresh user review.

Why it was flagged

The skill describes long-running monitoring and automated position management, but does not define runtime limits, user re-approval intervals, or cleanup behavior.

Skill content
启动策略监控循环 ... 时间止损在持仓超过 4 小时无盈利时自动平仓
Recommendation

Add explicit runtime duration, status reporting, manual stop instructions, and automatic cancellation/position cleanup rules.

What this means

The clean static scan should not be treated as proof that live trading behavior is safely implemented.

Why it was flagged

Instruction-only skills can be legitimate, but for live financial automation this means the supplied artifacts do not provide reviewable code showing how key handling and order limits are enforced.

Skill content
No code files present — this is an instruction-only skill. The regex-based scanner had nothing to analyze.
Recommendation

Review any actual runtime implementation before providing live keys, and prefer skills with explicit, auditable safeguards.

What this means

Repeated or unintended invocations may incur charges through the third-party billing service.

Why it was flagged

The per-call SkillPay billing is disclosed, but users should notice that invoking the skill can trigger external billing before strategy execution.

Skill content
本 Skill 为付费 Skill,每次调用通过 SkillPay 自动计费 ... amount: 0.003
Recommendation

Confirm the billing terms and invocation settings before use, especially if the agent can call the skill without a direct slash command.