Revolut Business API CLI — accounts, balances, transactions, counterparties, payments, FX exchange, CSV export. Auto-refreshes OAuth tokens. Business accounts only (not personal).
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install revolut-business或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install revolut-business⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/revolut-business/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: revolut description: "Revolut Business API CLI — accounts, balances, transactions, counterparties, payments, FX exchange, CSV export. Auto-refreshes OAuth tokens. Business accounts only (not personal)." version: 1.0.0 metadata: {"clawdbot":{"emoji":"💶","requires":{"bins":["python3"]}}} ---
Full CLI for Revolut Business — accounts, transactions, payments, FX, exports.
Entry point: python3 {baseDir}/scripts/revolut.py
python3 {baseDir}/scripts/setup.py
Walks you through everything: key generation, Revolut certificate upload, OAuth callback, authorization.
pip install PyJWT cryptographyStored in ~/.clawdbot/revolut/:
private.pem — RSA private key (for JWT signing)certificate.pem — X509 cert (uploaded to Revolut)tokens.json — OAuth tokens (auto-managed)config.json — client ID, domain, redirect URIEnvironment variables (in .env):
REVOLUT_CLIENT_ID — from Revolut API settingsREVOLUT_ISS_DOMAIN — your redirect URI domain (without https://)python3 {baseDir}/scripts/revolut.py accounts # List all accounts with balances
python3 {baseDir}/scripts/revolut.py balance # Total EUR balance
python3 {baseDir}/scripts/revolut.py accounts --json # JSON output
python3 {baseDir}/scripts/revolut.py transactions # Last 20
python3 {baseDir}/scripts/revolut.py tx -n 50 # Last 50
python3 {baseDir}/scripts/revolut.py tx --since 2026-01-01 # Since date
python3 {baseDir}/scripts/revolut.py tx --since 2026-01-01 --to 2026-01-31
python3 {baseDir}/scripts/revolut.py tx -a Main # Filter by account
python3 {baseDir}/scripts/revolut.py tx --type card_payment # Filter by type
python3 {baseDir}/scripts/revolut.py tx --json # JSON output
Transaction types: card_payment, transfer, exchange, topup, atm, fee, refund
python3 {baseDir}/scripts/revolut.py counterparties # List all
python3 {baseDir}/scripts/revolut.py cp --name "Lisa" # Search by name
python3 {baseDir}/scripts/revolut.py cp --json
# Send payment (with confirmation prompt)
python3 {baseDir}/scripts/revolut.py pay -c "Lisa Dreischer" --amount 50.00 --currency EUR -r "Lunch"
# Create draft (no immediate send)
python3 {baseDir}/scripts/revolut.py pay -c "Lisa Dreischer" --amount 50.00 --draft -r "Lunch"
# Skip confirmation
python3 {baseDir}/scripts/revolut.py pay -c "Lisa Dreischer" --amount 50.00 -y
python3 {baseDir}/scripts/revolut.py exchange --amount 100 --sell EUR --buy USD
python3 {baseDir}/scripts/revolut.py fx --amount 500 --sell EUR --buy GBP
python3 {baseDir}/scripts/revolut.py transfer --from-account <ID> --to-account <ID> --amount 100
python3 {baseDir}/scripts/revolut.py export # Print CSV to stdout
python3 {baseDir}/scripts/revolut.py export -n 200 -o transactions.csv # Save to file
python3 {baseDir}/scripts/revolut.py export --since 2026-01-01 -o jan.csv
python3 {baseDir}/scripts/revolut.py token-info
~/.clawdbot/revolut/ — treat as sensitive--yes to skip)--draft creates payment drafts that need approval in Revolut app安装 Revolut Business 后,可以对 AI 说这些话来触发它
Help me get started with Revolut Business
Explains what Revolut Business does, walks through the setup, and runs a quick demo based on your current project
Use Revolut Business to revolut Business API CLI — accounts, balances, transactions, counte...
Invokes Revolut Business with the right parameters and returns the result directly in the conversation
What can I do with Revolut Business in my data & analytics workflow?
Lists the top use cases for Revolut Business, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/revolut-business/ 目录(个人级,所有项目可用),或 .claude/skills/revolut-business/(项目级)。重启 AI 客户端后,用 /revolut-business 主动调用,或让 AI 根据上下文自动发现并使用。
Revolut Business 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Revolut Business 可免费安装使用。请查阅仓库了解许可证信息。
Revolut Business API CLI — accounts, balances, transactions, counterparties, payments, FX exchange, CSV export. Auto-refreshes OAuth tokens. Business accounts only (not personal).
Revolut Business 属于「Data & Analytics」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my data & analytics tasks using Revolut Business
Identifies repetitive steps in your workflow and sets up Revolut Business to handle them automatically