twilio-lookup-phone-intelligence Skill
Look up phone number intelligence via Twilio Lookup v2 API. Covers number validation, line type detection (mobile/landline/VoIP), SIM swap detection, caller name, identity match, and SMS pumping risk scoring. Use this skill to validate numbers or assess fraud risk before sending messages or calls. Published by openai in plugins.
What is twilio-lookup-phone-intelligence Skill?
Look up phone number intelligence via Twilio Lookup v2 API. Covers number validation, line type detection (mobile/landline/VoIP), SIM swap detection, caller name, identity match, and SMS pumping risk scoring. Use this skill to validate numbers or assess fraud risk before sending messages or calls. Published by openai in plugins. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Data analysis
- Data analysis use cases
Technical details
- Install or run with Copy skill directory
When to use twilio-lookup-phone-intelligence Skill
- Use it for data analysis.
Built with
Editorial notes
Source
- Creator: openai
- Repository: openai/plugins
- Skill file: plugins/twilio-developer-kit/skills/twilio-lookup-phone-intelligence/SKILL.md
What it does
Look up phone number intelligence via Twilio Lookup v2 API. Covers number validation, line type detection (mobile/landline/VoIP), SIM swap detection, caller name, identity match, and SMS pumping risk scoring. Use this skill to validate numbers or assess fraud risk before sending messages or calls.
Skill instructions
Overview Twilio Lookup validates phone numbers and provides optional intelligence packages. Basic validation is free; data packages (line type, SIM swap, etc.) are paid per lookup. --- Prerequisites - Twilio account (free trial works for basic lookups) — New to Twilio? See twilio-account-setup - Environment variables: - TWILIOACCOUNTSID - TWILIOAUTHTOKEN — See twilio-iam-auth-setup for credential setup and best practices - SDK: pip install twilio / npm install twilio --- Quickstart Python python import os from twilio.rest import Client client = Client(os.environ["TWILIOACCOUNTSID"], os.environ["TWILIOAUTHTOKEN"]) phone = client.lookups.v2.phonenumbers("+15108675310").fetch() print(phone.valid) True / False print(phone.phonenumber) +15108675310 (E.164) print(phone.nationalformat) (510) 867-5310 print(phone.countrycode) US Node.js node const twilio = require("twilio"); const client = twilio(process.env.TWILIOACCOUNTSID, process.env.TWILIOAUTHTOKEN); const phone = await client.lookups.v2.
Explore related resources
Frequently asked questions
What is twilio-lookup-phone-intelligence?
twilio-lookup-phone-intelligence is a open-source AI agent skill with Copy skill directory. Look up phone number intelligence via Twilio Lookup v2 API. Covers number validation, line type detection (mobile/landline/VoIP), SIM swap detection, caller name, identity match, and SMS.
Who is twilio-lookup-phone-intelligence best for?
twilio-lookup-phone-intelligence is best for reusing agent instructions, scripts, and references, data analysis workflows.
How do I install twilio-lookup-phone-intelligence?
Install or run twilio-lookup-phone-intelligence using Copy skill directory. Check twilio-lookup-phone-intelligence for the latest setup command.
Is twilio-lookup-phone-intelligence actively maintained?
twilio-lookup-phone-intelligence may need a closer maintenance check before production use.
Auto-fetched from GitHub.