Communityv1.6.0

mt5-httpapi

HTTP client for a user-deployed mt5-httpapi MetaTrader 5 bridge. Use ONLY when the user has explicitly installed and configured mt5-httpapi AND provided MT5_...

2.6kdownloads4stars1active installsCiprian Mandache
View on ClawHubBack to Skills

Skill Details

Slug
mt5-httpapi
Latest Version
1.6.0
Author
Ciprian Mandache
Published
Feb 15, 2026
Updated
May 28, 2026
Total Versions
8

How to Install

  1. 1 on OpenClawdBots (takes under 60 seconds).
  2. 2Open your bot dashboard and go to the Skills tab.
  3. 3Switch to the ClawHub tab and search for mt5-httpapi.
  4. 4Click Install and the skill is deployed to your bot automatically.

Changelog — v1.6.0

**Significant update focused on trade safety and environment configuration.** - Enforces strict safety requirements: All trade-mutating endpoints (order/position changes, terminal restarts/shutdowns) now require explicit, per-action user confirmation with full details. - Updated description and usage guidelines: Only invoke the skill if the user has explicitly provided and configured MT5_API_URL; do not use for generic trading or market data questions. - No automatic credential reading: Environment variables (MT5_API_URL, MT5_API_TOKEN) must be set by the user or supplied interactively; never read from config files autonomously. - Clarifies that this skill is strictly a client for existing user-deployed mt5-httpapi installations and does not provision, configure, or automatically interact with accounts. - Emphasizes live trading risk and demo-first policy; always prompt before taking action on live accounts. - Documentation and compatibility details revised for clarity and strict compliance.