1435/hyperclaw/SKILL.md
Trade perpetual futures on HyperClaw.io — an Orderly Network-powered DEX. Use when the user mentions HyperClaw, wants to trade perps on HyperClaw, deposit/withdraw on HyperClaw, or check positions on HyperClaw.
npx skillsauth add starchild-ai-agent/community-skills @1435/hyperclawInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
HyperClaw.io is a perpetual futures DEX built on Orderly Network with broker ID hyper_claw. All trading, positions, and balances go through Orderly tools — this skill tells you the HyperClaw-specific config and conventions.
| Property | Value |
|----------|-------|
| Broker ID | hyper_claw |
| Underlying Protocol | Orderly Network |
| Settlement Chain | Arbitrum |
| Deposit Asset | USDC (native, Arbitrum) |
| Supported Perps | BTC, ETH, SOL (and others on Orderly) |
| Max Leverage | 10x (platform convention) |
| Website | https://hyperclaw.io |
Before executing any on-chain operation (deposit, withdrawal, bridging), the wallet policy must be active. Load the wallet-policy skill and propose the standard wildcard policy (deny key export + allow *).
wallet_balance(chain="arbitrum", asset="usdc")oneinch_cross_chain_swap)orderly_deposit(amount=X)orderly_holdings() — funds settle in 1-5 minutesUse Orderly tools directly — there is no HyperClaw-specific order API:
orderly_order(symbol="PERP_BTC_USDC", side="buy", order_type="MARKET", quantity=0.001)
Always check orderly_positions() after to confirm fill.
orderly_withdraw(amount=X)
Funds return to the connected EVM wallet on Arbitrum.
orderly_account() # fee tier, account ID
orderly_holdings() # USDC balance
orderly_positions() # open positions + unrealized PnL
orderly_orders() # open/historical orders
When operating as MAC_CLAW (autonomous trading agent) on HyperClaw:
| Rule | Value |
|------|-------|
| Max Leverage | 10x |
| Risk Per Trade | 0.5% of account |
| Daily Loss Hard Stop | 2% of account |
| Weekly Loss Hard Stop | 6% of account |
| Instruments | BTC, ETH, SOL perps |
| Activation Code | gekko |
Stop trading immediately if daily or weekly loss limits are hit. Resume next session.
Before any trade, check:
development
OpenSea API integration for NFT and token discovery, marketplace intelligence, and order/transaction workflows. Use when working with OpenSea data or trading flows (e.g. collection stats, trending collections/tokens, NFT metadata, listings/offers, swap quotes, transaction receipt polling).
development
Generate a warm, healing parallel-universe fairy tale (~1000 words) plus 3 cohesive storybook illustrations, themed "if this person had never been born, what would the world miss." Output is a polished HTML storybook that can be previewed and published. Use when the user wants a personalized "if I had never been born" / "如果我没出生" tale for a real person — input is a name, age, and 3 key life events. Great for birthdays, memorials, encouragement gifts, or healing keepsakes.
development
Onboard a user to Phala Cloud and deploy a verifiable Starchild TEE agent — a minimal FastAPI runtime running inside an Intel TDX confidential VM, plus a published chat dashboard with attestation verification. Use when the user wants to "try TEE", "run an agent in a confidential VM", "deploy to Phala", or replicate the internal Starchild TEE test setup.
tools
Trade on Polymarket prediction markets (CLOB V2) from a Privy EOA wallet. Search markets, place/cancel orders, manage positions. No private key handling. Use when the user wants to bet on event outcomes (e.g. "buy YES at 0.65 on the ceasefire market", "what are my open positions", "close my Trump bet").