Turn your AI Agent into a Telecom Operator. Bulk calling, ChatOps, and Field Monitoring.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add Demerzels-lab/elsamultiskillagent --skill telecom-agent-skill --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Telecom Agent Skill?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/demerzels-lab-telecom-agent-skill)More formats (shields.io, HTML) on the badges page.
---
name: "Telecom Agent Skill"
description: "Turn your AI Agent into a Telecom Operator. Bulk calling, ChatOps, and Field Monitoring."
version: "1.2.0"
---
# 📡 Telecom Agent Skill v1.2
**Give your MoltBot / OpenClaw agent the power of a Telecom Operator.**
This skill connects your agent to the **Telecom Operator Console**, allowing it to manage campaigns, handle approvals, and operate on the public telephone network safely.
## ✨ Capabilities
### 🚀 Campaign Queue (Bulk Calling) *New*
* **Mass Dialing**: Upload a list of 10,000+ numbers. The system handles rate-limiting.
* **ChatOps**: "Bot, create a campaign for the 'Friday Leads' list."
* **Monitoring**: Agent can poll status with `--json` for precise progress tracking.
### 🗣️ Voice & Speech
* **Make Calls**: Dial any global number.
* **Speak**: Dynamic "Text-to-Speech" intro messages.
* **Listen**: Records audio automatically for quality assurance.
### 📱 Field Operations (Telegram)
* **Remote Admin**: Monitor system status from a Telegram Bot.
* **Approvals**: Approve/Deny high-risk actions via mobile buttons.
### 🧠 Operational Memory
* **Transcripts**: Agent can read full call transcripts (`telecom agent memory`).
* **Persistence**: All logs saved to the secure Operator Console.
---
## 🚀 Quick Start for Agents
### 1. Installation
```bash
/install https://github.com/kflohr/telecom-agent-skill
```
### 2. Setup
```bash
telecom onboard
# Follow the wizard to link your Twilio account.
```
### 3. Usage Examples
**Bulk Campaign**:
```bash
telecom campaign create "Outreach" --file leads.csv
telecom campaign status <id> --json
```
**Single Call**:
```bash
telecom agent call +14155550100 --intro "Hello from the AI team."
```
**Memory Retrieval**:
```bash
telecom agent memory <CallSid>
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!