← Back to Skills Marketplace
l-kai890

Quantumexecute

by quantumexecute · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
67
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install quantumexecute-skill
Description
QuantumExecute (QE) unified skill for AI-driven cryptocurrency algorithmic trading across Binance, OKX, LTP, Deribit, Hyperliquid, and other supported exchan...
Usage Guidance
This skill appears coherent for its stated purpose, but it controls high‑privilege trading actions. Before installing or running it: 1) Treat QE_API_KEY/QE_API_SECRET as powerful credentials — create and use restricted keys (minimal permissions) and enable IP whitelisting and audit logs on the QuantumExecute platform. 2) Review and install dependencies in an isolated environment (virtualenv/container) and verify the 'qe-connector' package source & version before installing. 3) Confirm the agent enforces the skill's P0 hard rules (explicit confirmation required for create/update/cancel operations). 4) Test read-only scripts first (list_exchange_apis, get_market_data, balance/positions) using non-production accounts or read-only keys. 5) Note small inconsistencies: SKILL.md references QE_WORKSPACE (not read by scripts) and QE_BASE_URL (supported), and there is no automatic install step — ensure you know where reports will be written (default ~/workspace) and supply QE_BASE_URL only to trusted endpoints. If you need higher assurance, request the upstream package repository (qe-connector) and compare its API usage to the code here, or run the skill in an isolated sandbox before granting production credentials.
Capability Analysis
Type: OpenClaw Skill Name: quantumexecute-skill Version: 1.0.1 The QuantumExecute skill bundle is a legitimate integration for cryptocurrency algorithmic trading across multiple exchanges (Binance, OKX, etc.). The scripts facilitate order management, balance queries, and TCA reporting using the `qe-connector` library. The bundle includes extensive safety documentation (references/safety.md) and anti-fabrication rules (references/errors.md) to guide the AI agent's behavior. While scripts like `notify_order_complete.py` possess high-privilege capabilities such as webhook notifications and local command execution, these are documented features intended for order status updates and do not exhibit signs of malicious intent or unauthorized data exfiltration.
Capability Tags
cryptorequires-sensitive-credentials
Capability Assessment
Purpose & Capability
Name/description (multi-exchange trading, order lifecycle, TCA/export) matches the included scripts and references. Requested binaries (python3) and required env vars (QE_API_KEY, QE_API_SECRET) are expected for a Python-based trading client. The set of scripts map directly to claimed features (balances, orders, TCA, exports).
Instruction Scope
SKILL.md directs running the provided scripts and keeping secrets in env vars only; scripts source QE_API_KEY/SECRET via shared _client.get_client, and the skill's hard rules require explicit confirmation before write operations. Scripts write reports to ~/workspace by default and produce JSON outputs. Minor inconsistencies: SKILL.md mentions optional QE_WORKSPACE and QE_BASE_URL, but most scripts do not read QE_WORKSPACE (they default to Path.home()/"workspace"); QE_BASE_URL is read by _client if set. Overall instructions do not attempt to read unrelated system files or exfiltrate secrets.
Install Mechanism
No install spec provided (instruction-only install), but a requirements.txt is included listing 'qe-connector', 'requests', 'pandas', 'openpyxl'. Because there is no automatic install step, operator must install dependencies manually; this is lower risk than an arbitrary download, but operators should verify package sources (especially 'qe-connector') and pin versions before installing.
Credentials
Only QE_API_KEY and QE_API_SECRET are required (declared primaryEnv QE_API_KEY). Those are exactly the high‑privilege credentials needed for the described trading capabilities. SKILL.md also documents QE_BASE_URL and QE_WORKSPACE as optional; QE_BASE_URL is supported by code, QE_WORKSPACE is documented but not consistently used by scripts (they default to ~/workspace). No unrelated credentials or system config paths are requested.
Persistence & Privilege
always:false (no forced inclusion). The skill does not request system-wide changes, does not modify other skills, and does not require persistent elevated privileges. Autonomous invocation is allowed (platform default); the skill's hard rules require explicit confirmations for write operations which mitigates autonomous write risk if enforced by the agent.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install quantumexecute-skill
  3. After installation, invoke the skill by name or use /quantumexecute-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- License updated from MIT to MIT-0. - Added metadata for OpenClaw environment, including env/binary requirements and homepage link. - New section "Capability and Credential Declaration" describing credential usage and security recommendations. - Clarified requirements for QE_API_KEY and QE_API_SECRET, with additional notes on privilege and endpoint safety. - No functional or script changes; documentation and metadata only.
v1.0.0
Initial release of the quantumexecute unified skill for AI-driven crypto trading workflow. - Supports algorithmic execution across Binance, OKX, LTP, Deribit, Hyperliquid, and more via scripts. - Provides smart order splitting, AI algorithms for large-order/quantitative trading, and multi-exchange balance/position visibility. - Includes order lifecycle management, customizable trading strategies, plug-and-play workflows, and transaction cost analysis (TCA) tools. - Offers clear onboarding steps for new users and detailed environment setup instructions. - Enforces strict safety, error reporting, risk checks, and anti-fabrication rules in all workflows.
Metadata
Slug quantumexecute-skill
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Quantumexecute?

QuantumExecute (QE) unified skill for AI-driven cryptocurrency algorithmic trading across Binance, OKX, LTP, Deribit, Hyperliquid, and other supported exchan... It is an AI Agent Skill for Claude Code / OpenClaw, with 67 downloads so far.

How do I install Quantumexecute?

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

Is Quantumexecute free?

Yes, Quantumexecute is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Quantumexecute support?

Quantumexecute is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Quantumexecute?

It is built and maintained by quantumexecute (@l-kai890); the current version is v1.0.1.

💬 Comments