telnyx-verify-ruby

Installation
SKILL.md

Telnyx Verify - Ruby

Installation

gem install telnyx

Setup

require "telnyx"

client = Telnyx::Client.new(
  api_key: ENV["TELNYX_API_KEY"], # This is the default and can be omitted
)
Related skills
Installs
3
Repository
team-telnyx/ai
GitHub Stars
171
First Seen
Apr 27, 2026