orderly-plugin-add

Installation
SKILL.md

Orderly plugin — add to DEX host

Integrate an existing plugin package into an Orderly DEX / trading application.

Key points

The most important step: Find where OrderlyAppProvider is used in the project, and add the plugin to its plugins array. This is the core of the integration; all other steps revolve around this goal.

When to use

  • User wants to add / register / enable a plugin in their host repo.
  • User points to a plugin ID (from Marketplace) or a local path/workspace package that exports registerXxxPlugin().

Prerequisites

  • Host app uses @orderly.network/app (or equivalent) with OrderlyAppProvider.
  • Plugin package builds and lists @orderly.network/plugin-core (and peers) per its template.

0. Verify Environment

Related skills

More from orderlynetwork/orderly-skills

Installs
12
First Seen
Apr 10, 2026