← Back to Skills Marketplace
Orderly Api Authentication
by
Mario Reder
· GitHub ↗
· v1.0.0
258
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install orderly-api-authentication
Description
Complete authentication guide for Orderly Network - EIP-712 wallet signatures for EVM accounts, Ed25519 message signing for Solana accounts, and Ed25519 sign...
Usage Guidance
This skill is a how-to guide for Orderly Network authentication and appears internally consistent. It does not request secrets or install code. Before using any copied code or key-management guidance: 1) Never paste your private keys or seed phrases into third-party sites or chat boxes. 2) Verify API and WebSocket endpoints (typosquatting can redirect to malicious hosts). 3) When generating Ed25519 keys, keep private keys offline or in secure storage (hardware wallet or HSM) where possible. 4) Double-check the verifyingContract and domain parameters against official Orderly documentation or their website. 5) If you will run provided code, review it locally and run it in a controlled environment. If you want higher assurance, provide the full SKILL.md contents or verify the skill author/source before trusting operational use.
Capability Analysis
Type: OpenClaw Skill
Name: orderly-api-authentication
Version: 1.0.0
The skill bundle is a comprehensive technical guide for Orderly Network's two-layer authentication system (EVM and Solana). It provides legitimate code snippets for wallet signatures, API key management, and request signing using standard libraries like @noble/ed25519. No malicious intent, data exfiltration, or prompt injection attempts were found; the documentation explicitly includes security best practices such as avoiding hardcoded keys and using environment variables.
Capability Assessment
Purpose & Capability
The name/description (Orderly API auth) match the content: EIP-712 for EVM, Ed25519 for Solana and API calls. The skill declares no unrelated binaries, env vars, or credentials.
Instruction Scope
SKILL.md provides example flows, endpoints (api.orderly.org and testnet), code snippets, and signing steps. It does not ask for unrelated system files, extraneous credentials, or to exfiltrate data to third-party endpoints in the visible content.
Install Mechanism
No install spec is present and there are no code files — this is instruction-only, so nothing will be written to disk by the skill itself.
Credentials
The skill declares no required environment variables or credentials. The documented operations (wallet signatures, local Ed25519 key generation) legitimately require local key material only; no disproportionate access is requested.
Persistence & Privilege
always is false and model invocation is standard; the skill does not request permanent presence or modifications to other skills or system-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install orderly-api-authentication - After installation, invoke the skill by name or use
/orderly-api-authentication - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
orderly-api-authentication v1.0.0
- Initial release providing a comprehensive authentication guide for Orderly Network.
- Covers two-layer authentication: EIP-712 wallet signatures for EVM, Ed25519 message signing for Solana, and Ed25519 signatures for API requests.
- Explains setup for new accounts, key management, and API trading bots.
- Includes clear step-by-step registration examples for both EVM and Solana.
- Details EIP-712 domain usage, broker setup, and recommended API endpoints for best practices.
Metadata
Frequently Asked Questions
What is Orderly Api Authentication?
Complete authentication guide for Orderly Network - EIP-712 wallet signatures for EVM accounts, Ed25519 message signing for Solana accounts, and Ed25519 sign... It is an AI Agent Skill for Claude Code / OpenClaw, with 258 downloads so far.
How do I install Orderly Api Authentication?
Run "/install orderly-api-authentication" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Orderly Api Authentication free?
Yes, Orderly Api Authentication is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Orderly Api Authentication support?
Orderly Api Authentication is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Orderly Api Authentication?
It is built and maintained by Mario Reder (@tarnadas); the current version is v1.0.0.
More Skills