← 返回 Skills 市场
Apex
作者
QuincyGunter
· GitHub ↗
· v1.0.0
· MIT-0
63
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install qui-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...
安全使用建议
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.
能力标签
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install qui-apex - 安装完成后,直接呼叫该 Skill 的名称或使用
/qui-apex触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 63 次。
如何安装 Apex?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install qui-apex」即可一键安装,无需额外配置。
Apex 是免费的吗?
是的,Apex 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Apex 支持哪些平台?
Apex 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Apex?
由 QuincyGunter(@quincygunter)开发并维护,当前版本 v1.0.0。
推荐 Skills