CtrlK
BlogDocsLog inGet started
Tessl Logo

twilio-account-setup

Create and configure a Twilio account from scratch. Covers free trial signup, trial limitations, getting credentials (Account SID and Auth Token), buying a phone number, verifying recipient numbers for trial use, SDK installation, first API call, subaccount management (creation, inheritance, credential isolation, limits), and enabling specific products (AI Assistants, Conversations, Verify, ConversationRelay, WhatsApp). Use this skill before any other Twilio skill if you do not yet have a Twilio account or need to enable a product. For Organization-level governance (SSO, SCIM, multi-team), see `twilio-organizations-setup`.

70

Quality

86%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Quality

Content

72%Weight 40%Scale 1-3

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

The body is highly actionable and well-structured with concrete code and tables, but it keeps a broad scope entirely inline and lacks explicit verification checkpoints in its setup workflow. Tightening duplication and adding confirm steps would lift it further.

Suggestions

Remove the duplicated client-initialization code block; keep it in 'Initialize the Client' and reference it from the Quickstart to save tokens.

Add an explicit verification checkpoint after credential setup (e.g., 'twilio api:core accounts:fetch' or a one-line API call) so users confirm the account works before proceeding.

Consider offloading the subaccount limits, product-enablement table, and trial-restriction matrix into a references/ file referenced once, reducing SKILL.md length while preserving the overview.

DimensionReasoningScore

Conciseness

Mostly lean (tables, code, CANNOT list) and avoids explaining concepts Claude knows, but the Client initialization code is duplicated nearly verbatim between Quickstart and 'Initialize the Client' and could be tightened.

2.5 / 3

Actionability

Provides fully executable, copy-paste-ready guidance: pip/npm install commands, Python and Node clients, CLI login/profile commands with precedence rules, and concrete API subaccount-creation code with deep-linked Console URLs.

3 / 3

Workflow Clarity

The Quickstart is a clear numbered sequence, but verification checkpoints are implicit rather than explicit (e.g., no 'run this to confirm credentials work' step), and the one-way-door Auth Token warning lacks a validate/confirm loop.

2 / 3

Progressive Disclosure

No bundle files exist, so all material (subaccounts, product enablement, limits, restrictions) is inline in one ~270-line file; sections and tables are well organized, but breadth that could be split into reference files is kept inline.

2 / 3

Total

9.5

/

12

Passed

Description

100%Weight 40%Scale 1-3

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

The description is specific, well-triggered, and complete, clearly scoping the skill and distinguishing it from sibling Twilio skills. It is an exemplar of the form.

DimensionReasoningScore

Specificity

Enumerates many concrete actions (signup, trial limitations, buying a number, verifying recipients, SDK install, subaccount creation/isolation/limits, enabling named products) rather than vague language.

3 / 3

Completeness

Clearly answers what it does (account config, subaccounts, product enablement) and when to use it via an explicit 'Use this skill before any other Twilio skill if you do not yet have a Twilio account or need to enable a product' trigger.

3 / 3

Trigger Term Quality

Includes the natural terms a user would say (Twilio account, Account SID, Auth Token, phone number, SDK, subaccount, WhatsApp, AI Assistants, Verify, ConversationRelay) with good coverage of variations.

3 / 3

Distinctiveness Conflict Risk

Has a clear Twilio-account-setup niche with distinct triggers and an explicit boundary ('before any other Twilio skill') plus a redirect of org-governance to another skill, making misfires unlikely.

3 / 3

Total

12

/

12

Passed

Validation

100%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
openai/plugins
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.