← Back to Skills Marketplace
Orderly Deposit Withdraw
by
Mario Reder
· GitHub ↗
· v1.0.0
259
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install orderly-deposit-withdraw
Description
Handle token deposits and withdrawals across chains, including allowance approval, vault interactions, and cross-chain operations
Usage Guidance
This skill appears to describe legitimate deposit/withdraw flows, but there are important gaps you should resolve before using it:
- Confirm the authoritative API host and where GET /v1 endpoints live (the SKILL.md omits the base URL). Do not call or paste private keys into unknown endpoints.
- Ask the skill author (or check upstream docs) how you obtain broker_id and orderlyAccountId and whether these are sensitive. The skill expects these but doesn't declare them.
- The doc mentions an Ed25519 key pair for API operations but does not explain storage or usage. Never paste private keys into chat; use a secure wallet or key management solution.
- Verify Solana support: the examples use ethers (EVM). If you intend to use Solana, require solana-specific instructions and libraries — the mixed guidance is a red flag.
- Validate contract addresses and the @orderly.network/hooks package origin (check npm/registry and official Orderly Network docs or repo) before installing or running code.
- Prefer to run read-only calls first (fetch token/chain info) from a safe environment, and only sign transactions from a wallet you control after confirming endpoints and contract addresses.
If the author/source cannot provide the missing details (API base URL, broker onboarding steps, how Ed25519 keys are used and stored, and Solana-specific flows), treat the skill as untrusted and avoid providing secrets or private keys.
Capability Analysis
Type: OpenClaw Skill
Name: orderly-deposit-withdraw
Version: 1.0.0
The skill bundle provides legitimate documentation and code snippets for interacting with the Orderly Network's deposit and withdrawal systems. It covers standard Web3 operations like token approvals, EIP-712 signing, and REST API calls to official Orderly endpoints (e.g., orderly.org). No malicious patterns, data exfiltration, or prompt injection attempts were found in SKILL.md or the associated metadata.
Capability Assessment
Purpose & Capability
The skill claims to handle cross-chain deposits/withdrawals which matches the code samples (ERC20 approvals, vault.deposit). However the SKILL.md references API operations requiring a broker_id and an Ed25519 key pair while the skill declares no required environment variables, credentials, or configuration paths. That mismatch (declared zero credentials vs. instructions that imply an API key/broker identity) is incoherent. Also Solana is listed as supported but the primary examples use ethers (EVM); the doc doesn't explain Solana-specific steps.
Instruction Scope
Instructions include concrete contract interactions (approve, getDepositFee, deposit) and REST endpoints, which is expected. But they omit critical operational details: no API base URL or host is given for the GET /v1 endpoints, broker_id/origin of orderlyAccountId is not explained, and the Ed25519 key prerequisite is referenced without describing how/where to store or use it. The doc also mixes EVM examples and Solana as supported chain without Solana-specific code, which is ambiguous and increases risk of misuse.
Install Mechanism
This is an instruction-only skill with no install spec and no code files; nothing will be written to disk by the skill itself. That reduces installation risk.
Credentials
The SKILL.md explicitly mentions a required Ed25519 key pair and broker_id but the skill metadata lists no required env vars or credentials. The lack of declared secrets (API key, broker credentials) while the instructions expect them is inconsistent and could lead to unsafe ad-hoc key/credential sharing. There is no mention of how private keys are used or protected, and the agent could end up prompting the user for secrets without proper guidance.
Persistence & Privilege
The skill is not always-enabled and does not request persistent installation or system-wide changes. Autonomous invocation is allowed (default) but that is the platform norm; nothing in the skill requests elevated persistence or modifies other skills.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install orderly-deposit-withdraw - After installation, invoke the skill by name or use
/orderly-deposit-withdraw - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Orderly Network: Deposit & Withdraw v1.0.0
- Initial release enabling deposit and withdrawal of assets across supported EVM and Solana chains.
- Includes token approvals, vault interaction, internal transfers, and full cross-chain operation support.
- Provides React SDK hooks and code samples for both deposit and withdrawal flows.
- Details API endpoints for dynamic chain/token info, collateral factor handling, and withdrawal nonce management.
- Outlines native and ERC20 token flows, fees, and margin collateral considerations.
Metadata
Frequently Asked Questions
What is Orderly Deposit Withdraw?
Handle token deposits and withdrawals across chains, including allowance approval, vault interactions, and cross-chain operations. It is an AI Agent Skill for Claude Code / OpenClaw, with 259 downloads so far.
How do I install Orderly Deposit Withdraw?
Run "/install orderly-deposit-withdraw" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Orderly Deposit Withdraw free?
Yes, Orderly Deposit Withdraw is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Orderly Deposit Withdraw support?
Orderly Deposit Withdraw is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Orderly Deposit Withdraw?
It is built and maintained by Mario Reder (@tarnadas); the current version is v1.0.0.
More Skills