Overview
- Skill Key
- hieuhani/entradex
- Author
- hieuhani
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/hieuhani/entradex
- Latest Commit SHA
- bd33ba200619edb042075227fc7f49bb9c36309d
Use the EntradeX CLI for DNSE workflows. Use when (1) setting DNSE API credentials via env vars or config file, (2) reading account, market, and order data, (3) placing, modifying, or canceling real trades.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 entradex 技能。 若已安装,则直接安装 entradex 技能。
# EntradeX CLI Install ```bash npm i -g entradex-cli ``` ## Usage ```bash entradex [global-options] [command] ``` ## Configuration Credential priority order: 1. Config file (`~/.entradex-cli/config.json`) - recommended 2. Environment variables (`DNSE_API_KEY`, `DNSE_API_SECRET`) 3. Global command options (`--api-key`, `--api-secret`) Setup and inspect config: ```bash entradex config set --key "<api-key>" --secret "<api-secret>" entradex config set entradex config get entradex config clear ``` ## Security & Safety **Before using this skill:** - Verify the npm package: `npm view entradex-cli` - check author is `hieuhani` and repository matches - Inspect package contents: `npm pack entradex-cli --dry-run` or view on [npmjs.com](https://www.npmjs.com/package/entradex-cli) - Treat `DNSE_API_KEY` and `DNSE_API_SECRET` as highly sensitive trading credentials **Autonomous execution warning:** - This skill can place **real trades** using provided credentials - Consider using a separate limited-permission account - Rotate API keys if you suspect unauthorized access ## Global Options - `--api-key <key>` DNSE API key - `--api-secret <secret>` DNSE API secret - `--base-url <url>` API base URL (default: `https://openapi.dnse.com.vn`) - `--debug` Show request details - `-V, --version` Show CLI version - `-h, --help` Show help ## Commands ### Config ```bash entradex config set [--key <key>] [--secret <secret>] [--url <url>] entradex config get entradex config clear ``` ### Account ```bash entradex account list entradex account balances <accountNo> entradex account loan-packages <accountNo> <marketType> [--symbol <symbol>] ``` ### Trade ```bash entradex trade order <marketType> <symbol> <side> <orderType> <price> <quantity> <tradingToken> [--price-stop <price>] entradex trade modify <accountNo> <orderId> <marketType> <symbol> <side> <orderType> <price> <quantity> <tradingToken> [--price-stop <price>] entradex trade cancel <accountNo> <orderId> <marketType> <tr...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.