Getting Started
Get up and running with CallClawd in 5 minutes.
Prerequisites
- A running ClawdBot instance
- Node.js 18+ installed on your ClawdBot machine
- A CallClawd account (sign up at app.callclawd.com)
Step 1: Create your account
Sign up for a free CallClawd account. You'll receive an API key that connects your ClawdBot instance to our service.
Step 2: Install the plugin
Install the CallClawd plugin in your ClawdBot instance:
clawdbot plugins install @wooters/callclawd-plugin Step 3: Configure your API key
Add your API key to your ClawdBot configuration file (~/.clawdbot/clawdbot.json):
{
"plugins": {
"entries": {
"callclawd": {
"enabled": true,
"config": {
"apiKey": "your-api-key-here"
}
}
}
}
} Step 4: Restart ClawdBot
Restart your ClawdBot Gateway to load the plugin. Once connected, you'll see a green status indicator in your CallClawd dashboard.
Step 5: Start talking
Open the Call page in your browser, select a voice, and click the call button. That's it!
Want phone calling?
Upgrade to Pro ($15/month) to call ClawdBot from any phone using caller ID routing.
View pricing →