657★by kflohr
Telecom Agent Skill – OpenClaw Skill
Telecom Agent Skill is an OpenClaw Skills integration for data analytics workflows. Turn your AI Agent into a Telecom Operator. Bulk calling, ChatOps, and Field Monitoring.
Skill Snapshot
| name | Telecom Agent Skill |
| description | Turn your AI Agent into a Telecom Operator. Bulk calling, ChatOps, and Field Monitoring. OpenClaw Skills integration. |
| owner | kflohr |
| repository | kflohr/telecom-agent-skill |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @kflohr/telecom-agent-skill |
| last updated | Feb 7, 2026 |
Maintainer

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
--jsonfor 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
/install https://github.com/kflohr/telecom-agent-skill
2. Setup
telecom onboard
# Follow the wizard to link your Twilio account.
3. Usage Examples
Bulk Campaign:
telecom campaign create "Outreach" --file leads.csv
telecom campaign status <id> --json
Single Call:
telecom agent call +14155550100 --intro "Hello from the AI team."
Memory Retrieval:
telecom agent memory <CallSid>
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install Telecom Agent Skill?
Run openclaw add @kflohr/telecom-agent-skill in your terminal. This installs Telecom Agent Skill into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/kflohr/telecom-agent-skill. Review commits and README documentation before installing.
