← 返回 Skills 市场
patches429

Trade Executor

作者 Parker · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
446
总下载
0
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install trade-executor
功能描述
Execute cryptocurrency trades on exchanges (Binance, OKX) with risk controls, user confirmation, and audit logging.
安全使用建议
Do not install or grant API keys until the owner clarifies the credential requirements and behavior. Specific actions to consider before proceeding: - Ask the publisher to update metadata to list OKX env vars (OKX_API_KEY, OKX_API_SECRET, OKX_PASSPHRASE) if OKX support is intended, or remove OKX docs if not. - Only provide exchange API keys with minimal permissions (enable trading, disable withdrawals), and ideally restrict by IP or use testnet keys first. - Confirm who/what provides the gateway that enforces cross-session limits and audit logging (openclaw.json and gateway behavior), and verify those controls exist in your environment. - Verify the skill cannot bypass the explicit user confirmation step on your platform (test with a dry-run or very small orders in a sandbox environment). - If you need higher assurance, request the skill source (code or full implementation) for review or prefer a well-audited plugin from a known publisher. If you rely on OKX functionality and the skill's metadata is not corrected, treat the skill as incomplete/untrusted because it may attempt to access undeclared secrets at runtime.
功能分析
Type: OpenClaw Skill Name: trade-executor Version: 0.1.0 The trade-executor skill is a well-structured tool for executing cryptocurrency trades on Binance and OKX with extensive built-in risk controls. It enforces mandatory user confirmation, trading pair whitelists (BTC/USDT, ETH/USDT, SOL/USDT), and strict transaction limits (e.g., <= 1,000 USDT per trade). The implementation files (impl/binance.md and impl/okx.md) provide legitimate API interaction logic using standard environment variables for authentication, and the skill explicitly denies file writing and shell execution permissions.
能力评估
Purpose & Capability
The skill advertises support for Binance and OKX. The metadata/requirements only declare BINANCE_API_KEY and BINANCE_API_SECRET as required env vars (primaryEnv = BINANCE_API_KEY). However impl/okx.md describes OKX-specific credentials (OKX_API_KEY, OKX_API_SECRET, OKX_PASSPHRASE). This mismatch means the skill's declared needs do not fully match its claimed capabilities.
Instruction Scope
SKILL.md and impl files instruct calling official exchange APIs (api.binance.com, api.okx.com), performing HMAC signing, and requiring user confirmation and risk checks — these are appropriate. However the instructions reference openclaw.json allowedPairs and a gateway that tracks daily counts/losses across sessions without declaring access to those config or state paths. Also impl/okx.md references environment variables not listed in the skill metadata, which indicates the runtime agent may access env vars beyond those declared.
Install Mechanism
This is an instruction-only skill with no install spec and no code files to write to disk, which minimizes install-time risk.
Credentials
Requiring Binance API key/secret is proportionate for Binance trading. But because the skill also documents OKX integration that requires additional secrets, the environment requirements are incomplete/ambiguous. The skill may expect or attempt to read OKX credentials at runtime even though they aren't declared. The skill requests API keys (sensitive) and therefore the exact set of credentials should be clearly documented and limited to trade-only keys; that clarity is absent.
Persistence & Privilege
always:false and no install behavior modifying other skills or system-wide config. The skill states it will not write files and relies on a gateway for audit logging, which is consistent with being instruction-only.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install trade-executor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /trade-executor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
trade-executor v0.1.0 - Initial release of trade-executor for executing cryptocurrency trades on Binance and OKX. - Implements complete risk controls, including whitelist pairs, per-trade and daily limits, stop-loss enforcement, and session-aware checks. - Requires explicit user confirmation for every order before execution. - Supports both user-initiated and pre-authorized market-monitor signals (with confidence ≥ 0.85). - Orders are only executed when all safety checks pass; detailed rejection reasons provided otherwise. - All trades are logged for audit with structured records; no persistent writes by Vega itself.
元数据
Slug trade-executor
版本 0.1.0
许可证 MIT-0
累计安装 3
当前安装数 3
历史版本数 1
常见问题

Trade Executor 是什么?

Execute cryptocurrency trades on exchanges (Binance, OKX) with risk controls, user confirmation, and audit logging. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 446 次。

如何安装 Trade Executor?

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

Trade Executor 是免费的吗?

是的,Trade Executor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Trade Executor 支持哪些平台?

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

谁开发了 Trade Executor?

由 Parker(@patches429)开发并维护,当前版本 v0.1.0。

💬 留言讨论