ring-a-ding-cli
v0.2.1
Published
OpenClaw-ready CLI for Ring-a-Ding AI phone calls
Maintainers
Keywords
Readme
Ring-a-Ding CLI
ring-a-ding-cli installs the rad command used by the public ring-a-ding
OpenClaw skill.
What You Need
Before you can make calls, you need:
- A Ring-a-Ding API key from ringading.ai/account
- Your own OpenAI API key from platform.openai.com/api-keys
Ring-a-Ding is the telephony service. Your OpenAI key powers the voice agent.
OpenClaw Install
- Install the CLI:
npm install -g ring-a-ding-cli- Install the OpenClaw skill:
openclaw skills install ring-a-ding- Check what is still missing:
openclaw skills check- Add your keys to
~/.openclaw/openclaw.json:
{
"skills": {
"entries": {
"ring-a-ding": {
"enabled": true,
"apiKey": "rad_live_...",
"env": {
"OPENAI_API_KEY": "sk-..."
}
}
}
}
}Start a fresh OpenClaw session.
Test with this prompt:
Use the ring-a-ding skill to call the best pizza place around me and order delivery.Optional CLI Setup
If you want to use rad directly outside OpenClaw, save your keys locally:
rad initThat stores config in ~/.config/ring-a-ding/config.json.
Docs
- OpenClaw quick-start: ringading.ai/openclaw
- Full docs: ringading.ai/docs
- Account and billing: ringading.ai/account
