1247/orderly-dex-creator/SKILL.md
End-to-end lifecycle playbook for launching and operating an Orderly perpetual futures DEX — launch, graduate, domain/DNS, growth automation, market making, vaults, and security hardening.
npx skillsauth add starchild-ai-agent/community-skills @1247/orderly-dex-creatorInstall 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.
Build and operate a perpetual futures DEX on Orderly with a phased, production-oriented workflow.
Use this when the user wants to:
Do not use this for low-level endpoint implementation details alone — see references/sdk-integration.md and existing Orderly API/auth skills.
DEX Frontend (Orderly ONE or custom SDK)
├─ OtterClaw (agent skills)
├─ Domain Builder (DNS automation)
├─ Growth Agent (daily optimization loop)
├─ Agentic MM (autonomous market making)
├─ YieldClaw (vault ops)
└─ SecClaw (cross-system watchdog)
↓
Orderly infra (omnichain settlement + shared orderbook)
| Component | Repo | Purpose | |---|---|---| | OtterClaw | https://github.com/SkewCodes/OtterClaw | Installable agent skills for onboarding/trading/data/swap/vault/payments/dex-builder | | Domain Builder | https://github.com/SkewCodes/orderly-domain-builder | DNS/domain automation and provider-specific fixes | | Growth Agent | https://github.com/SkewCodes/orderly-growth-agent | Autonomous growth and fee/referral optimization loop | | Agentic MM | https://github.com/SkewCodes/orderly-agentic-mm | Fair-value quoting, adaptive spreads, and safety controls | | YieldClaw | https://github.com/SkewCodes/YieldClaw | Vault lifecycle + strategy execution | | SecClaw | https://github.com/SkewCodes/SecClaw | Monitoring, policy checks, and cross-system risk detection |
Choose one path:
| Path | Best for | Time to first launch | |---|---|---| | Orderly One (no-code) | Fast branded launch | Minutes | | Custom SDK/API | Full product control | Days–weeks |
https://dex.orderly.networkFollow references/sdk-integration.md for React SDK / hooks / Python connector and auth model.
Graduation enables builder revenue mechanics (broker identity + fee sharing capabilities).
Note: economics (fees, staking tiers, costs) can change. Always verify current values in official Orderly docs/dashboard before committing production settings.
Use Domain Builder automation for provider-specific correctness.
git clone https://github.com/SkewCodes/orderly-domain-builder.git
cd orderly-domain-builder
./orderly-domain-setup.sh setup --domain yourdex.com --broker-id your-broker-id --yes
./orderly-domain-setup.sh verify --domain yourdex.com --broker-id your-broker-id
@, www)git clone https://github.com/SkewCodes/orderly-growth-agent.git
cd orderly-growth-agent && npm install && npm run build
MEASURE → WATCHDOG → COLLECT → DIAGNOSE → DECIDE → ACT → REPORT
git clone https://github.com/SkewCodes/orderly-agentic-mm.git
cd orderly-agentic-mm && npm install && npm run build
Start conservative:
Scale aggressiveness only after consistent quality grades and stable realized risk.
git clone https://github.com/SkewCodes/YieldClaw.git
cd YieldClaw && npm install && npm run build
Use strategy-as-config (YAML), then enforce:
git clone https://github.com/SkewCodes/SecClaw.git
cd SecClaw && npm install
npm run check -- --config config.yaml
Minimum security baseline:
https://github.com/SkewCodes/OtterClaw/blob/main/skills/orderly-onboarding/SKILL.mdhttps://github.com/SkewCodes/OtterClaw/blob/main/skills/orderly-trader/SKILL.mdhttps://github.com/SkewCodes/OtterClaw/blob/main/skills/orderly-data/SKILL.mdhttps://github.com/SkewCodes/OtterClaw/blob/main/skills/orderly-swap/SKILL.mdhttps://github.com/SkewCodes/OtterClaw/blob/main/skills/orderly-vault/SKILL.mdhttps://github.com/SkewCodes/OtterClaw/blob/main/skills/orderly-402/SKILL.mdhttps://github.com/SkewCodes/OtterClaw/blob/main/skills/orderly-dex-builder/SKILL.mdtools
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.