← Back to Skills Marketplace
tarnadas

Orderly Sdk Dex Architecture

by Mario Reder · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
265
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install orderly-sdk-dex-architecture
Description
Complete DEX architecture guide including project structure, provider hierarchy, network configuration, TradingView setup, and provider configuration.
Usage Guidance
This skill is an architecture and scaffolding guide (no code or installers), and appears coherent with its purpose. Consider these before using: 1) The guide expects you to supply runtime vars like VITE_ORDERLY_BROKER_ID and to host TradingView files — avoid storing secrets or private keys in client-side .env or public runtime config. 2) Vet and pin any third-party packages (e.g., @orderly.network packages, TradingView) for license and supply-chain risk. 3) Do not commit .env or private keys to source control; use safe secret management for any server-side credentials. 4) If you implement wallet connectors, ensure users sign transactions client-side — never embed private keys. 5) Because the skill is instruction-only, installing it does not execute code, but you should still audit any code or packages you add to your project based on the guide.
Capability Analysis
Type: OpenClaw Skill Name: orderly-sdk-dex-architecture Version: 1.0.0 The skill bundle is a comprehensive architectural guide and code scaffolding tool for building a Decentralized Exchange (DEX) using the Orderly Network SDK. The content in SKILL.md consists of standard React/Vite project structures, configuration patterns (such as runtime environment variables), and integration steps for TradingView and wallet connectors, with no evidence of malicious intent, data exfiltration, or harmful instructions.
Capability Assessment
Purpose & Capability
The skill is an architectural guide for an Orderly Network DEX and the SKILL.md content focuses on project structure, provider hierarchy, network/runtime config, and TradingView integration — all consistent with the stated purpose.
Instruction Scope
The instructions reference runtime environment variables (e.g., VITE_ORDERLY_BROKER_ID), localStorage usage, and placement of TradingView library files in public/tradingview/. They do not instruct the agent to read or exfiltrate unrelated files or credentials. Be aware the guide assumes you will wire runtime config and wallet connectors into your app; it uses browser APIs (window, localStorage) which is expected for a frontend app.
Install Mechanism
No install spec or code files are present; this is instruction-only so nothing is downloaded or written by the skill itself at install time (lowest install risk).
Credentials
Skill metadata declares no required env vars, but the guide references VITE_ runtime variables and a brokerId/networkId that you must supply when implementing the app. This is proportionate for a DEX guide, but you should avoid placing secrets or private keys in client-side .env or public runtime config. Wallet connectors will interact with user wallets — do not hard-code private keys.
Persistence & Privilege
The skill is not marked always:true and requests no config paths or persistent privileges. Autonomous invocation is allowed (platform default) but this is an instruction-only guide and does not modify other skills or system settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install orderly-sdk-dex-architecture
  3. After installation, invoke the skill by name or use /orderly-sdk-dex-architecture
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the comprehensive DEX architecture guide for Orderly Network SDK. - Covers project structure, required provider hierarchy, and essential network configuration for mainnet/testnet. - Includes setup instructions for TradingView chart integration. - Provides guidance on runtime configuration, wallet connector setup, and deployment. - Emphasizes critical configuration steps, such as required brokerId and trading chart dependencies.
Metadata
Slug orderly-sdk-dex-architecture
Version 1.0.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Orderly Sdk Dex Architecture?

Complete DEX architecture guide including project structure, provider hierarchy, network configuration, TradingView setup, and provider configuration. It is an AI Agent Skill for Claude Code / OpenClaw, with 265 downloads so far.

How do I install Orderly Sdk Dex Architecture?

Run "/install orderly-sdk-dex-architecture" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Orderly Sdk Dex Architecture free?

Yes, Orderly Sdk Dex Architecture is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Orderly Sdk Dex Architecture support?

Orderly Sdk Dex Architecture is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Orderly Sdk Dex Architecture?

It is built and maintained by Mario Reder (@tarnadas); the current version is v1.0.0.

💬 Comments