← Back to Skills Marketplace
tarnadas

Orderly Trading Orders

by Mario Reder · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
281
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install orderly-trading-orders
Description
Place, manage, and cancel orders using REST API or SDK hooks. Covers market, limit, IOC, FOK, POST_ONLY order types and batch operations
Usage Guidance
This skill appears to be a how-to for interacting with Orderly Network and will require you to use an Ed25519 trading key, account ID, and public key to sign orders. Before installing or using it: (1) confirm the skill's source and homepage — no provenance is provided here; (2) do not paste your production private key into an untrusted skill or UI — prefer hardware signing or a dedicated signing service; (3) ask the publisher to declare required env vars/primary credential in metadata so you know what will be requested; (4) test with a separate testnet account or with minimal funds first; (5) verify the API domain and signing format against Orderly Network's official docs; and (6) if you need autonomy, remember an agent with access to your trading key can place/cancel orders — limit scope and rotate keys after testing. If the publisher cannot provide a repository or homepage and clear credential instructions, treat the skill as untrusted.
Capability Analysis
Type: OpenClaw Skill Name: orderly-trading-orders Version: 1.0.0 The skill bundle provides legitimate documentation and code examples for interacting with the Orderly Network trading API and React SDK. It contains standard implementation details for order placement, signing requests with Ed25519, and managing order lifecycles (SKILL.md) without any evidence of malicious intent, data exfiltration, or prompt injection.
Capability Assessment
Purpose & Capability
The name/description (order placement, modification, cancellation on Orderly Network) aligns with the provided REST and SDK examples that sign requests with Ed25519 keys and call https://api.orderly.org. However the skill has no source/homepage listed (unknown provenance), which reduces trust in the package despite functional alignment.
Instruction Scope
SKILL.md is scoped to order management: example code shows request signing, fetching symbol rules, and using a React SDK hook. It does not instruct reading arbitrary local config files or unrelated system secrets. The instructions do, however, assume access to an Ed25519 private key, accountId, and public key — expected for trading but not declared in the registry metadata.
Install Mechanism
No install spec and no code files are included (instruction-only). This minimizes surface area because nothing will be written to disk by an installer, but also means you must trust the textual instructions and example code.
Credentials
The SKILL.md explicitly requires an Ed25519 signing key (privateKey), accountId, and publicKeyBase58 to sign orders. Yet the registry metadata declares no required env vars or primary credential. That mismatch is concerning: the skill will require sensitive trading credentials in practice but does not declare or constrain them. A user could inadvertently supply credentials to an unverified source.
Persistence & Privilege
always is false and there is no install behavior that alters other skills or system-wide settings. The skill can be invoked by the agent (default) but it does not request persistent system presence.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install orderly-trading-orders
  3. After installation, invoke the skill by name or use /orderly-trading-orders
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Orderly Trading Orders skill. - Place, manage, and cancel orders via REST API or SDK hooks. - Supports multiple order types: market, limit, IOC, FOK, POST_ONLY, ASK, BID. - Batch creation and batch cancellation of orders. - Includes order parameter validation and lifecycle management. - SDK examples provided for React, covering order entry and order stream management.
Metadata
Slug orderly-trading-orders
Version 1.0.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Orderly Trading Orders?

Place, manage, and cancel orders using REST API or SDK hooks. Covers market, limit, IOC, FOK, POST_ONLY order types and batch operations. It is an AI Agent Skill for Claude Code / OpenClaw, with 281 downloads so far.

How do I install Orderly Trading Orders?

Run "/install orderly-trading-orders" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Orderly Trading Orders free?

Yes, Orderly Trading Orders is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Orderly Trading Orders support?

Orderly Trading Orders is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Orderly Trading Orders?

It is built and maintained by Mario Reder (@tarnadas); the current version is v1.0.0.

💬 Comments