← 返回 Skills 市场
776
总下载
0
收藏
2
当前安装
4
版本数
在 OpenClaw 中安装
/install phemex-trade
功能描述
Trade on Phemex (USDT-M futures, Coin-M futures, Spot) — place orders, manage positions, check balances, and query market data. Use when the user wants to (1...
安全使用建议
This skill appears to do what it says: act as a wrapper around a Phemex CLI. Before installing, verify the npm package and GitHub repo (maintainer, recent commits, issues) and prefer creating exchange API keys with minimal permissions. Be aware the CLI can persist secrets to ~/.phemexrc — review that file's contents and filesystem permissions, or prefer passing credentials via environment variables at runtime. Because npm installs execute code, consider auditing the package source or installing in a restricted/isolated environment (container or VM) if you are unsure.
功能分析
Type: OpenClaw Skill
Name: phemex-trade
Version: 1.2.0
The skill bundle provides a legitimate interface for trading on the Phemex exchange using the 'phemex-cli' tool. The SKILL.md file contains well-structured instructions for the AI agent, including explicit safety rules such as requiring user confirmation before placing orders or changing leverage. While it handles sensitive API credentials via environment variables or a local config file (~/.phemexrc), this is standard practice for trading CLI tools and no evidence of malicious intent, data exfiltration, or harmful prompt injection was found.
能力评估
Purpose & Capability
Name/description, required binaries (phemex-cli), declared env vars (PHEMEX_API_KEY, PHEMEX_API_SECRET), and the install (npm package phemex-trade-mcp creating phemex-cli) are coherent for a Phemex trading CLI.
Instruction Scope
SKILL.md instructs using phemex-cli commands and documents that credentials may be persisted to ~/.phemexrc; this is expected for a CLI but is a useful security consideration since it writes secrets to disk.
Install Mechanism
Install is an npm package (phemex-trade-mcp) that provides the phemex-cli binary. npm installs can run arbitrary code during installation (moderate risk). Using an npm package for a CLI is reasonable, but users should vet the package source/maintainer before global install.
Credentials
Only PHEMEX_API_KEY and PHEMEX_API_SECRET are required and are expected for trading functionality. The SKILL.md's use of ~/.phemexrc to persist credentials is consistent with the declared env usage.
Persistence & Privilege
Skill is not marked always:true and does not request elevated system-wide privileges. It may store credentials in ~/.phemexrc (its own config), which is normal for a CLI but should be guarded by the user.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install phemex-trade - 安装完成后,直接呼叫该 Skill 的名称或使用
/phemex-trade触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.0
v1.2.0 introduces major usability improvements:
- New `list_symbols` tool to discover available trading pairs with contract type filtering.
- Supports persistent API credentials via `~/.phemexrc` config file (no more repeated export of env vars).
- Every tool now provides detailed inline documentation with the `--help` flag, including parameter explanations and examples.
- Output field names are now user-friendly (e.g., `closePrice` instead of `closeRp`); use `--raw` for original format.
- Error messages provide actionable suggestions and tips for troubleshooting.
v1.1.2
Add CLI update note; CLI e2e tests for all market types
v1.1.0
- Switched from the mcporter-based interface to a new phemex-cli tool for running commands.
- Updated all usage examples and instructions to use phemex-cli syntax.
- Installation requirements now reference only phemex-cli (removed mcporter dependency).
- Added more guidance in the skill description about when to use this skill.
- Updated environment variable handling and clarified API URL defaults for safety.
- Revised command parameter explanations for contract types and order quantities.
v1.0.1
- Improved documentation in SKILL.md with detailed usage instructions, safety rules, and common workflows.
- Clarified tool descriptions for trading, account management, and market data queries.
- Added explicit safety rules requiring user confirmation before placing or canceling orders.
- Included clear setup steps for connecting to Phemex via environment variables.
- Sample commands provided for typical trading actions across USDT-M, Coin-M, and Spot markets.
元数据
常见问题
Phemex Trade 是什么?
Trade on Phemex (USDT-M futures, Coin-M futures, Spot) — place orders, manage positions, check balances, and query market data. Use when the user wants to (1... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 776 次。
如何安装 Phemex Trade?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install phemex-trade」即可一键安装,无需额外配置。
Phemex Trade 是免费的吗?
是的,Phemex Trade 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Phemex Trade 支持哪些平台?
Phemex Trade 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Phemex Trade?
由 aaron liu(@bubble501)开发并维护,当前版本 v1.2.0。
推荐 Skills