Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
No changes detected in this version. - Version 0.1.16 released with no updates to documentation or code files.
What This Skill Does
EntradeX CLI provides command-line access to DNSE brokerage workflows, including account management, market data, and order execution. It supports stocks and derivatives on the Vietnamese DNSE exchange. Credentials can be stored in a config file or passed via environment variables.
Scripting and automating DNSE trades via CLI avoids manual interaction with the brokerage web interface.
When to use it
- Place a stock buy order on DNSE from the terminal
- Check account balances and available loan packages
- Cancel or modify an open order by order ID
- Review order history with date range filtering
- Run a dry-run order to validate parameters before execution
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Buy 100 shares of VIC at 15000 VND using a limit order
- 1Run `entradex config set` to confirm credentials are in place
- 2Send OTP via `entradex auth send-otp user@example.com`
- 3Create a trading token with `entradex auth create-token smart_otp <passcode>`
- 4Validate the order first with `entradex dry-run order STOCK VIC NB LO 15000 100`
- 5Place the order with `entradex trade order STOCK VIC NB LO 15000 100 <trading-token>`
Order submitted to DNSE for 100 shares of VIC at 15000 VND as a limit buy
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.