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)
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)