Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
AI now asks your trading style in plain language (no more technical type names), auto-generates all entry/exit rules from your strategy description, and always shows strategy examples. Fixed several command flag inconsistencies.
What This Skill Does
Fetches live smart money signals from Hyperliquid and Polymarket by tracking wallets with high win rates. Supports creating automated perpetual trading agents that combine smart money positioning, technical analysis, and derivatives data into a composite signal. Agents run fully automated or require manual approval before each trade executes.
Combines smart money wallet tracking, multi-timeframe technical analysis, and derivatives data into one composite signal, removing the need for separate tools to gather each data source.
When to use it
- Check what high win-rate wallets are positioned on before entering a BTC trade
- Find top Polymarket traders by PnL in a specific category like politics or crypto
- Create an automated ETH swing trading agent that follows smart money wallets
- Review and approve AI-generated trade plans via Telegram before they execute on Hyperliquid
- Backtest a trading agent's config against 30 days of historical price data
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Create a BTC and ETH momentum agent that follows smart money and sends me trade plans to approve
- 1Asks user for assets, trading style, risk profile, strategy description, and withdrawal address
- 2Generates trigger_conditions JSON: LONG when SM long_ratio >=50, wallet_count >=3, and at least one of 4h SuperTrend=buy or ADX>=15; exit when SM short_ratio >=55 AND 4h SuperTrend=sell
- 3Runs agent-create with --type momentum_hunter, --execution-mode hitl, --trigger-conditions, and --prompt-config in one command
- 4Runs agent-deploy to validate the config and enable trading
- 5Shows vault deposit address, waits for USDC deposit on Arbitrum One, then runs agent-fund to bridge funds to Hyperliquid
A deployed HITL agent monitoring BTC and ETH that sends Telegram trade plans with Approve/Reject buttons when momentum conditions are met
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.