A specialized automation skill for triggering and managing batch outbound telephone tasks via the Alibaba Cloud Xiaomi platform.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install xiaomi-outbound-call
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
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).
Get the raw skill files in a ZIP archive.
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.
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.
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. |
Loading
A powerful collection of pre-defined business workflows that integrate MCP tools with ERPNext to automate complex enterprise tasks.

Sunday provides AI agents with a dedicated email address and an end-to-end encrypted credential vault for fully autonomous identity management.

A secure, E2E encrypted vault for managing API keys and environment variables within the Openclaw Skills ecosystem.

A Python-based utility to programmatically populate fillable PDF forms with text and checkbox data while maintaining visual integrity.

A secure, opt-in communication bridge for routing messages between different AI agent sessions via internal session keys.

A production-grade AI learning assistant that facilitates a plan-learn-practice-assess loop with proactive automation and deep subject isolation.








































