Jump to related tools in the same category or review the original source on GitHub.

Web & Frontend Development @odrobnik Updated 6/28/2026 1,756 downloads 2 stars Security: Pass

💳 Revolut OpenClaw Plugin & Skill | ClawHub

Looking to integrate Revolut into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate web & frontend development tasks instantly, without having to write custom tools from scratch.

What this skill does

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

Install

ClawHub CLI
openclaw skills install @odrobnik/revolut
Node.js (npx)
npx clawhub@latest install revolut

Full SKILL.md

Open original
Metadata table.
nameversiondescriptionhomepage
revolut1.3.2Revolut web automation via Playwright: login/logout, list accounts, and fetch transactions.https://github.com/odrobnik/revolut-skill

SKILL.md content below is scrollable.

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.
ClawHub Registry URL: https://clawhub.ai/odrobnik/skills/revolut

Related skills

If this matches your use case, these are close alternatives in the same category.