← Back to Skills Marketplace
Orderly Sdk Theming
by
Mario Reder
· GitHub ↗
· v1.0.0
263
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install orderly-sdk-theming
Description
Customize the visual appearance of your Orderly DEX with CSS variables, colors, fonts, logos, and TradingView chart styling.
Usage Guidance
This is essentially a how-to for theming the Orderly UI and appears internally consistent and low-risk. Before using it: (1) confirm you install the Orderly SDK and Tailwind from official sources (npm/GitHub) rather than copying arbitrary packages; (2) avoid placing secrets (API keys, private tokens) into visible config fields like brokerId in client-side code; (3) be aware fonts load from Google Fonts (privacy/network requests) and assets (logos) should be hosted from trusted locations; (4) review any TradingView integration details—those sometimes require separate vendor keys/licenses and you should not paste sensitive credentials into example files. If you need higher assurance, ask the skill author/source or compare the snippets against the official Orderly docs/repo.
Capability Analysis
Type: OpenClaw Skill
Name: orderly-sdk-theming
Version: 1.0.0
The skill bundle is a documentation-only resource for customizing the visual appearance of an Orderly DEX using the Orderly SDK. It contains standard CSS variables, Tailwind CSS configurations, and React component examples (SKILL.md) for theming purposes. No executable scripts, data exfiltration patterns, or malicious instructions were found.
Capability Assessment
Purpose & Capability
The name/description (Orderly SDK theming) match the SKILL.md content: CSS variables, Tailwind integration, fonts, logos, and TradingView styling. The skill does not request unrelated binaries, credentials, or system access.
Instruction Scope
Runtime instructions are limited to creating/overriding CSS variables, importing styles, configuring fonts and assets, and using the Orderly provider—all within the scope of theming. The document does reference importing '@orderly.network/ui' and external fonts (Google Fonts), which is expected for theming and not out-of-scope. There are no instructions to read unrelated files, environment variables, or to exfiltrate data.
Install Mechanism
No install spec or code files are provided (instruction-only). That minimizes install risk; the skill assumes you already have the Orderly SDK and Tailwind configured rather than downloading arbitrary artifacts.
Credentials
The skill declares no environment variables, credentials, or config paths, which is proportionate for a theming guide. It does reference external resources (Google Fonts and the Orderly package) which are reasonable for UI theming.
Persistence & Privilege
always:false and normal model invocation are used. The skill does not request permanent presence or system-wide config changes. Autonomous invocation is allowed by platform default but the skill's content does not give it additional privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install orderly-sdk-theming - After installation, invoke the skill by name or use
/orderly-sdk-theming - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of orderly-sdk-theming:
Customize the appearance of your Orderly DEX with CSS, fonts, logos, and chart styling.
- Enables theming using CSS variables prefixed with --oui- for colors, typography, and border radius.
- Supports custom font integration and branding assets (logo, favicon).
- Provides config options for TradingView chart and PnL share backgrounds.
- Allows component-level overrides via OrderlyThemeProvider.
- Integrates a Tailwind CSS preset for seamless utility usage.
Metadata
Frequently Asked Questions
What is Orderly Sdk Theming?
Customize the visual appearance of your Orderly DEX with CSS variables, colors, fonts, logos, and TradingView chart styling. It is an AI Agent Skill for Claude Code / OpenClaw, with 263 downloads so far.
How do I install Orderly Sdk Theming?
Run "/install orderly-sdk-theming" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Orderly Sdk Theming free?
Yes, Orderly Sdk Theming is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Orderly Sdk Theming support?
Orderly Sdk Theming is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Orderly Sdk Theming?
It is built and maintained by Mario Reder (@tarnadas); the current version is v1.0.0.
More Skills