twilio-cli-reference Skill
Twilio CLI reference for managing Twilio resources from the terminal. Covers installation, credential profiles, phone number provisioning, sending SMS and email, webhook configuration, local development with a tunneling service, debugging with watch and logs, serverless deployment, and plugin ecosystem. Use when the de Published by openai in plugins.
What is twilio-cli-reference Skill?
Twilio CLI reference for managing Twilio resources from the terminal. Covers installation, credential profiles, phone number provisioning, sending SMS and email, webhook configuration, local development with a tunneling service, debugging with watch and logs, serverless deployment, and plugin ecosystem. Use when the de Published by openai in plugins. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Testing
- Deployment
- Writing
- Testing use cases
- Deployment use cases
Technical details
- Install or run with Copy skill directory
When to use twilio-cli-reference Skill
- Use it for testing.
- Use it for deployment.
- Use it for writing.
Built with
Editorial notes
Source
- Creator: openai
- Repository: openai/plugins
- Skill file: plugins/twilio-developer-kit/skills/twilio-cli-reference/SKILL.md
What it does
Twilio CLI reference for managing Twilio resources from the terminal. Covers installation, credential profiles, phone number provisioning, sending SMS and email, webhook configuration, local development with a tunneling service, debugging with watch and logs, serverless deployment, and plugin ecosystem. Use when the de
Skill instructions
Overview The Twilio CLI lets you manage Twilio resources, send messages, configure webhooks, and deploy serverless functions directly from the terminal. AI coding agents can use CLI commands to provision resources and test integrations without writing application code. Install: | Platform | Command | |----------|---------| | macOS | brew tap twilio/brew && brew install twilio | | Windows | scoop bucket add twilio-scoop https://github.com/twilio/scoop-twilio-cli && scoop install twilio-cli | | Linux (apt) | See twilio-cli/getting-started/install for repo setup, then apt install twilio | | npm | npm install -g twilio-cli | Update: brew upgrade twilio / scoop update twilio-cli / npm install -g twilio-cli@latest --- Authentication & Profiles bash First-time login — creates a local API key stored as a profile twilio login Named profiles for multiple accounts twilio profiles:create --account-sid ACxxx --auth-token xxx --profile staging Avoid --auth-token as a plain argument — it will be stor
Explore related resources
Frequently asked questions
What is twilio-cli-reference?
twilio-cli-reference is a open-source AI agent skill with Copy skill directory. Twilio CLI reference for managing Twilio resources from the terminal. Covers installation, credential profiles, phone number provisioning, sending SMS and email, webhook configuration, local.
Who is twilio-cli-reference best for?
twilio-cli-reference is best for reusing agent instructions, scripts, and references, testing workflows, deployment workflows, writing workflows.
How do I install twilio-cli-reference?
Install or run twilio-cli-reference using Copy skill directory. Check twilio-cli-reference for the latest setup command.
Is twilio-cli-reference actively maintained?
twilio-cli-reference may need a closer maintenance check before production use.
Auto-fetched from GitHub.