Skill

ReviewAudited by ClawScan on May 11, 2026.

Overview

This skill is coherent for making AI phone calls, but it can place and record real calls that may change appointments or commitments without requiring explicit final confirmation or proactive recording notice.

Before installing, treat this like giving an AI permission to make real recorded phone calls. Only use it when you are comfortable sending the call details to ClawCall, and require the agent to confirm the number, objective, limits, and recording notice before it dials.

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

The agent could call the wrong party, change an appointment, make a commitment, or trigger a cost if the task or phone number is inferred incorrectly.

Why it was flagged

The skill can initiate real-world phone actions that may change appointments or commitments, and the instructions do not require a final confirmation of the number, task, spending limits, or allowed commitments before dialing.

Skill content
Use when the user wants to ... confirm or reschedule or cancel an appointment, make a reservation ... If you already know the number or can confidently find it, use it. If you're not sure, ask the user.
Recommendation

Require explicit user confirmation of the phone number, call objective, allowed commitments, and any spending or cancellation limits before each call.

What this means

Users or call recipients may not realize the call is being recorded, which can create privacy, trust, and consent problems.

Why it was flagged

Recording is a material privacy and legal tradeoff, but the instruction makes disclosure conditional on the user asking rather than requiring proactive notice before the call.

Skill content
Calls are recorded for transcript generation. The recording URL is returned with the call result. Let the user know their call will be recorded if they ask.
Recommendation

Proactively tell the user before dialing that the call will be recorded and provide clear guidance for obtaining any required consent from call participants.

What this means

Sensitive call details may be processed by an external service and included in transcripts or recordings.

Why it was flagged

The skill sends user-provided call context to an external AI phone-agent provider and receives transcripts/recording links. This is central to the purpose, but the data may include sensitive personal, medical, or account details.

Skill content
An AI agent dials the number, has the conversation, and brings back a full transcript. ... Base URL: https://api.clawcall.dev
Recommendation

Use only information necessary for the call, avoid sharing highly sensitive details unless needed, and review the provider's privacy and retention practices.

What this means

Someone with access to the local file may be able to use the user's ClawCall quota or session.

Why it was flagged

The skill stores a service API key/session identifier locally for reuse. The path is disclosed and scoped to ClawCall, but it is still persistent account-related state.

Skill content
Persist the key across conversations. ... save it to ~/.config/clawcall/key.json
Recommendation

Store the key in a secure secret store when available, restrict file permissions, and delete ~/.config/clawcall/key.json if you stop using the service.