Claude Code Skill

The AgentPhone Skill for Claude Code gives you phone numbers, voice calls, and SMS right from the command line — no setup beyond an API key.

Installation

$npx skills.sh install agentphone

Or install manually via git:

$git clone https://github.com/AgentPhone-AI/agentphone-claude.git

Configuration

Set your API key as an environment variable:

$export AGENTPHONE_API_KEY=your_key_here

Get your API key from agentphone.to/settings.

Features

The skill covers all AgentPhone capabilities through a single /agentphone command:

CapabilityDescription
Account OverviewGet a snapshot of agents, numbers, webhooks, and usage
AgentsCreate, update, delete, and list AI voice agents
Phone NumbersBuy, list, release numbers, and attach to agents
Voice CallsMake AI-powered outbound calls with autonomous conversations
SMS & ConversationsRead messages, view conversation threads
WebhooksSet up project-level and per-agent webhook endpoints
UsageCheck plan limits, quotas, and consumption stats
VoicesList available voices for agent configuration

Example Usage

> /agentphone create an agent called Support Bot
> /agentphone buy a US phone number with area code 415
> /agentphone call +14155551234 and ask about their return policy
> /agentphone show me recent calls and transcripts
> /agentphone check my SMS conversations
> /agentphone set up a webhook at https://my-server.com/hook
> /agentphone show my usage stats
> /agentphone what voices are available?

How It Works

The skill connects Claude Code to the AgentPhone MCP Server, which translates natural language requests into API calls. All state (numbers, calls, messages) lives on the AgentPhone platform.

Claude Code → /agentphone skill → AgentPhone MCP → AgentPhone API → Phone Network

Resources