revolut-x-auth
Installation
SKILL.md
Revolut X Authentication
Capabilities
- Generate Ed25519 keypairs for API authentication
- Configure API key and private key environment variables
- Sign authenticated requests via
scripts/revx_sign.py - Debug 401/403/409 authentication errors
Authentication & setup
This skill handles authentication setup for all other Revolut X skills.
Step 1: Generate an Ed25519 keypair
openssl genpkey -algorithm ed25519 -out private.pem
openssl pkey -in private.pem -pubout -out public.pem
Related skills