Skip to main content

Deploying OpenClaw on Alibaba Cloud and Integrating AGIPower: A Hands-on Guide

With AGIPower, you can be among the first to try:
  • OpenAI GPT-5.2 — A general-purpose LLM with top-tier code generation and logical reasoning
  • Anthropic Claude Sonnet 4.6 — Ultra-long context, ideal for complex document processing
  • Google Gemini 3.1 Pro — Native multimodal support with strong image-and-text understanding
💡 No need to register separately for overseas platforms like OpenAI, Google, or Anthropic—one AGIPower account covers it all, so you can skip complicated credit card binding and regional restrictions.

Deploy OpenClaw

Deploying OpenClaw itself isn’t complicated. If you don’t have a spare Mac, a cloud server is a good option. Cloud servers are online 24/7, don’t suffer from power outages, and don’t consume your local machine’s resources. Major cloud providers also offer one-click OpenClaw deployment solutions. This guide uses Alibaba Cloud and costs only RMB 68/year (it seems the promotion has ended; you can purchase monthly to try it out).
Deploy the OpenClaw image and build a DingTalk AI employee
Alibaba Cloud integrates Bailian API Key by default, which comes with some free quota—enough to get the Web UI and DingTalk integration working.

Configure AGIPower

Prerequisites

  1. OpenClaw has been deployed on the server and is running properly
  2. You have registered a AGIPower account and obtained an API key

Step 1: Get a AGIPower API Key

  1. Log in to the AGIPower Console
  2. Go to the API Keys page
  3. Click Create new key
  4. Copy the generated key (format: sk-ss-v1-xxxx or sk-xxxx)
Notes:
  • Prefix sk-ss-v1-: Subscription plan (monthly billing)
  • Prefix sk-: Pay-as-you-go plan

Step 2: Edit the OpenClaw Configuration

Log in to the server and edit ~/.openclaw/openclaw.json (default path on Alibaba Cloud servers is /home/admin/.openclaw). Update the models and agents sections:

Step 3: Verify the Configuration

Run on the server:
A successful setup means AGIPower models like agipower/openai/gpt-5.2 appear in the list. Example output:
Then run:

Additional Configuration

The following configuration is strongly recommended: web search & Browser.
In theory, you can also ask OpenClaw to install these via chat, but in my experience it can end up breaking itself 😅. In the end, I installed Claude Code on the server to help me debug OpenClaw. Below is the old-school manual setup process.

Web Search Configuration (Tavily)

The Alibaba Cloud OpenClaw app image comes with a built-in web search Skill based on SearXNG, but in practice it often times out or fails to find results. The officially recommended Brave has a relatively high registration cost, so Tavily is recommended here. It’s easy to sign up and provides 1,000 free requests per month.

Step 1: Sign Up and Get an API Key

Go to the Tavily website to register, then retrieve your API key from the console. openclaw-alibaba
Tip: You can also click Generate MCP Link and send the generated link to OpenClaw to have it automatically add the MCP service.

Step 2: Install the Tavily Plugin

Step 3: Restart the Gateway

Step 4: Configure the Plugin

Edit ~/.openclaw/openclaw.json and add:

Step 5: Verify the Configuration

Just tell OpenClaw to prefer Tavily for web search going forward. openclaw-alibaba

Browser Configuration

The Browser tool allows OpenClaw to directly control a browser for page visits, screenshots, automation, and more.
The steps below apply only to CentOS/OpenCloudOS environments (Alibaba Cloud ECS default OS).

Step 1: Install Google Chrome

If installation fails, install dependencies first:

Step 2: Install Chinese Fonts

Verify fonts:

Step 3: Configure Browser Options

Step 4: Restart the Gateway

Step 5: Verify the Configuration

Expected output: running: true, and it no longer shows browser: unknown. Use OpenClaw Browser to take a screenshot of any Chinese website (e.g., Baidu). If Chinese renders correctly, the setup is successful. openclaw-alibaba

DingTalk AI Card Configuration

OpenClaw supports DingTalk AI interactive cards, enabling streaming output, reasoning display, and more.
Prerequisite: You have completed the basic configuration of the DingTalk app and bot.

Step 1: Create an AI Card Template

  1. Visit the DingTalk Card Platform
  2. Create a new template → select the AI Card type → associate your DingTalk app
  3. Make no changes—just save and publish
  4. Record the template ID for later configuration

Step 2: Enable Card Permissions

Go to the DingTalk App Development page, select your app, and enable the following under Permission Management:

Step 3: Configure OpenClaw

Edit ~/.openclaw/openclaw.json and update channels.dingtalk:

Key Configuration Parameters

Step 4: Restart and Verify

Run a conversation test in DingTalk. If you see the card-based interactive UI, the configuration is successful.

Use Cases

Scheduled Task: Monitoring New AGIPower Models

Set up a scheduled task to check daily whether AGIPower has released new models, so you can try the latest capabilities as soon as possible. openclaw-alibaba In the Web UI, you can see the configured scheduled tasks and manually trigger them to validate the logic. openclaw-alibaba Actual result: the bot automatically pushes new model announcements to the DingTalk group. openclaw-alibaba

Contact Us

If you encounter any issues during use, or have suggestions and feedback, please contact us through the following channels:
For more contacts and details, visit our Contact Us page.