Public skill bundle for AI agents that need to place and inspect Voizbot outbound phone calls through the multitenant public API.
SKILL.md— publishable skill definition in the expected skills.sh-style formatscripts/voizbot_calls.py— standalone Python CLI for the Voizbot public APIinstall.sh— installer that drops the skill into~/.hermes/skills/voizbot-phone-callsexamples/config.example.json— minimal local config example
# Vercel skills CLI / skills.sh
npx skills add kodifydev/voizbot-skill
# GitHub CLI agent skills
# If your gh version supports it:
gh skill install kodifydev/voizbot-skillbash <(curl -fsSL https://raw.githubusercontent.com/kodifydev/voizbot-skill/main/install.sh)Create ~/.config/voizbot/config.json:
{
"baseUrl": "https://api.voizbot.com/v1",
"apiToken": "vb_...",
"phoneNumberId": "pn_..."
}python3 ~/.hermes/skills/voizbot-phone-calls/scripts/voizbot_calls.py numbers
python3 ~/.hermes/skills/voizbot-phone-calls/scripts/voizbot_calls.py templates
python3 ~/.hermes/skills/voizbot-phone-calls/scripts/voizbot_calls.py tools
python3 ~/.hermes/skills/voizbot-phone-calls/scripts/voizbot_calls.py create --to "+34600000000" --dry-run- The skill identifier remains
voizbot-phone-callsto match the existing Voizbot public bundle slug. - The API base is
https://api.voizbot.com/v1. - The installer and script can be used standalone without the full Voizbot monorepo.
- Marketplace categories: Communication, Speech & Transcription, Productivity & Tasks, AI & LLMs.
- Short listing description: Voizbot lets AI agents place, inspect, and audit outbound phone calls via the Voizbot API.