Telecom Agent Skill
Analysis
Review before installing: this skill describes AI-controlled bulk phone calling, Twilio account linking, automatic call recording, transcript storage, and remote approvals with limited scoping detail.
Findings (5)
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
* **Mass Dialing**: Upload a list of 10,000+ numbers. ... * **Make Calls**: Dial any global number.
The skill exposes broad public telephone-network actions, including very large outbound campaigns and unrestricted global dialing.
version: "1.2.0" ... /install https://github.com/kflohr/telecom-agent-skill
The reviewed registry artifact is instruction-only and lists a different registry version, while the skill instructs installation from an external GitHub repository that is not represented by an install spec in the provided artifacts.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
telecom onboard # Follow the wizard to link your Twilio account.
Linking a Twilio account delegates telecom account authority and potential billing/phone-number permissions to the agent workflow.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
* **Listen**: Records audio automatically for quality assurance. * **Transcripts**: Agent can read full call transcripts (`telecom agent memory`). * **Persistence**: All logs saved to the secure Operator Console.
The skill captures and persists call audio/transcripts and makes them retrievable by the agent, but does not define retention, access, deletion, or reuse limits.
* **Remote Admin**: Monitor system status from a Telegram Bot. * **Approvals**: Approve/Deny high-risk actions via mobile buttons.
A Telegram bot is described as a remote administration and approval channel for high-risk actions, but identity, authorization, and channel-boundary controls are not specified.
