跳至主要内容
小龙虾小龙虾AI
🤖

Revolut

Revolut web automation via Playwright: login/logout, list accounts, and fetch transactions.

下载720
星标2
版本1.3.2
金融财务
安全通过
⚙️脚本

技能说明


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: ["python3", "playwright"] python: ["playwright"]

Revolut Banking Automation

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

Setup

See SETUP.md for prerequisites and setup instructions.

Commands

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

Recommended Flow

login → accounts → transactions → portfolio → logout

Always call logout after completing all operations to delete the stored browser session.

Notes

  • Per-user state stored in {workspace}/revolut/ (deleted by logout).
  • Output paths (--out) are sandboxed to workspace or /tmp.
  • No .env file loading — credentials in config.json only.

如何使用「Revolut」?

  1. 打开小龙虾AI(Web 或 iOS App)
  2. 点击上方「立即使用」按钮,或在对话框中输入任务描述
  3. 小龙虾AI 会自动匹配并调用「Revolut」技能完成任务
  4. 结果即时呈现,支持继续对话优化

相关技能