← 返回 Skills 市场
tarnadas

Orderly Trading Orders

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

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 281 次。

如何安装 Orderly Trading Orders?

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

Orderly Trading Orders 是免费的吗?

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

Orderly Trading Orders 支持哪些平台?

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

谁开发了 Orderly Trading Orders?

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

💬 留言讨论