Toingg Ops Toolkit for Openclaw

A full-featured automation suite for managing Toingg voice campaigns and WhatsApp messaging workflows through the Openclaw Skills framework.

abhinavpgagi
v1.0.1
Feb 27, 2026
0
1.2k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install toingg-skill

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install toingg-skill using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Toingg Ops Toolkit?

The Toingg Ops Toolkit is a robust integration designed for Openclaw Skills that enables end-to-end management of voice and WhatsApp outreach. This skill allows AI agents to handle the technical heavy lifting of API interactions, from drafting complex campaign JSON structures to executing bulk contact imports from spreadsheets. By standardizing the interaction with Toingg services, it provides a reliable foundation for automated marketing and high-scale communication workflows.

Built to be lightweight yet powerful, this toolkit bridges the gap between raw data and actionable outreach. It ensures that developers can easily programmatically control every aspect of the Toingg ecosystem, ensuring that voice calls and WhatsApp messages are delivered efficiently and monitored through automated analytics cycles.

Toingg Ops Toolkit Use Cases

  • Launching AI-driven voice campaigns with custom scripts, tones, and autopilot flags.
  • Automating the conversion of lead data from Excel spreadsheets into active WhatsApp contact lists.
  • Scheduling daily 7 PM analytics digests to monitor campaign performance without manual oversight.
  • Managing bulk WhatsApp template broadcasts with support for dynamic variables and re-contact logic.

How Toingg Ops Toolkit Works

  1. Authentication is established by exporting the TOINGG_API_TOKEN to the environment.
  2. Campaign parameters are defined in JSON payloads using standardized templates.
  3. Python scripts facilitate communication with the Toingg API for campaign creation and contact list management.
  4. Excel files are normalized and converted into JSON format for seamless contact ingestion.
  5. WhatsApp outreach is triggered via template-based messaging with optional resend capabilities.
  6. On-demand or scheduled analytics pulls provide feedback on campaign success and delivery status.

Toingg Ops Toolkit Setup

To get started with this skill in the Openclaw Skills ecosystem, export your API token:

export TOINGG_API_TOKEN=\"tg_...\"

Install the necessary Python dependencies for spreadsheet handling and API requests:

pip install openpyxl requests

Ensure your scripts are executable and that you have designated directories for payloads and API responses to maintain a clean version-controlled environment.

Toingg Ops Toolkit Data Schema & Taxonomy

Component Purpose Data Format
scripts/ Core Python logic for API interaction .py files
payloads/ Store JSON campaign definitions JSON
responses/ Logs of API outputs and Campaign IDs JSON
contacts.json Intermediate normalized contact data JSON
analytics.json Snapshot data from daily pulls JSON

Toingg Ops Toolkit Advanced Features

  • Scheduled analytics harvesting using the Openclaw Skills cron integration for daily performance updates.
  • Automated contact normalization that handles phone number formatting and blank row skipping in lead sheets.
  • Granular control over WhatsApp broadcasts with support for template variables and specific language codes.
  • Flexible campaign creation supporting autopilot flags, post-call schemas, and notification routing.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*