← Back to Skills Marketplace
Orderly Sdk Wallet Connection
by
Mario Reder
· GitHub ↗
· v1.0.0
256
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install orderly-sdk-wallet-connection
Description
Comprehensive guide to integrating wallet connection in Orderly Network DEX applications, supporting both EVM (Ethereum, Arbitrum, etc.) and Solana wallets.
Usage Guidance
This skill is an integration guide and appears internally consistent, but exercise normal caution before using third-party instructions: 1) Verify the npm packages and package names in the guide (@orderly.network, @web3-onboard, @solana/wallet-adapter-*, etc.) are the official packages from trusted maintainers and pin versions; 2) Never paste or store private keys in application code or config — wallet integrations should rely on browser wallet providers or secure key management; 3) Treat WalletConnect project IDs and any API keys as secrets and store them in appropriate config (not in public repos); 4) Review any omitted/truncated portions of SKILL.md for instructions that might send signed data or user info to third-party endpoints; 5) Because the skill file has no source/homepage listed, prefer to cross-check examples with official Orderly Network docs or upstream repos before copying code into production. If you want, I can scan the full SKILL.md text for any lines that request secrets or network calls to unexpected endpoints.
Capability Analysis
Type: OpenClaw Skill
Name: orderly-sdk-wallet-connection
Version: 1.0.0
The skill bundle is a legitimate technical guide for integrating the Orderly Network SDK for wallet connections (EVM and Solana). The SKILL.md file contains standard React code snippets, dependency installation commands, and architectural explanations consistent with its stated purpose, with no evidence of malicious intent, data exfiltration, or prompt injection attacks.
Capability Assessment
Purpose & Capability
The name/description state a wallet-connection integration guide and the SKILL.md only references relevant packages (Orderly SDK, web3-onboard, Solana wallet adapters) and configuration options needed to implement that feature. The declared requirements (none) align with being an instruction-only doc.
Instruction Scope
The instructions focus on wrapping an app with WalletConnectorProvider, configuring EVM and Solana wallets, chain/network IDs, and optional project IDs (e.g., WalletConnect). The guidance does not instruct reading system files, collecting unrelated environment variables, or exfiltrating data. (I reviewed the provided SKILL.md excerpt; no instructions requesting private keys or unrelated secrets appear.)
Install Mechanism
There is no install spec and no code files — the skill is instruction-only. The only install-related content are ordinary npm install commands for the expected wallet packages, which is proportionate for the documented task.
Credentials
The skill declares no required environment variables or credentials. The instructions reference placeholders such as a WalletConnect project id (a reasonable API key used by WalletConnect) but do not demand unrelated secrets or multiple external credentials.
Persistence & Privilege
always is false and the skill does not request persistent system-level privileges or modification of other skills' configurations. As an instruction-only skill it does not write files or request elevated presence.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install orderly-sdk-wallet-connection - After installation, invoke the skill by name or use
/orderly-sdk-wallet-connection - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of orderly-sdk-wallet-connection, providing a unified integration guide for wallet connections in Orderly Network DEX apps.
- Supports both EVM (Ethereum, Arbitrum, etc.) and Solana wallet connections.
- Introduces the @orderly.network/wallet-connector package for seamless multi-chain wallet integration.
- Includes instructions for customizing wallet providers and chain switching.
- Explains use of WalletConnectorProvider and unified WalletConnectorContext for managing wallet state.
- Guides developers through configuration for MetaMask, WalletConnect, Phantom, Solflare, and more.
Metadata
Frequently Asked Questions
What is Orderly Sdk Wallet Connection?
Comprehensive guide to integrating wallet connection in Orderly Network DEX applications, supporting both EVM (Ethereum, Arbitrum, etc.) and Solana wallets. It is an AI Agent Skill for Claude Code / OpenClaw, with 256 downloads so far.
How do I install Orderly Sdk Wallet Connection?
Run "/install orderly-sdk-wallet-connection" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Orderly Sdk Wallet Connection free?
Yes, Orderly Sdk Wallet Connection is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Orderly Sdk Wallet Connection support?
Orderly Sdk Wallet Connection is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Orderly Sdk Wallet Connection?
It is built and maintained by Mario Reder (@tarnadas); the current version is v1.0.0.
More Skills