agentio-revolut

Manage Revolut Business accounts, transactions, expenses, and payments via the agentio CLI.

2|Updated Jan 3, 2026
One-click install
npx skills add https://github.com/plosson/agentio --skill agentio-revolut-plosson
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: agentio-revolut
Source: https://github.com/plosson/agentio/tree/main/claude/skills/agentio-revolut
Command: npx skills add https://github.com/plosson/agentio --skill agentio-revolut-plosson

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Accessing Revolut Business banking data and drafting payments normally requires manual work in the web app or custom API integrations. This Skill lets an agent query accounts, transactions, expenses, and counterparties, and draft payments directly through the agentio CLI, including in CI/CD pipelines. ## Core Features & Use Cases - Account & Transaction Queries: List accounts with balances and filter transactions by date range, account, counterparty, or type, with text, JSON, or CSV output. - Expense & Receipt Management: List expenses, download attached receipts in bulk, and export quarterly expense reports as CSV for bookkeeping. - Payment Drafting & Counterparties: Draft payments to saved counterparties (approved later in the Revolut Business app), move money between your own accounts, manage counterparties, drafts, and payout links. - Use Case: Schedule a GitHub Actions workflow that exports last month's transactions as CSV, downloads all expense receipts, and posts a balance summary to Slack. ## Quick Start Use the agentio-revolut skill to list my Revolut accounts with balances and show the 20 most recent transactions in JSON format.

Frequently Asked Questions about agentio-revolut

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I list Revolut transactions from the command line?▼

Run agentio revolut transactions with optional filters like --from, --to, --account, --counterparty, and --type. Output defaults to text but supports JSON and CSV via the --format flag, with up to 1000 transactions per call.

How to export Revolut expenses with receipts for bookkeeping?▼

Use agentio revolut expenses with a date range, --format csv, and --receipts pointing to a directory. The command writes one CSV row per expense and downloads every attached receipt file into the specified folder.

Does agentio revolut pay send money immediately?▼

Payments to counterparties are created as drafts only; nothing moves until approved in the Revolut Business app. Transfers between your own accounts execute immediately, and drafts can be reviewed or deleted with agentio revolut drafts commands.

Can I add a new Revolut counterparty from the CLI?▼

Yes, agentio revolut counterparties add creates a payee using either --company-name or --first-name/--last-name, plus bank details such as IBAN, BIC, sort code, or routing number depending on the bank country.

What are the limitations of the Revolut transaction export?▼

Transaction listing caps at 1000 records per request and expenses at 500. Payout links support pagination via --created-before using the created_at timestamp of the last link from the previous page.