AgentCall

ReviewAudited by ClawScan on May 13, 2026.

Overview

AgentCall is a coherent phone/SMS/voice API skill with real-money and real-world calling powers that are disclosed and guarded by confirmation instructions.

Install only if you trust AgentCall with your phone/SMS/call data and API key. Before using it, confirm budgets, recipients, recording consent, webhook destinations, and disable any inbound AI receptionist when it is no longer needed.

Findings (4)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

If authorized incorrectly, the agent could create charges or contact real people by SMS or phone.

Why it was flagged

The skill can spend money, provision numbers, send messages, and place calls, but the instructions explicitly disclose these effects and require confirmation.

Skill content
Several tools below take real-world actions on the user's behalf. Confirm with the user before invoking them... Billable actions... POST /v1/numbers/provision... POST /v1/sms/send... POST /v1/calls/initiate... POST /v1/calls/ai
Recommendation

Confirm the recipient, message, destination number, duration, recording choice, and budget before allowing any billable or outreach action.

What this means

Anyone with the API key could potentially use the user's AgentCall account and incur usage within the account's limits.

Why it was flagged

The skill requires an AgentCall account credential that can authorize actions against the user's AgentCall account.

Skill content
"credentials": { "AGENTCALL_API_KEY": { "description": "AgentCall API key (starts with ac_live_). Get one free at https://agentcall.co", "required": true } }
Recommendation

Store the API key only in trusted environments, rotate it if exposed, and use the least-privileged or test key option if AgentCall provides one.

What this means

Once enabled, the AI receptionist can answer future incoming calls and may generate usage charges until disabled or capped by plan limits.

Why it was flagged

Inbound AI is a persistent configuration that continues handling future calls, but the skill documents monitoring and disable procedures.

Skill content
Configure a phone number so incoming calls are answered autonomously by an AI voice agent... Monitor usage... Disable as soon as the configuration is no longer needed
Recommendation

Enable inbound AI only for a specific number and purpose, set the shortest practical max duration, monitor usage, and disable it when the need ends.

What this means

Misconfigured webhook endpoints could expose SMS content, OTPs, recordings, or call transcripts to the wrong place.

Why it was flagged

The skill can route sensitive telephony events, OTPs, recordings, and transcripts to user-configured webhooks.

Skill content
"This skill can register webhook endpoints to receive real-time events (inbound SMS, OTP codes, call status, recordings, AI call transcripts)... Webhooks require an HTTPS URL you control."
Recommendation

Use only HTTPS endpoints you control, verify HMAC signatures, protect webhook secrets, and avoid forwarding OTPs or transcripts to untrusted systems.