phone

Initiate phone calls and pre-fill the Android dialer via intents.

22|7|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/sannabotdev/sannabotapp --skill phone
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: phone
Source: https://github.com/sannabotdev/sannabotapp/tree/main/assets/skills/phone
Command: npx skills add https://github.com/sannabotdev/sannabotapp --skill phone

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows for hands-free initiation of phone calls and interaction with the phone's dialer, streamlining communication.

Core Features & Use Cases

  • Direct Calling: Initiate phone calls immediately to a specified number.
  • Dialer Pre-fill: Open the phone's dialer with a number already entered, ready for confirmation.
  • Contact Integration: Supports looking up contact names to find their associated phone numbers before initiating a call.

Quick Start

Call the number 555-123-4567.

Frequently Asked Questions about phone

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I make a hands-free phone call using voice commands?

Hands-free phone call initiation is achieved by triggering Android intents to immediately dial a specified number without manual input. This Skill supports direct calling to any valid phone number, including international formats.

Can I open the dialer with a number pre-filled instead of calling immediately?

Yes, the dialer can be opened with a target number pre-filled, ready for your manual confirmation before the call connects. This pre-fill mechanism uses standard Android intents to populate the dialer interface.

How do I call a contact by name instead of typing their phone number?

Calling a contact by name is supported through integrated contact lookup, which finds the associated phone number before initiating the call. The Skill resolves the name to a number and then triggers the dialer.

Does this dialer Skill support international phone number formatting?

International phone number formatting is fully supported for both immediate call initiation and dialer pre-fill actions. The Skill correctly parses international prefixes before sending the number to the Android dialer.

Do I need any specific Android intents or permissions to initiate calls?

Android intents are required to interact with the device's dialer for call initiation and pre-filling. This Skill handles the intent dispatch locally, streamlining communication without requiring external dependencies.