← 返回 Skills 市场
tarnadas

Orderly Deposit Withdraw

作者 Mario Reder · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
259
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install orderly-deposit-withdraw
功能描述
Handle token deposits and withdrawals across chains, including allowance approval, vault interactions, and cross-chain operations
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install orderly-deposit-withdraw
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /orderly-deposit-withdraw 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug orderly-deposit-withdraw
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Orderly Deposit Withdraw 是什么?

Handle token deposits and withdrawals across chains, including allowance approval, vault interactions, and cross-chain operations. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 259 次。

如何安装 Orderly Deposit Withdraw?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install orderly-deposit-withdraw」即可一键安装,无需额外配置。

Orderly Deposit Withdraw 是免费的吗?

是的,Orderly Deposit Withdraw 完全免费(开源免费),可自由下载、安装和使用。

Orderly Deposit Withdraw 支持哪些平台?

Orderly Deposit Withdraw 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Orderly Deposit Withdraw?

由 Mario Reder(@tarnadas)开发并维护,当前版本 v1.0.0。

💬 留言讨论