用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/vramrick/openclaw-skills --skill upbank命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | upbank |
| description | Read-only access to Up Bank accounts, transactions, categories, and tags |
| metadata | {"openclaw":{"requires":{"env":"[Truncated]"},"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