Thanks to visit codestin.com
Credit goes to github.com

Skip to content

kodifydev/voizbot-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Voizbot Skill

Public skill bundle for AI agents that need to place and inspect Voizbot outbound phone calls through the multitenant public API.

Included

  • SKILL.md — publishable skill definition in the expected skills.sh-style format
  • scripts/voizbot_calls.py — standalone Python CLI for the Voizbot public API
  • install.sh — installer that drops the skill into ~/.hermes/skills/voizbot-phone-calls
  • examples/config.example.json — minimal local config example

Install with agent skill CLIs

# 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-skill

Quick install

bash <(curl -fsSL https://raw.githubusercontent.com/kodifydev/voizbot-skill/main/install.sh)

Local config

Create ~/.config/voizbot/config.json:

{
  "baseUrl": "https://api.voizbot.com/v1",
  "apiToken": "vb_...",
  "phoneNumberId": "pn_..."
}

Useful commands

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

Notes

  • The skill identifier remains voizbot-phone-calls to 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.