agentsclimarketplace

Mt5api

Skill Choi-Jungwoo/agent-skills/mt5api

agent-skills is a multi-skill repository that hosts reusable, production-friendly skills for AI agents.

Install
npx -y skills add Choi-Jungwoo/agent-skills --skill mt5api

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Complete API reference for the mt5api.dll (.NET wrapper for MetaTrader 5). This skill MUST be referenced automatically whenever the user invokes `/mt5api`, works with MT5 API types, trading operations, order execution, symbol data, account management, or any code that touches the mtapi.mt5 namespace. Also use it when the user asks about available MT5 methods, enums, events, or data structures — even if they don't explicitly say "mt5api".

SKILL.md

2.0 KB, as published. Nobody here has run it

mt5api.dll API Reference

Read the relevant reference file based on the user's question:

TopicFileWhen to read
MT5API classreferences/client.mdConnection, account properties, server timing, cluster, configuration, proxy, events
Order executionreferences/orders.mdOrderSend/Close/Modify, OrderClientSafe(Async), Order/OrderInternal/DealInternal types
Order enumsreferences/order-enums.mdOrderType, OrderState, DealType, FillPolicy, PlacedType, TradeType, TradeMode, etc.
Events & payloadsreferences/events.mdEvent delegates, OrderProgress, OrderUpdate, TransactionInfo, TradeRequest/Result, ConnectProgress
Quotes & market datareferences/quotes.mdQuote, MarketWatch, Bar, TickBar, BookBar, SymbolBook, order book
Symbol informationreferences/symbols.mdSymbols registry, SymbolInfo, SymGroup, sessions, CalculationMode, MarginMode
Account & serverreferences/account-server.mdAccountRec, ServerRec, ServerInfo, ClusterDetails, Access, AddressRec, MailMessage
History & analyticsreferences/history.mdEquityPoint, BalancePoint, EquityTimeframe, Expiration, history download methods
Commission & swapreferences/commission.mdComissionInfo, Comission, commission/swap enums
Server response codesreferences/msg-codes.mdMsg enum — all ~150 server response/error codes
Exceptionsreferences/exceptions.mdServerException, ConnectException, InvalidSymbolException, etc.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.