Back to Directory
automation
Clawdbot Skill
Make phone calls via KallyAI API - an AI phone assistant that calls businesses on your behalf. Use when users want to make restaurant reservations, schedule appointments, or inquire at businesses by phone.
Installation
Run this in your terminal or add to your configuration:
# Clone into your skills directory
git clone ...About this Skill
- Updated OAuth authentication flow to use the CLI: login now directs to `https://api.kallyai.com/v1/auth/cli` and completes via a localhost callback, allowing token capture by a local HTTP server.
- Adjusted documentation to detail the new CLI OAuth process, replacing the previous generic OAuth URL.
- Minor clarification and alignment throughout documentation to match the updated authentication method.
- No changes to API endpoints, commands, or functionality outside of authentication.