{"id":"065dcf75-4172-4487-8619-90353fbf9466","shortId":"973sZ7","kind":"skill","title":"telnyx-cli","tagline":">-","description":"# Telnyx CLI\n\nThe Telnyx CLI provides command-line access to the entire Telnyx API. Every API endpoint maps to a CLI command — 946 commands covering messaging, voice, numbers, IoT, AI, and more.\n\n## Installation\n\n```bash\n# Homebrew (macOS/Linux)\nbrew install telnyx/tap/telnyx\n\n# Go install\ngo install github.com/team-telnyx/telnyx-go/cmd/telnyx@latest\n\n# Or download a binary from GitHub releases:\n# https://github.com/team-telnyx/telnyx-go/releases\n```\n\n## Authentication\n\n```bash\nexport TELNYX_API_KEY=\"KEY...\"\n```\n\nThe CLI reads `TELNYX_API_KEY` from your environment. Set it once in your shell profile.\n\n## Command Discovery\n\nThe CLI is fully self-documenting. Use `--help` at any level to explore:\n\n```bash\n# Top-level resource list\ntelnyx --help\n\n# Commands for a specific resource\ntelnyx messages --help\n\n# Full usage for a specific command\ntelnyx messages create --help\n```\n\n## Command Structure\n\nCommands follow a consistent pattern:\n\n```text\ntelnyx <resource> <action> [--flag value ...]\n```\n\nResources match API paths. Actions are `list`, `create`, `get`, `update`, `delete`, and resource-specific verbs.\n\n## Common Operations\n\n### Send an SMS\n\n```bash\ntelnyx messages create \\\n  --from +15551234567 \\\n  --to +15559876543 \\\n  --text \"Hello from the CLI\"\n```\n\n### List phone numbers\n\n```bash\ntelnyx phone-numbers list --page-size 25\n```\n\n### Search for available numbers\n\n```bash\ntelnyx available-phone-numbers list \\\n  --country-code US \\\n  --state CA \\\n  --features sms\n```\n\n### Order a phone number\n\n```bash\ntelnyx number-orders create \\\n  --phone-numbers +15551234567\n```\n\n### Make an outbound call\n\n```bash\ntelnyx calls create \\\n  --connection-id 1234567890 \\\n  --from +15551234567 \\\n  --to +15559876543\n```\n\n### List SIM cards\n\n```bash\ntelnyx sim-cards list --page-size 10\n```\n\n### Create an AI assistant\n\n```bash\ntelnyx assistants create \\\n  --name \"Support Agent\" \\\n  --model telnyx_ai\n```\n\n### Check account balance\n\n```bash\ntelnyx balance get\n```\n\n## Output Formats\n\n```bash\n# Default: human-readable table\ntelnyx phone-numbers list\n\n# JSON output for scripting\ntelnyx phone-numbers list --format json\n\n# Pipe to jq for filtering\ntelnyx phone-numbers list --format json | jq '.data[].phone_number'\n```\n\n## When to Use CLI vs SDK\n\n| Use case | Recommended |\n|----------|-------------|\n| Quick one-off operations | CLI |\n| Shell scripts and automation | CLI |\n| Application code | SDK (Python, JS, Go, Java, Ruby) |\n| Interactive exploration | CLI |\n| CI/CD pipelines | CLI or SDK |\n| Complex business logic | SDK |","tags":["telnyx","cli","team-telnyx","agent-skills","ai-coding-agent","claude-code","cpaas","cursor","iot","llm","sdk","sip"],"capabilities":["skill","source-team-telnyx","skill-telnyx-cli","topic-agent-skills","topic-ai-coding-agent","topic-claude-code","topic-cpaas","topic-cursor","topic-iot","topic-llm","topic-sdk","topic-sip","topic-sms","topic-speech-to-text","topic-telephony"],"categories":["ai"],"synonyms":[],"warnings":[],"endpointUrl":"https://skills.sh/team-telnyx/ai/telnyx-cli","protocol":"skill","transport":"skills-sh","auth":{"type":"none","details":{"cli":"npx skills add team-telnyx/ai","source_repo":"https://github.com/team-telnyx/ai","install_from":"skills.sh"}},"qualityScore":"0.533","qualityRationale":"deterministic score 0.53 from registry signals: · indexed on github topic:agent-skills · 167 github stars · SKILL.md body (2,534 chars)","verified":false,"liveness":"unknown","lastLivenessCheck":null,"agentReviews":{"count":0,"score_avg":null,"cost_usd_avg":null,"success_rate":null,"latency_p50_ms":null,"narrative_summary":null,"summary_updated_at":null},"enrichmentModel":"deterministic:skill-github:v1","enrichmentVersion":1,"enrichedAt":"2026-04-22T12:54:44.772Z","embedding":null,"createdAt":"2026-04-18T22:06:23.439Z","updatedAt":"2026-04-22T12:54:44.772Z","lastSeenAt":"2026-04-22T12:54:44.772Z","tsv":"'+15551234567':163,216,230 '+15559876543':165,232 '/team-telnyx/telnyx-go/cmd/telnyx@latest':50 '/team-telnyx/telnyx-go/releases':60 '10':245 '1234567890':228 '25':183 '946':27 'access':13 'account':261 'action':141 'agent':256 'ai':34,248,259 'api':18,20,65,72,139 'applic':327 'assist':249,252 'authent':61 'autom':325 'avail':186,191 'available-phone-numb':190 'balanc':262,265 'bash':38,62,100,158,174,188,207,221,236,250,263,269 'binari':54 'brew':41 'busi':344 'ca':200 'call':220,223 'card':235,240 'case':314 'check':260 'ci/cd':338 'cli':3,5,8,25,69,87,170,310,321,326,337,340 'code':197,328 'command':11,26,28,84,108,121,126,128 'command-lin':10 'common':153 'complex':343 'connect':226 'connection-id':225 'consist':131 'countri':196 'country-cod':195 'cover':29 'creat':124,144,161,212,224,246,253 'data':304 'default':270 'delet':147 'discoveri':85 'document':92 'download':52 'endpoint':21 'entir':16 'environ':76 'everi':19 'explor':99,336 'export':63 'featur':201 'filter':295 'flag':135 'follow':129 'format':268,289,301 'full':116 'fulli':89 'get':145,266 'github':56 'github.com':49,59 'github.com/team-telnyx/telnyx-go/cmd/telnyx@latest':48 'github.com/team-telnyx/telnyx-go/releases':58 'go':44,46,332 'hello':167 'help':94,107,115,125 'homebrew':39 'human':272 'human-read':271 'id':227 'instal':37,42,45,47 'interact':335 'iot':33 'java':333 'jq':293,303 'js':331 'json':280,290,302 'key':66,67,73 'level':97,103 'line':12 'list':105,143,171,179,194,233,241,279,288,300 'logic':345 'macos/linux':40 'make':217 'map':22 'match':138 'messag':30,114,123,160 'model':257 'name':254 'number':32,173,178,187,193,206,210,215,278,287,299,306 'number-ord':209 'one':318 'one-off':317 'oper':154,320 'order':203,211 'outbound':219 'output':267,281 'page':181,243 'page-s':180,242 'path':140 'pattern':132 'phone':172,177,192,205,214,277,286,298,305 'phone-numb':176,213,276,285,297 'pipe':291 'pipelin':339 'profil':83 'provid':9 'python':330 'quick':316 'read':70 'readabl':273 'recommend':315 'releas':57 'resourc':104,112,137,150 'resource-specif':149 'rubi':334 'script':283,323 'sdk':312,329,342,346 'search':184 'self':91 'self-docu':90 'send':155 'set':77 'shell':82,322 'sim':234,239 'sim-card':238 'size':182,244 'skill' 'skill-telnyx-cli' 'sms':157,202 'source-team-telnyx' 'specif':111,120,151 'state':199 'structur':127 'support':255 'tabl':274 'telnyx':2,4,7,17,64,71,106,113,122,134,159,175,189,208,222,237,251,258,264,275,284,296 'telnyx-c':1 'telnyx/tap/telnyx':43 'text':133,166 'top':102 'top-level':101 'topic-agent-skills' 'topic-ai-coding-agent' 'topic-claude-code' 'topic-cpaas' 'topic-cursor' 'topic-iot' 'topic-llm' 'topic-sdk' 'topic-sip' 'topic-sms' 'topic-speech-to-text' 'topic-telephony' 'updat':146 'us':198 'usag':117 'use':93,309,313 'valu':136 'verb':152 'voic':31 'vs':311","prices":[{"id":"73de9536-4769-4898-8d79-0383ed7192e0","listingId":"065dcf75-4172-4487-8619-90353fbf9466","amountUsd":"0","unit":"free","nativeCurrency":null,"nativeAmount":null,"chain":null,"payTo":null,"paymentMethod":"skill-free","isPrimary":true,"details":{"org":"team-telnyx","category":"ai","install_from":"skills.sh"},"createdAt":"2026-04-18T22:06:23.439Z"}],"sources":[{"listingId":"065dcf75-4172-4487-8619-90353fbf9466","source":"github","sourceId":"team-telnyx/ai/telnyx-cli","sourceUrl":"https://github.com/team-telnyx/ai/tree/main/skills/telnyx-cli","isPrimary":false,"firstSeenAt":"2026-04-18T22:06:23.439Z","lastSeenAt":"2026-04-22T12:54:44.772Z"}],"details":{"listingId":"065dcf75-4172-4487-8619-90353fbf9466","quickStartSnippet":null,"exampleRequest":null,"exampleResponse":null,"schema":null,"openapiUrl":null,"agentsTxtUrl":null,"citations":[],"useCases":[],"bestFor":[],"notFor":[],"kindDetails":{"org":"team-telnyx","slug":"telnyx-cli","github":{"repo":"team-telnyx/ai","stars":167,"topics":["agent-skills","ai","ai-coding-agent","claude-code","cpaas","cursor","iot","llm","sdk","sip","sms","speech-to-text","telephony","telnyx","tts","twilio-migration","voice-agents","voice-ai","webrtc","windsurf"],"license":"mit","html_url":"https://github.com/team-telnyx/ai","pushed_at":"2026-04-21T22:09:49Z","description":"Official one-stop shop for AI Agents and developers building with Telnyx.","skill_md_sha":"bcd2e9d89528052026293cc9db10ee886e4412f3","skill_md_path":"skills/telnyx-cli/SKILL.md","default_branch":"main","skill_tree_url":"https://github.com/team-telnyx/ai/tree/main/skills/telnyx-cli"},"layout":"multi","source":"github","category":"ai","frontmatter":{"name":"telnyx-cli","description":">-"},"skills_sh_url":"https://skills.sh/team-telnyx/ai/telnyx-cli"},"updatedAt":"2026-04-22T12:54:44.772Z"}}