RevOpsOps · Enablement

Phone Verification

Sends and verifies SMS one-time passwords via Didit's API.

by GooseWorks AI·MIT-claimed (no LICENSE file)·679 on GitHub·updated 2026-05-07
npx goose-skills install

Description

Sends and verifies SMS one-time passwords via Didit's API. Accepts E.164-format phone numbers and returns verification status for each code submitted.

What this skill does

  1. 1Sends an SMS one-time verification code to a phone number in E.164 format via the Didit API.
  2. 2Verifies the code provided by the user and returns a confirmed or failed verification status.
  3. 3Handles async polling until verification completes and surfaces success or failure to the caller.

When to use

  • Adding SMS-based two-factor authentication to a user signup or login flow.
  • Confirming a user owns a phone number during account creation or recovery.
  • Validating a contact phone number before adding it to a cold-call list or CRM.

Best for

Revenue OperationsGTM Engineer

Format

Workflow

Frequently asked questions

What is Phone Verification?

Phone Verification is a Claude Code skill for revops by GooseWorks AI. Sends and verifies SMS one-time passwords via Didit's API.

When should I use Phone Verification?

Adding SMS-based two-factor authentication to a user signup or login flow. Confirming a user owns a phone number during account creation or recovery.

How do I install Phone Verification?

Run the install command (npx goose-skills install). Once the skill is in place, Claude Code loads it automatically whenever a task matches what it does.

Is Phone Verification free to use?

The author distributes it as MIT, but the repository has no LICENSE file. The source is public on GitHub (gooseworks-ai/goose-skills).

Source repository

More from gooseworks-ai/goose-skills

Other skills that might interest you