Skip to content

Quick Start

Pick the integration that fits your workflow. Each path gets you from zero to your first Bankr interaction in under 5 minutes.

The fastest path to a working Bankr integration. Install a community-built skill and start interacting with crypto immediately.

  1. Create your API key

    Sign up at bankr.bot, then go to bankr.bot/api. Create a new API key with Agent API access. Copy it — you will not see it again.

  2. Install the Bankr skill

    install the bankr skill from https://github.com/BankrBot/openclaw-skills
  3. Configure the skill

    Create a config file at ~/.clawdbot/skills/bankr/config.json:

    ~/.clawdbot/skills/bankr/config.json
    {
    "apiKey": "bk_YOUR_API_KEY",
    "apiUrl": "https://api.bankr.bot"
    }

    Replace bk_YOUR_API_KEY with the key you copied in step 1.

  4. Run your first command

    Check your balance
    scripts/bankr.sh "What is my ETH balance on Base?"

    You should see your agent’s Base wallet balance returned in a human-readable response.