Install
openclaw skills install monobankAnswer Monobank balance questions by calling the Monobank API directly with a user-supplied per-request API token. Use when: скільки грошей у мене на монобанку, баланс mono, баланс Monobank, monobank accounts, monobank balance, checking Ukrainian Monobank cards and jars.
openclaw skills install monobankUse this skill when the user asks about Monobank balances, for example:
Call the Monobank API directly. Do not route real user balances through a hosted MCP, proxy, or third-party server.
The user must provide monobank_token for each request. Never store it in files, env vars, memory, directives, logs, summaries, or future context.
If the token is missing, answer in Ukrainian:
Потрібен API token monobank. Отримати можна тут: https://api.monobank.ua/
Call:
GET https://api.monobank.ua/personal/client-info
X-Token: <monobank_token>
Accept: application/json
Use an HTTP/fetch tool that can pass headers without printing them. Do not put the token into visible shell commands, logs, URLs, or final answers.
If direct HTTP access is unavailable, say in Ukrainian that an HTTP-capable runtime or tool is needed. Do not use hosted MCP for real balances.
401 or 403: say in Ukrainian that the Monobank API token was not accepted.429: say in Ukrainian that Monobank allows this endpoint no more than once per 60 seconds per token.5xx: say in Ukrainian that Monobank API did not return the balance right now.Amounts are minor units. Divide by 100 and show two decimals.
Currency codes:
980 -> UAH840 -> USD978 -> EURISO-4217:<code>For each account:
<type> **** <last4> from maskedPan[0].maskedPan is absent, use a safe label like <type> or masked IBAN IBAN UA12...3456.Credit-account semantics:
balance means the amount available with credit already included.creditLimit > 0, real account balance is balance - creditLimit.creditLimit == 0, real account balance is balance.balance.Jars:
Банка <title>: <balance> з <goal>.з <goal> if goal is absent.The skill instructions are in English, but user-facing balance answers must be in Ukrainian by default.
If the user explicitly asks to answer in another language, keep the same structure and translate only service labels. Do not translate card types, masked PANs, currencies, jar titles, or numbers.
Keep the response concise. Use this format:
Monobank:
platinum **** 1286: баланс -42340.34 UAH; кредитний ліміт 80000.00 UAH; доступно з кредитними 37659.66 UAH.
white **** 5708: баланс 4102.17 UAH; доступно 4102.17 UAH.
black **** 7760: баланс 3.99 USD; доступно 3.99 USD.
black **** 2025: баланс 0.77 EUR; доступно 0.77 EUR.
Банка Фонд Meta Gamers: 0.97 UAH з 10000.00 UAH.
Банка На подарки: 9.49 UAH з 40000.00 UAH.