# Phone Basics

> Basic phone operations - SMS, calls, contacts

- Skill: `chenkuansun/phone-basics` (Agent Skill)
- Install (CLI): `npx skillmds@latest add chenkuansun/phone-basics`
- Raw SKILL.md: https://api.skillmd.com/api/skills/chenkuansun/phone-basics/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: chenkuansun (https://skillmd.com/u/chenkuansun)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/chenkuansun/phone-basics

---

# 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"

