Skip to main content
This handbook explains how to build, integrate, and publish Orderly SDK plugins using the devkit CLI (@orderly.network/devkit), the Orderly SDK Docs MCP server (@orderly.network/sdk-docs), and Orderly plugin agent skills (catalog: OrderlyNetwork/orderly-skills) for scaffolding and guided workflows. If you use an AI agent (Cursor, Claude Code, Codex, etc.), read this first: Skills-first workflow — why installing devkit + plugin skills + MCP together is the preferred way to use the Orderly SDK for plugins, what the four default skills do, and how they map to create → write → add → submit.

Who this is for

  • Developers adding UI or layout behavior to an Orderly-powered DEX host.
  • Teams submitting plugins to the Orderly Builders Marketplace.
  • Developers and agents who want repeatable, Orderly-endorsed flows (skills) plus accurate API lookup (MCP).

Documentation map (Diátaxis)

Deeper SDK docs (npm packages — not stored in this folder)

Full registerPlugin, injectable, and TECH detail ship inside @orderly.network/plugin-core on npm (GUIDE, TECH). Layout customization docs ship with @orderly.network/layout-core on npm. Interceptor path strings summarized in-handbook:

Published CLIs used in this handbook

MCP workflow slugs

orderly_docs_get_workflow may expose short stubs (for example plugin-create, plugin-integration). Their detailed steps overlap this handbook — start from skills-first and the tutorials below.