Loading...
Loading...
Revolut X CLI setup and authentication. Use when the user asks to "install revx", "set up Revolut X", "configure API keys", "generate keypair", "set passkey", "revx configure", or needs help with authentication errors.
npx skill4agent add revolut-engineering/revolut-x-api revx-authrevx configureInstall the CLI, generate API keys, and configure write-operation security.
Auto-resolve target. When invoked from anotherskill due to an auth error, do not bounce the user back to manual setup. Diagnose the failure against the Error Reference below, run the fix yourself (e.g.revx-*,chmod 600 ~/.config/revolut-x/private.pem,revx configure generate-keypair), then return to the calling skill and retry the original command. Only ask the user for inputs that only they can provide: the 64-character API key string, confirmation that they have registered the public key in their Revolut X profile, the keypair passphrase, or approval to overwrite an existing keypair.revx configure set --api-key <key>
node -vnpm install -g @revolut/revolut-x-cli && npm link @revolut/revolut-x-clirevxrevx --version # Should print the versionrevx configure # Interactive setup wizardrevx configure generate-keypair # Creates Ed25519 keypair
# Register public key at exchange.revolut.com -> Profile -> API Keys
# Create API key — tick "Allow usage via Revolut X MCP and CLI"
revx configure set --api-key <64-char-key>revx configure get # Show config status (keys redacted)
revx configure path # Print config directory pathrevx configure # Interactive setup wizard
revx configure get # Show config status (keys redacted)
revx configure set --api-key <key> # Set API key
revx configure generate-keypair # Generate Ed25519 keypair
revx configure path # Print config directory path| Platform | Path |
|---|---|
| macOS/Linux | |
| Windows | |
| Override | |
| Error | Cause | Fix |
|---|---|---|
| Auth not configured | Missing API key or private key | Run |
| Authentication failed (401) | Invalid key or signature | Re-register public key at exchange.revolut.com |
| Network error | Connection/timeout failure | Check connectivity, retry |
revx-accountrevx-marketrevx-trading| Skill | Purpose |
|---|---|
| Currencies, pairs, tickers, candles, order book |
| Balances, order queries, trade history, events |
| Place and cancel orders |
| Live price/indicator alerts |
| Telegram notification setup |
| Grid bot backtest, optimize, run |