Package Exports
- ring-a-ding-cli
- ring-a-ding-cli/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ring-a-ding-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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