mit einem Klick
mit einem Klick
[HINT] Laden Sie das komplette Skill-Verzeichnis einschließlich SKILL.md und aller zugehörigen Dateien herunter
| name | upbank |
| description | Read-only access to Up Bank accounts, transactions, categories, and tags |
| metadata | {"openclaw":{"requires":{"env":["UP_API_TOKEN"]},"primaryEnv":"UP_API_TOKEN","emoji":"🏦"}} |
Read-only access to your Up Bank account data including accounts, transactions, categories, and tags.
Use this skill when you need to:
All requests require a Personal Access Token from Up Bank. Get yours from the Up app:
The token must be provided as a Bearer token in the Authorization header.
Environment Variable: Set UP_API_TOKEN before making API calls.
GET /api/v1/accounts — List all accountsGET /api/v1/accounts/{id} — Get single account detailsGET /api/v1/transactions — List transactions (paginated)GET /api/v1/transactions/{id} — Get single transactionGET /api/v1/accounts/{accountId}/transactions — List transactions for specific accountGET /api/v1/categories — List all categoriesGET /api/v1/categories/{id} — Get category detailsGET /api/v1/tags — List all tagsGET /api/v1/attachments — List attachmentsGET /api/v1/attachments/{id} — Get attachment detailsGET /api/v1/webhooks — List webhooksGET /api/v1/webhooks/{id} — Get webhook detailsGET /api/v1/webhooks/{webhookId}/logs — Get webhook delivery logsGET /api/v1/util/ping — Test API authenticationJIT Access Required — Each API call requires explicit user approval. Do not make requests without user confirmation.
Time-Based Access — Access tokens should have an expiration. Prompt for re-authentication if the token appears expired or if more than 1 hour has passed since the token was provided.
Up Bank implements rate limiting. If you receive 429 responses, wait before retrying and inform the user of the rate limit.
prev and next links in the responseCASH_WITHDRAWAL in transaction description