Favicon of twilio-security-api-auth

twilio-security-api-auth Skill

AI Agent SkillJavaScriptOpen source

Choose the right Twilio authentication method and implement it correctly. Covers Auth Token (testing only), API Keys (production standard), OAuth2 clientcredentials (time-limited bearer tokens), Access Tokens (client-side SDKs), and test credentials. Use this skill before making any Twilio API calls in production. Published by openai in plugins.

What is twilio-security-api-auth Skill?

Choose the right Twilio authentication method and implement it correctly. Covers Auth Token (testing only), API Keys (production standard), OAuth2 clientcredentials (time-limited bearer tokens), Access Tokens (client-side SDKs), and test credentials. Use this skill before making any Twilio API calls in production. 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.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
91/100

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
  • Browser automation
  • Testing
  • Security review
  • Design and media
  • Browser automation use cases

Technical details

Copy skill directory
  • Install or run with Copy skill directory

When to use twilio-security-api-auth Skill

  • Use it for browser automation.
  • Use it for testing.
  • Use it for security review.
  • Use it for design and media.

Built with

JavaScriptCopy skill directory

Editorial notes

Source

  • Creator: openai
  • Repository: openai/plugins
  • Skill file: plugins/twilio-developer-kit/skills/twilio-security-api-auth/SKILL.md

What it does

Choose the right Twilio authentication method and implement it correctly. Covers Auth Token (testing only), API Keys (production standard), OAuth2 clientcredentials (time-limited bearer tokens), Access Tokens (client-side SDKs), and test credentials. Use this skill before making any Twilio API calls in production.

Skill instructions

Overview Twilio supports four authentication methods. Choosing the wrong one is a security risk — Auth Tokens in production code are the most common credential leak. | Method | Use for | Token lifetime | Revocable individually | |--------|---------|---------------|----------------------| | Auth Token | Local testing only | Permanent (until rotated) | No — rotation breaks ALL API keys | | API Key + Secret | Production server-side | Permanent (until deleted) | Yes | | OAuth2 Bearer Token | Production server-side (enhanced) | 1 hour | Expires automatically | | Access Token (JWT) | Client-side SDKs (Voice, Video, Chat) | Up to 24 hours | No — delete issuing API key | Decision framework: - Building a quick prototype? → Auth Token (but switch to API Key before deploying) - Production server-side code? → API Key + Secret (simplest production auth) or OAuth2 (time-limited tokens) - Browser/mobile client needs to connect? → Access Token (JWT) generated server-side - Running tests without charge

Explore related resources

Frequently asked questions

What is twilio-security-api-auth?

twilio-security-api-auth is a open-source AI agent skill with Copy skill directory. Choose the right Twilio authentication method and implement it correctly.

Who is twilio-security-api-auth best for?

twilio-security-api-auth is best for reusing agent instructions, scripts, and references, browser automation workflows, testing workflows, security review workflows.

How do I install twilio-security-api-auth?

Install or run twilio-security-api-auth using Copy skill directory. Check twilio-security-api-auth for the latest setup command.

Is twilio-security-api-auth actively maintained?

twilio-security-api-auth may need a closer maintenance check before production use.

Share:

Stars
4,556
Forks
668
Last commit
9 days ago
Repository age
5 months
License
Unknown

Auto-fetched from GitHub.

Similar to twilio-security-api-auth