pionex-official/pionex-skills

pionex-portfolio

Use when the user asks for Pionex account balance, available funds, or “how much USDT do I have”. Read-only; requires API credentials. Do NOT use for market data (pionex-market) or placing/cancelling orders (pionex-trade).

First seen Mar 18, 2026

Installation

$ npx skills add pionex-official/pionex-skills --skill pionex-portfolio

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from pionex-official/pionex-skills · top by installs.

npx skills add pionex-official/pionex-skills

Browse all from pionex-official/pionex-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 5
License LICENSE
Default branch main
Open issues 0
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Version1.0.0
LicenseMIT
More metadata
author
pionex
version
1.0.0
agent
{"requires":{"bins":["pionex-trade-cli"]},"install":{"0":"id: npm","kind":"node","package":"@pionex\/pionex-ai-kit","bins":["pionex-trade-cli","pionex-ai-kit"],"label":"Install pionex CLI (npm)"}}

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,513 B
  • docs SUMMARY.md 250 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 108 installs

SKILL.md

Pionex Portfolio (Account) Skill

Query spot account balances on Pionex. Requires API credentials (pionex-ai-kit onboard).

When to use

  • User asks: balance, available USDT/other currency, “how much can I spend”, account overview.

Command

Command Type Description
pionex-trade-cli account balance READ All spot balances. Output is JSON; filter by currency (e.g. USDT) as needed.

Prerequisites

npm install -g @pionex/pionex-ai-kit
pionex-ai-kit onboard

Skill routing

  • Balance / account → pionex-portfolio (this skill)
  • Market data → pionex-market
  • Orders (place/cancel) → pionex-trade
  • Futures grid bot lifecycle → pionex-bot

Example

  • User: “How much USDT do I have on Pionex?”
  • Agent: run pionex-trade-cli account balance, then from the JSON report the available (and total if present) balance for USDT.