monobanklisted
Install: claude install-skill SwiftAdviser/public-skills
# Monobank
Use this skill when the user asks about Monobank balances, for example:
- "скільки грошей у мене на монобанку?"
- "баланс mono"
- "monobank accounts"
## Privacy
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:
```text
Потрібен API token monobank. Отримати можна тут: https://api.monobank.ua/
```
## API Call
Call:
```text
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.
## Errors and Limits
- `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.
- Network or `5xx`: say in Ukrainian that Monobank API did not return the balance right now.
- Never show raw API errors if they may contain identifiers or token material.
## Data Handling
Amounts are minor units. Divide by 100 and show two decimals.
Currency codes:
- `980` -> `UAH`
-