by team-telnyx
Official Telnyx skills for AI coding agents
# Add to your Claude Code skills
git clone https://github.com/team-telnyx/skillsOfficial Agent Skills for building on Telnyx.
These skills give coding agents structured, up-to-date context to generate correct, production-ready code without relying on pre-training or fragile doc retrieval.
They include accurate schemas, SDK patterns, workflows, and API references, so agents can implement Telnyx APIs reliably in real-world applications.
Telnyx Agent Skills follow the Agent Skills specification and are compatible with coding agents like Claude Code, Cursor, Windsurf, and others.
[!NOTE] This repository is a work in progress under active development. Skills are being continuously improved based on testing and feedback, and updated to reflect the latest APIs and SDK patterns. Contributions and feedback encouraged!
Choose your setup:
Install a skill for your agent:
npx skills add team-telnyx/skills --skill <SKILL> --agent <AGENT>
Example:
npx skills add team-telnyx/skills --skill telnyx-voice-python --agent codex
No comments yet. Be the first to share your thoughts!
A comprehensive list of available skills (values for <SKILL>) can be found in the Available Skills section.
A comprehensive list of supported agents (values for <AGENT>) can be found here.
npx skills add team-telnyx/skills --skill <SKILL> --agent codex
npx skills add team-telnyx/skills --skill <SKILL> --agent claude-code
npx skills add team-telnyx/skills --skill <SKILL> --agent cursor
npx skills add team-telnyx/skills --skill <SKILL> --agent openclaw
npx skills add team-telnyx/skills --skill <SKILL> --agent gemini-cli
npx skills add team-telnyx/skills --skill <SKILL> --agent github-copilot
npx skills add team-telnyx/skills --skill <SKILL> --agent opencode
Telnyx skills work with all agents supported by the Skills CLI.
Agents automatically use installed skills when generating code. No additional configuration required.
[!IMPORTANT] Use only the skills your project actually needs. Loading too many skills wastes tokens, dilutes context, and makes it easier for an agent to confuse SDK patterns.
Skills a...