Xiaomi Outbound Bot (Alibaba Cloud) for Openclaw

A specialized automation skill for triggering and managing batch outbound telephone tasks via the Alibaba Cloud Xiaomi platform.

raven-xia
v1.0.1
Feb 10, 2026
0
2.8k
0

Install & Download

1. ClawHub CLI

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

npx clawhub@latest install xiaomi-outbound-call

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 xiaomi-outbound-call 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 Xiaomi Outbound Bot (Alibaba Cloud)?

The Xiaomi Outbound Bot is a sophisticated tool designed to bridge the gap between AI agents and traditional voice communication. By leveraging Openclaw Skills, developers can programmatically trigger automated phone calls for high-volume tasks such as customer follow-ups, interview scheduling, and satisfaction surveys. The skill handles the complex logic of interacting with Alibaba Cloud's outbound robot API, including instance management, script generation, and task group initiation.

This skill is particularly powerful because it doesn't just dial numbers; it uses AI to analyze the calling scenario and construct a tailored agentProfile. This ensures that the automated voice bot maintains a professional persona and follows a logical conversation workflow, significantly increasing the success rate of automated interactions.

Xiaomi Outbound Bot (Alibaba Cloud) Use Cases

  • Automating interview invitations for candidates selected through resume screening tools.
  • Executing batch customer satisfaction surveys after service delivery.
  • Launching seasonal product promotions or sales lead qualification campaigns.
  • Sending urgent notifications and confirming receipt via voice response.
  • Streamlining recruitment by pulling candidate lists from external nodes and triggering calls instantly.

How Xiaomi Outbound Bot (Alibaba Cloud) Works

  1. Input Gathering: The skill receives a list of mainland China phone numbers and a scenario description through Openclaw Skills interfaces.
  2. Scenario Analysis: The AI analyzes the intent (e.g., recruitment, sales) to generate a detailed agent profile and conversation script.
  3. Credential Validation: It verifies Alibaba Cloud AK/SK environment variables and checks for bound outbound phone numbers.
  4. Instance & Script Setup: The skill automatically creates or retrieves an outbound bot instance and publishes the generated call script.
  5. Task Group Execution: It compiles the numbers into a job group and triggers the batch dialing process on the cloud platform.
  6. Feedback Loop: The skill returns a job group ID and execution status for real-time monitoring.

Xiaomi Outbound Bot (Alibaba Cloud) Setup

To get started with this skill, configure your Alibaba Cloud credentials in your environment:

export ALIYUN_OUTBOUND_BOT_ACCESS_KEY_ID="your-access-key-id"
export ALIYUN_OUTBOUND_BOT_ACCESS_KEY_SECRET="your-access-key-secret"

Ensure you have Node.js 18 or higher installed. You can then execute the skill using a JSON input file:

node scripts/bundle.js taskInput.json

Note: You must have a verified outbound number bound in the Alibaba Cloud Xiaomi console before execution.

Xiaomi Outbound Bot (Alibaba Cloud) Data Schema & Taxonomy

The skill utilizes a structured JSON schema to define calling tasks within Openclaw Skills. Key fields include:

Field Type Required Description
phoneNumbers Array Yes 11-digit mobile numbers starting with 1.
scenarioDescription String Yes Context used for script and persona generation.
taskName String No Identifier for the outbound campaign.
agentProfile Object No Detailed persona config including role, goals, and workflow.
metadata Object No Custom tracking data for integration with other tools.

Xiaomi Outbound Bot (Alibaba Cloud) Advanced Features

  • Intelligent Persona Inference: Automatically derives communication styles and roles (e.g., recruiter vs. consultant) from the calling scenario.
  • Chainable Workflows: Seamlessly ingest phone numbers from preceding nodes like CRM queries or resume parsers.
  • Safety Confirmation Gate: Built-in requirement for manual approval of the scenario and number list before calls are placed.
  • Multi-Format Support: Accept inputs via taskInput.json, environment variables, or interactive CLI prompts.
  • Custom Agent Profiles: Advanced users can define specific gender, age, and opening prompts for the bot to match brand voice.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*