← Back to Skills Marketplace
71
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pionex-trade
Description
Use when the user asks to place orders, cancel orders, check open orders or fills on Pionex. Covers spot orders via `pionex-trade-cli` CLI. Requires API cred...
Usage Guidance
Before installing or enabling this skill: (1) verify the npm package (@pionex/pionex-ai-kit) and its publisher on the npm registry — confirm it is the official Pionex package (check publisher, repo, and recent activity). (2) Ask the skill author/maintainer to fix metadata: the registry should explicitly declare that the skill requires API credentials or a config path (~/.pionex/config.toml) and whether it will attempt to install software. (3) When trying it, use limited-scope API keys (if Pionex supports separate trade vs read-only scopes) and enable IP whitelisting; test with read-only operations first. (4) Ensure the agent enforces the documented dry-run + explicit user confirmation flow for any write operation; do not allow the agent to place live orders without your explicit consent each time. (5) If you cannot verify the npm package or the publisher, inspect the package contents or prefer a vetted client/official plugin. The current metadata/instruction mismatch is the primary red flag — resolve that before handing over credentials or installing the CLI.
Capability Analysis
Type: OpenClaw Skill
Name: pionex-trade
Version: 1.0.0
The pionex-trade skill is a legitimate tool for managing spot orders on the Pionex exchange via the pionex-trade-cli. The SKILL.md instructions prioritize safety by enforcing explicit user confirmation, recommending dry-runs for all write operations, and requiring balance checks before placing orders to prevent overdrafts. No evidence of data exfiltration, malicious execution, or prompt injection was found; the skill's behavior is strictly aligned with its stated purpose of trading.
Capability Tags
Capability Assessment
Purpose & Capability
The skill purpose (placing/cancelling spot orders on Pionex via pionex-trade-cli) is coherent with the runtime instructions. However, the registry metadata declares no credentials or config paths while the SKILL.md explicitly requires API credentials stored at ~/.pionex/config.toml and running `pionex-ai-kit onboard`. The omission of credential/config requirements from metadata is an inconsistency.
Instruction Scope
The SKILL.md instructions are narrowly scoped to running the pionex-trade-cli CLI, checking balances, parsing JSON output, using dry-run for writes, and asking for user confirmation before finalizing orders. There is no instruction to read unrelated files or exfiltrate data beyond the exchange API/CLI.
Install Mechanism
The SKILL.md recommends installing @pionex/pionex-ai-kit via npm (global install) to provide pionex-trade-cli. Installing an npm CLI from the public registry is a common pattern but carries moderate risk; the registry metadata itself lists no install spec, creating a mismatch that should be resolved (is the agent expected to auto-install or rely on preinstalled binaries?).
Credentials
The skill requires exchange API credentials (sensitive) and a config file at ~/.pionex/config.toml per SKILL.md, which is appropriate for trading. But the registry metadata does not declare any required env vars, primary credential, or config paths — this lack of declared required secrets/configs is a material inconsistency and reduces transparency about what sensitive data the skill needs.
Persistence & Privilege
The skill is not always-enabled and does not request system-wide persistence or elevated privileges. Autonomous invocation is allowed by default (normal for skills) but combined with trading capability means the agent should follow the documented confirmation/dry-run rules.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pionex-trade - After installation, invoke the skill by name or use
/pionex-trade - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is pionex-trade?
Use when the user asks to place orders, cancel orders, check open orders or fills on Pionex. Covers spot orders via `pionex-trade-cli` CLI. Requires API cred... It is an AI Agent Skill for Claude Code / OpenClaw, with 71 downloads so far.
How do I install pionex-trade?
Run "/install pionex-trade" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is pionex-trade free?
Yes, pionex-trade is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does pionex-trade support?
pionex-trade is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created pionex-trade?
It is built and maintained by pibrandon (@pibrandon); the current version is v1.0.0.
More Skills