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:
tools
TQX (tqx.trade) HK/US stock quant workflow via tqx-cli: cross-sectional factor analysis, event-driven strategy backtests on the panda_backtest engine, and agent-driven automated paper trading. Use when the user wants to run factor IC/IR analysis, backtest a Python trading strategy on Hong Kong or US stocks, or set up agent-automated trading (e.g. "backtest a moving-average strategy on AAPL", "analyze a momentum factor on HK stocks", "let the agent trade my paper account").
tools
中学物理实验教学参赛方案套件。包含四个完整实验(单摆测g、声悬浮测声速、向心力定量演示仪、电磁阻尼定量研究),每套含固件源码、3D打印图纸、教学PPT、教学文稿、采购清单、调试手册、视频分镜脚本、模拟器。Use when a teacher/student needs a complete, classroom-ready physics experiment package for competition or teaching.
development
End-to-end blog management for AI agents. Write, import, build, preview, and publish articles using the blog template. Covers draft workflow, article import, SEO, OG images, and deployment.
development
ESP8266/ESP32 + 磁簧开关/霍尔传感器 单摆测重力加速度实验套件。 硬件搭建→固件烧录→数据采集→Web仪表盘→g值计算→教学文档,一站式完成。 Use when the user wants to build a pendulum g-measurement experiment, measure gravity with a micro-controller, or needs a complete physics experiment package with hardware + firmware + dashboard + teaching materials.