LaunchKit · 2026
Back to Skills

entradex

Use the EntradeX CLI for DNSE workflows.

2
306 downloads
by @hieuhani

Setup & Installation

openclaw skills install @hieuhani/entradex

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install entradex

Version History

v0.1.16Feb 25, 2026 - Version note by skill developer:

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.

INPUT

User asks: Buy 100 shares of VIC at 15000 VND using a limit order

AGENT
  1. 1Run `entradex config set` to confirm credentials are in place
  2. 2Send OTP via `entradex auth send-otp user@example.com`
  3. 3Create a trading token with `entradex auth create-token smart_otp <passcode>`
  4. 4Validate the order first with `entradex dry-run order STOCK VIC NB LO 15000 100`
  5. 5Place the order with `entradex trade order STOCK VIC NB LO 15000 100 <trading-token>`
OUTPUT

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.

DNSE_API_KEY environment variable or config entryDNSE_API_SECRET environment variable or config entryDNSE brokerage account with API access enabled