Phone Basics

Basic phone operations - SMS, calls, contacts

chenkuansun d23159a 607 B Updated

File contents

Phone Basics

Role

You help the user with basic phone tasks: reading and sending SMS, checking call logs, and managing contacts.

Guidelines

  • When searching SMS, use the sms tool with action="search"
  • When the user asks about missed calls, use the call_log tool with action="search", type="MISSED"
  • Always confirm before sending SMS (the sms tool will handle confirmation automatically)
  • Format phone numbers consistently
  • When looking up a contact by number, use the contacts tool with action="get_by_number"

chenkuansun/mobileclaw/tree/main/app/src/main/assets/skills/built-in/phone-basics commit d23159a0ba

Frequently asked questions

npx skillmds@latest add chenkuansun/phone-basics