
Pionex Portfolio
- 92 installs
- 5 repo stars
- Updated July 24, 2026
- pionex-official/pionex-skills
Helps with ai & agent building tasks.
About
pionex-portfolio is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.
- pionex-portfolio
- AI & Agent Building
- AI-coding skill
Pionex Portfolio by the numbers
- 92 all-time installs (skills.sh)
- +3 installs in the week ending Aug 4, 2026 (Skillselion tracking)
- Ranked #4,749 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/pionex-official/pionex-skills --skill pionex-portfolioAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 92 |
|---|---|
| repo stars | ★ 5 |
| Last updated | July 24, 2026 |
| Repository | pionex-official/pionex-skills ↗ |
What it does
Helps with ai & agent building tasks.
Files
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 onboardSkill 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.
Related skills
AI & Agent Buildingagents