
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
@orderly.network/devkit
Advanced tools
CLI toolkit for scaffolding and building DEXs, plugins, and modules with Orderly
CLI toolkit for scaffolding plugins and modules, authenticating with Marketplace, submitting and managing plugins, and installing MCP / agent skill integrations.
pnpm add -g @orderly.network/devkit
# or
npm install -g @orderly.network/devkit
Then run:
orderly-devkit --help
pnpm dlx @orderly.network/devkit --help
# or
npx @orderly.network/devkit --help
Login uses GitHub OAuth in the browser and a short-lived local callback server.
~/.orderly/auth.json (created automatically).orderly-devkit login # open browser, complete GitHub auth
orderly-devkit login --force # re-authenticate even if already logged in
orderly-devkit login --port 9877 # if default port is busy (default is 9876)
orderly-devkit whoami
orderly-devkit logout
Run orderly-devkit <command> --help for options on any command.
createScaffold new artifacts (interactive).
| Subcommand | Description |
|---|---|
create plugin | Clone and render the plugin template (OrderlyNetwork/orderly-plugin-template), prompt for name/plugin id/interceptor target, and optionally generate .orderly-manifest.json. |
create module | Guided flow for module type (page, component, hook, utils, module). File generation is not implemented yet—it only collects choices and prints a summary. |
orderly-devkit create plugin
orderly-devkit create module
orderly-devkit create module --name my-module
submit, list, update, viewThese commands use the Marketplace API. You must be logged in (orderly-devkit login).
submit — register a new plugin from a local directory.
package.json and/or .orderly-manifest.json.repoUrl should be a GitHub URL (https://github.com/<owner>/<repo>); it can be filled from git remote when missing.UI, Indicator, Order Entry, Trading, Chart, Portfolio, Analytics, Tool, Widget (max 5).orderly-devkit submit
orderly-devkit submit --path ./my-plugin
orderly-devkit submit -p ./my-plugin --tags UI,Trading --dry-run
orderly-devkit submit -p ./my-plugin --storybook-url https://example.com/storybook
list — list plugins associated with your account.
orderly-devkit list
orderly-devkit list --json
update — PATCH plugin metadata for an existing listing (requires pluginId in .orderly-manifest.json).
Updatable fields include: name, description, tags, coverImages, storybookUrl, storybookTooltip, usagePrompt.
orderly-devkit update --path ./my-plugin --dry-run
orderly-devkit update -p ./my-plugin
view — fetch one plugin by ID as JSON.
orderly-devkit view <plugin-id>
mcp installInstall the Orderly SDK Docs MCP server entry for Claude, Codex, Cursor, OpenCode, etc.
orderly-devkit mcp install
orderly-devkit mcp install --client cursor --scope project
orderly-devkit mcp install --client all --scope user
orderly-devkit mcp install --dry-run
orderly-devkit mcp install --force
| Option | Description |
|---|---|
--client | claude, codex, cursor, opencode, all, or comma-separated list (default: all). |
--scope | user or project (default: user). |
--name | MCP server id in config (default: orderly-sdk-docs). |
skills installInstall Orderly agent skills for plugin workflows (create, write, add, submit) with npx -y skills add ….
Default behavior installs four skills non-interactively: orderly-plugin-create, orderly-plugin-write, orderly-plugin-add, orderly-plugin-submit.
orderly-devkit skills install
orderly-devkit skills install --list
orderly-devkit skills install --dry-run
orderly-devkit skills install other/repo --skill my-skill -y
orderly-devkit skills install -- --some-upstream-skills-flag
| Option | Description |
|---|---|
[source] | GitHub owner/repo, URL, or local path (default source is built in). |
--list | List skills in the source without installing. |
--skill / -s | Repeatable; install only named skills (replaces default four when set). |
--all | Forward --all to the skills CLI. |
--global / -g | Global install for the skills CLI. |
--agent / -a | Target agent(s), e.g. -a cursor. |
--copy | Copy files instead of symlinks. |
--yes / -y | With --list only: pass -y through. |
-- | Everything after -- is forwarded to the upstream skills CLI. |
orderly-devkit whoami).orderly-devkit login --port <free-port>.HOME or the package directory and warn you.See the repository root license for this package’s distribution terms.
FAQs
CLI toolkit for scaffolding and building DEXs, plugins, and modules with Orderly
The npm package @orderly.network/devkit receives a total of 76 weekly downloads. As such, @orderly.network/devkit popularity was classified as not popular.
We found that @orderly.network/devkit demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.