Skip to content

[New Skill]: Multi-Hop Identity Manager (OTP Relay) #43

@rosspeili

Description

@rosspeili

Skill Name

office/otp_relay

What should this skill do?

A massive roadblock for agentic workflows is hitting 2FA/MFA walls when trying to log into client or legacy accounts. This skill manages a pool of virtual phone numbers (via Twilio) or trap-email addresses. When an agent hits a "Check your phone for a 6-digit code" barrier, it calls this skill to poll the trap inbox and return the OTP seamlessly.

Ideal Inputs & Outputs

Input:
{
"identity_channel": "sms",
"target_identifier": "+15551234567",
"expected_sender": "Stripe"
}

Output:
{
"status": "code_received",
"otp_code": "849201",
"wait_duration_seconds": 12
}

Targeted Models (if applicable)

Model Agnostic (All)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestskill requestRequest for a new capability to be added.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions