
from ai166
Python examples and helper patterns for Telnyx SIP trunking: recordings, media storage, Dialogflow integration, and external connections.
Provides a collection of Python SDK examples and operational guidance for integrating with Telnyx SIP features — call recordings, media uploads/downloads, Dialogflow connections, external SIP connections, and common error handling patterns. Includes sample API usage (create/retrieve/update/delete), pagination notes, and retry/error handling recommendations.
Use this skill when you need concrete Python examples for interacting with Telnyx SIP and telephony APIs: setting up clients, managing media and recordings, wiring Dialogflow connections, or handling retries, rate limits, and pagination in production agent workflows. Good for agent authors who must automate telephony tasks or embed Telnyx operations into larger flows.
This skill is authored as Python SDK examples and is compatible with agent runtimes able to execute or generate Python code and call HTTP APIs (Copilot/Codex-style agents, Claude Code, Cursor).
Auto-generated API reference for Telnyx SIP trunking (Python SDK), produced by telnyx-ext-skills-generator from OpenAPI specs. Contains ~25 endpoint examples (recordings, media, Dialogflow, external connections, SIPREC) but no actionable agent workflow or decision logic. No bundled scripts. Essentially reference docs posing as a skill — an agent cannot meaningfully 'use' this as a skill, only look up API calls.
Auto-generated by telnyx-ext-skills-generator. Marked 'Do not edit' in source. This is a Telnyx ecosystem pattern — they generate skills for each language/product combo. Low value as an agent skill since it lacks any workflow/decision logic. Security is fine — uses env vars for API key, no dangerous patterns.