Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
starchild-ai-agent avatar

Orderly One

  • 12 installs
  • 21 repo stars
  • Updated August 3, 2026
  • starchild-ai-agent/official-skills

Helps with ai & agent building tasks during AI-assisted development.

About

orderly-one is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.

  • orderly-one
  • AI & Agent Building
  • AI-coding skill

Orderly One by the numbers

  • 12 all-time installs (skills.sh)
  • Ranked #11,618 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/starchild-ai-agent/official-skills --skill orderly-one

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs12
repo stars21
Last updatedAugust 3, 2026
Repositorystarchild-ai-agent/official-skills

What it does

Helps with ai & agent building tasks during AI-assisted development.

Files

SKILL.mdMarkdownGitHub ↗

Orderly One — DEX Builder

Build, customize, and manage your own decentralized exchange (DEX) on Orderly Network using the Orderly One DEX-as-a-Service platform. Your DEX inherits Orderly's shared liquidity, central limit orderbook, and cross-chain settlement infrastructure — you focus on branding, community, and growth.

Prerequisites

  • Wallet: Agent must be running on Fly.io with WALLET_SERVICE_URL configured (EIP-191 signing via Privy)
  • No API keys needed: Authentication uses the agent's EVM wallet address + JWT tokens

How It Works

Orderly One lets you launch a white-label DEX with:

  • Shared orderbook liquidity from the entire Orderly Network
  • Multi-chain deployment (Arbitrum, Optimism, Base, Polygon, etc.)
  • Custom branding — name, logo, colors, domain
  • AI-powered theming — generate themes from text prompts
  • Graduation path — move from sandbox to production with your own broker ID

Authentication uses JWT tokens obtained via EIP-191 personal_sign (different from the Ed25519 auth used for Orderly trading).

Tool Reference

ToolAuthPurpose
orderly_one_networksNoneList supported chains for DEX deployment
orderly_one_leaderboardNoneDEX rankings, broker stats by volume/users
orderly_one_statsNonePlatform-wide aggregate statistics
orderly_one_dex_getJWTGet your DEX config or a specific DEX by ID
orderly_one_dex_createJWTCreate a new DEX (name, chains, branding)
orderly_one_dex_updateJWTUpdate DEX configuration
orderly_one_dex_deleteJWTDelete a DEX (destructive)
orderly_one_social_cardJWTUpdate social links and OG metadata
orderly_one_domainJWTSet or remove a custom domain
orderly_one_visibilityJWTToggle leaderboard visibility
orderly_one_deploy_statusJWTCheck deployment status, trigger upgrades
orderly_one_themeJWTAI theme generation and fine-tuning
orderly_one_graduationJWTGraduate DEX to production

Workflows

Build a DEX

1. Check available networks: orderly_one_networks 2. Create your DEX: orderly_one_dex_create with broker name and chain IDs 3. Check deployment: orderly_one_deploy_status (action: "status") 4. Configure branding: orderly_one_social_card with social links 5. Generate a theme: orderly_one_theme (action: "generate", prompt: "your style")

Customize Your DEX

  • Theme: Use orderly_one_theme with action "generate" for full themes or "fine_tune" for specific elements
  • Domain: Use orderly_one_domain to set a custom domain (requires DNS CNAME setup)
  • Social: Use orderly_one_social_card to configure Twitter, Discord, Telegram links and OG image
  • Visibility: Use orderly_one_visibility to show/hide on the public leaderboard

Graduate to Production

1. Check eligibility: orderly_one_graduation (action: "status") 2. Review fee options: orderly_one_graduation (action: "fees") 3. Make payment and verify: orderly_one_graduation (action: "verify", tx_hash, chain_id) 4. Finalize with admin wallet: orderly_one_graduation (action: "finalize", admin_wallet)

Monitor & Upgrade

  • Check deployment status: orderly_one_deploy_status (action: "status")
  • Check for upgrades: orderly_one_deploy_status (action: "upgrade_check")
  • Trigger upgrade: orderly_one_deploy_status (action: "upgrade")
  • View workflow run details: orderly_one_deploy_status (action: "workflow", run_id)

Supported Chains

Use orderly_one_networks for the current list. Commonly supported:

ChainChain ID
Arbitrum42161
Optimism10
Base8453
Polygon137
Mantle5000
Sei1329

Error Handling

  • 401 Unauthorized: JWT expired — automatically refreshed on retry
  • 403 Forbidden: Wallet not authorized for this DEX
  • 404 Not Found: DEX ID doesn't exist
  • 429 Rate Limited: Too many requests — check orderly_one_deploy_status rate limit status

Environment Variables

VariableDefaultDescription
WALLET_SERVICE_URLRequiredPrivy wallet service URL
ORDERLY_ONE_API_URLhttps://api.dex.orderly.networkAPI base URL

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.