Hourly Momentum Trader
ReviewAudited by ClawScan on May 10, 2026.
Overview
The skill is instruction-only and clean of code, but it tells an agent when to place crypto/Polymarket bets without clear approval, stake limits, or account-safety boundaries.
Install only if you want trading analysis and keep it signal-only by default. Before allowing any real trades or Polymarket bets, require explicit confirmation for each action, cap stake size, limit account permissions, and verify the strategy independently.
Findings (3)
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.
If the agent has access to trading or wallet tools, it could place risky bets and lose money.
The skill defines conditions for placing bets tied to a funded balance, but does not require explicit user approval, stake limits, or other safeguards before acting.
Bet when: ... abs(momentum_score) >= 3 ... abs(edge) >= 0.10 ... USDC.e balance >= $5
Use this only as a signal generator unless the user explicitly approves each trade; add max stake, allowed markets, balance limits, and confirmation requirements.
Users may overtrust the strategy and allow the agent to make speculative financial decisions based on unsupported confidence claims.
The artifact presents a simple indicator score as high-confidence probability and high-EV betting guidance without validation, downside discussion, or risk warnings.
score 6 = 80% confidence ... edge = our_prob - market_prob_up ... 45% edge! ... Highest-EV Polymarket plays ... 3-5x payout
Treat the outputs as unvalidated analysis, not financial advice; require independent verification, backtesting, and clear risk controls before any bet.
Account or wallet access could expose funds if the agent is connected to trading tools with broad permissions.
This implies possible interaction with a funded wallet or Polymarket account, although the artifacts do not declare credentials or show credential handling code.
USDC.e balance >= $5
Do not connect unrestricted wallet or exchange permissions; use limited funds, read-only data where possible, and explicit approval for any transaction.
