CtrlK
BlogDocsLog inGet started
Tessl Logo

sinch-partnerships-ecosystems/sinch-skills

Official Sinch API skills for AI coding agents — SMS, Voice, Verification, Numbers, Mailgun email, and more.

71

Quality

88%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Advisory

Suggest reviewing before use

This plugin was archived by the owner on Jun 4, 2026

Reason: we moved this to another workspace

Overview
Quality
Evals
Security
Files

Quality

Content

85%

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

This is a well-crafted skill that provides actionable, concrete guidance for the Sinch Verification API with clear workflow sequencing and good progressive disclosure to related skills and documentation. The main weakness is moderate verbosity — the verification methods table, auth methods table, and some explanatory text could be tightened since Claude can infer much of this context. The agent instructions requiring user clarification before code generation is a strong safety/correctness pattern.

Suggestions

Trim the verification methods table to just method values and one-line behaviors; Claude doesn't need full behavioral descriptions for SMS or WhatsApp OTP.

Consolidate the authentication section — the auth method table, the inline curl example, and the reference to sinch-authentication skill overlap; a single concise block would suffice.

DimensionReasoningScore

Conciseness

The skill is generally well-structured but includes some unnecessary explanation (e.g., the auth methods table with descriptions Claude could infer, verbose descriptions of what each verification method does). The gotchas section is valuable but could be tighter. The authentication section repeats information across multiple places.

2 / 3

Actionability

Provides a fully executable curl example, concrete endpoint paths, exact request/response body formats, and specific environment variable setup. The report verification section gives exact JSON payloads for each method type, making it copy-paste ready.

3 / 3

Workflow Clarity

The 'Standard Verification Flow' section provides a clear 3-step sequence (Start → Report → Check status) with explicit guidance on error recovery ('cannot re-report — start a new verification'). The agent instructions enforce a pre-flight checklist before generating code. Webhook callbacks include validation steps (signature verification).

3 / 3

Progressive Disclosure

The skill provides a clear overview with well-signaled references to external resources: SDK setup defers to sinch-sdks skill, authentication defers to sinch-authentication skill, and detailed API schemas defer to the API Reference. Links section is comprehensive and organized. No deeply nested references.

3 / 3

Total

11

/

12

Passed

Description

100%

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

This is an excellent skill description that clearly communicates specific capabilities (multiple verification channels via Sinch API), includes natural trigger terms users would use (OTP, 2FA, phone verification, SMS), and provides explicit 'Use when' guidance. It is concise, uses third person voice, and occupies a clear niche that would be easily distinguishable from other skills.

DimensionReasoningScore

Specificity

Lists multiple specific concrete actions and methods: SMS, Flashcall, Phone Call, Data (seamless carrier-level), and WhatsApp verification. Also mentions the specific API (Sinch Verification API).

3 / 3

Completeness

Clearly answers both 'what' (verify phone numbers via multiple channels with Sinch Verification API) and 'when' (explicit 'Use when' clause covering phone verification, OTP, 2FA, and number ownership confirmation flows).

3 / 3

Trigger Term Quality

Excellent coverage of natural terms users would say: 'phone numbers', 'SMS', 'OTP', 'two-factor authentication', 'phone verification', 'WhatsApp', 'number ownership confirmation', 'Sinch'. These are all terms a user would naturally use when seeking this functionality.

3 / 3

Distinctiveness Conflict Risk

Highly distinctive with clear niche: Sinch Verification API specifically for phone number verification. The combination of the specific vendor (Sinch), specific channels (SMS, Flashcall, etc.), and specific use cases (OTP, 2FA) makes it very unlikely to conflict with other skills.

3 / 3

Total

12

/

12

Passed

Validation

90%

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

Validation10 / 11 Passed

Validation for skill structure

CriteriaDescriptionResult

metadata_field

'metadata' should map string keys to string values

Warning

Total

10

/

11

Passed

Reviewed

Table of Contents