用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/javimosch/open-claw-skills --skill revolut命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | revolut |
| description | Revolut web automation via Playwright: login/logout, list accounts, and fetch transactions. |
| summary | Revolut banking automation: login, accounts, transactions, portfolio. |
| version | 1.3.2 |
| homepage | https://github.com/odrobnik/revolut-skill |
| metadata | {"openclaw":{"emoji":"💳","requires":{"bins":"[Truncated]","python":"[Truncated]"}}} |
Fetch current account balances, investment portfolio holdings, and transactions for all wallet currencies and depots in JSON format. Uses Playwright to automate Revolut web banking.
Entry point: {baseDir}/scripts/revolut.py
See SETUP.md for prerequisites and setup instructions.
python3 {baseDir}/scripts/revolut.py --user oliver login
python3 {baseDir}/scripts/revolut.py --user oliver accounts
python3 {baseDir}/scripts/revolut.py --user oliver transactions --from YYYY-MM-DD --until YYYY-MM-DD
python3 {baseDir}/scripts/revolut.py --user sylvia portfolio
python3 {baseDir}/scripts/revolut.py --user oliver invest-transactions --from YYYY-MM-DD --until YYYY-MM-DD
login → accounts → transactions → portfolio → logout
Always call logout after completing all operations to delete the stored browser session.
{workspace}/revolut/ (deleted by logout).--out) are sandboxed to workspace or /tmp..env file loading — credentials in config.json only.