Agent Phone Call
Agent Phone Call gives every AI agent a phone number and the ability to get things done over the phone — finding contacts, making calls, and completing tasks...
v1.0.2
2026/04/02
**v1.0.2 introduces modular scripts for agent-phone-call operations and lists required dependencies.** - Added six new shell scripts for key functions: outbound calling, call query, activation/status checking, balance check, inbound call summary, and inbound prompt update. - Declared explicit dependencies (curl, jq, bc) in SKILL.md with install instructions. - Updated SKILL.md to reference each utility script and describe its function. - No changes were made to core agent capabilities or user-facing features.
Security Scan
Status
suspicious
OpenClaw
gpt-5-mini
OpenClaw analysis
The skill appears to do what it claims (control a third‑party telephony service), but there are several internal inconsistencies and small scope/credential handling issues that should be resolved or understood before installing.
Confidence: medium
VirusTotal
Type: OpenClaw Skill Name: agent-phone-call Version: 1.0.2 The agent-phone-call skill bundle provides a functional interface for an AI-powered phone service via the PollyReach API. The shell scripts (e.g., send.sh, prompt_update.sh, and inbound.sh) are well-authored, utilizing jq to safely construct JSON payloads and prevent shell injection vulnerabilities. The skill's permissions are restricted to its own configuration directory (~/.config/PollyReach/) and the necessary API endpoints (pollyreach.ai), with no evidence of data exfiltration, malicious persistence, or harmful prompt injection.