telecom-agent-skill

Review·Scanned 2/18/2026

This skill turns an agent into a Telecom Operator for bulk calling, TTS, call recording, campaign management, and Telegram-based field monitoring. It includes CLI install/usage commands like /install https://github.com/kflohr/telecom-agent-skill and telecom onboard to link Twilio, and instructs making networked calls and reading call transcripts.

from clawhub.ai·v1.2.0·1.8 KB·0 installs
Scanned from 0.1.5 at b6ac110 · Transparency log ↗
$ vett add clawhub.ai/kflohr/telecom-agent-skillReview findings below

📡 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

/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>