← Back to Skills Marketplace
quincygunter

Apex

by QuincyGunter · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
63
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install qui-apex
Description
Trade and monitor ApeX perpetual futures. Check balances, view positions with P&L, place/cancel orders, execute market trades, or submit trade reward enrollm...
Usage Guidance
This skill implements real trading on ApeX and legitimately needs API credentials and an Omni seed to place orders — but the registry metadata incorrectly lists no required env vars. Before installing or running: 1) Do not supply your real Omni seed or API keys to untrusted/remote agents or cloud-hosted notebooks; prefer testnet (APEX_TESTNET=1) to validate. 2) Review the apexomni-connector-node package source and the package-lock to ensure dependencies are expected; note the connector version is an alpha release in package.json. 3) Run npm install in an isolated/sandboxed environment (or container) and verify network calls (calls go to api.coingecko.com and omni.apex.exchange). 4) If you intend to use this skill with real funds, correct the registry metadata to declare the required env vars and avoid passing seeds on shared/remote systems; consider creating restricted API keys with limited permissions where possible. 5) If you are uncomfortable providing an Omni seed, do not install or run the private operations; public market data and analysis scripts can be used without credentials.
Capability Tags
cryptorequires-walletrequires-oauth-tokenrequires-sensitive-credentials
Capability Assessment
Purpose & Capability
The skill's name/description (ApeX trading & monitoring) matches the implemented functionality: the scripts call ApeX public and private APIs and implement balance, positions, orders and market analysis. That said, the registry metadata declared no required environment variables or primary credential even though the SKILL.md and code clearly require APEX_API_KEY, APEX_API_SECRET, APEX_API_PASSPHRASE and APEX_OMNI_SEED; this metadata omission is inconsistent and should be corrected before trust.
Instruction Scope
SKILL.md instructions are scoped to trading and monitoring: install node deps, run the provided scripts, set ApeX credentials, and confirm trades before execution. The instructions explicitly call out treating the Omni seed as a private key and advise local storage. They do instruct running npm install and passing credentials via env vars or .env which is expected for this use case.
Install Mechanism
There is no install spec in the registry (instruction-only), but the bundled scripts/package.json require running npm install which will pull several crypto and ethereum-related npm packages (apexomni-connector-node, @ethersproject libs, etc.). This is an expected but higher-risk install path than an instruction-only skill because it installs many dependencies from the public npm registry — verify package sources and consider sandboxed installation.
Credentials
The code and SKILL.md require highly sensitive credentials (APEX_API_KEY, APEX_API_SECRET, APEX_API_PASSPHRASE and especially APEX_OMNI_SEED — a seed/private-key equivalent). Those env vars are appropriate for on-exchange trading, but the registry metadata incorrectly lists none; the omission is dangerous because automated review or permission gating may not surface the need to supply a seed. No unrelated secrets are requested, but the presence of the Omni seed increases risk and requires careful handling (never upload to external agents or store on untrusted hosts).
Persistence & Privilege
The skill does not request always:true or elevated platform privileges. It writes a local trading-state.json file under the skill folder for state, which is reasonable for a CLI skill. It does not modify other skills or global agent config. The agent may invoke the skill autonomously by default (disable-model-invocation is false), which is normal; combine that with sensitive credentials only if you trust the runtime environment.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install qui-apex
  3. After installation, invoke the skill by name or use /qui-apex
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the ApeX trading skill. - Enables trading and portfolio management on ApeX perpetual futures exchange. - Supports viewing balances, positions (with P&L), open orders, and trade history. - Allows market and limit order execution, order cancellation, and reward enrollment. - Provides safety checks (trade sizing, limit price deviation) and comprehensive error handling. - Includes CLI usage examples and workflow guides for chat-based operation.
Metadata
Slug qui-apex
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Apex?

Trade and monitor ApeX perpetual futures. Check balances, view positions with P&L, place/cancel orders, execute market trades, or submit trade reward enrollm... It is an AI Agent Skill for Claude Code / OpenClaw, with 63 downloads so far.

How do I install Apex?

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

Is Apex free?

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

Which platforms does Apex support?

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

Who created Apex?

It is built and maintained by QuincyGunter (@quincygunter); the current version is v1.0.0.

💬 Comments