O Alibaba Cloud Linux 4 Agentic Edition (Agentic OS) é um sistema operacional focado em agentes, desenvolvido com base no Alibaba Cloud Linux. Crie uma instância ECS e implante o Openclaw usando linguagem natural, tudo em poucos minutos.
Etapa 1: Obtenha uma instância ECS com a imagem Agentic Edition
É possível criar uma nova instância ECS ou substituir o sistema operacional de uma instância existente baseada em x86.
Criar uma nova instância
Acesse a página de criação de instância, ou acesse a página de seleção de imagem para criar uma instância.
Selecione um tipo de instância. Para a arquitetura, escolha X86 computing e, em seguida, selecione um tipo de instância compatível. Para uma experiência fluida, selecione um tipo de instância com mais de 4 GiB de memória.
Para a imagem, selecione Alibaba Cloud Linux e, em seguida, selecione Alibaba Cloud Linux 4 LTS 64-bit Agentic Edition no menu suspenso.
Selecione Assign Public IP. Você pode usar um endereço IP elástico (EIP) ou largura de banda de Internet.
Conclua as configurações dos parâmetros restantes conforme solicitado. Para mais informações, consulte Crie uma instância personalizada.
Substituir o sistema operacional de uma instância existente
Se você já possui uma instância ECS baseada em x86, pode alterá-la para a imagem Agentic Edition substituindo o sistema operacional, em vez de comprar uma nova instância.
A substituição do sistema operacional também substitui o disco do sistema e apaga todos os dados no disco do sistema original. Crie um snapshot para fazer backup dos seus dados antes de continuar.
No console ECS, escolha Instances e selecione a instância de destino.
Escolha More > Disk and Image > Replace Operating System.
Para a imagem, escolha Public Images > Alibaba Cloud Linux > Alibaba Cloud Linux 4 LTS 64-bit Agentic Edition.
Etapa 2: Conclua a configuração inicial
Após fazer login na instância, o Copilot Shell (cosh) é iniciado automaticamente. Você pode executar comandos shell diretamente e interagir com o sistema em linguagem natural.
No primeiro uso, você deve configurar a autorização do modelo. Ao iniciar o cosh pela primeira vez, o seguinte prompt é exibido. Para uma configuração rápida e sem necessidade de ajustes, selecione Aliyun Authentication.
╭ Agent question ──────────────────────────────────────────────────────────────────────────╮
│ Authentication Required — Select your AI provider: │
│ Select one: │
│ > [1] Aliyun Authentication │
│ Free with limited quota │
│ [2] Coding Plan │
│ For individual developers • Weekly quota included │
│ [3] Token Plan │
│ For teams and companies • Usage-based billing with dedicated capacity │
│ [4] DashScope (Model Studio) │
│ Connect with an existing Bailian API key │
│ [5] OpenAI Compatible │
│ Use an existing OpenAI-compatible Base URL and API key │
│ Keys: Left/Right move | Enter send │
╰──────────────────────────────────────────────────────────────────────────────────────────╯
A tabela a seguir descreve as opções de autorização.
|
Opção |
Descrição |
|
Aliyun Authentication (Recomendado) |
Gratuito com cota limitada. |
|
Coding Plan |
Para desenvolvedores individuais. Inclui uma cota semanal. |
|
Token Plan |
Para equipes e empresas. Faturamento baseado no uso com capacidade dedicada. |
|
DashScope (Model Studio) |
Conecte-se com uma chave de API do Bailian existente. |
|
OpenAI Compatible |
Use uma URL base e uma chave de API compatíveis com OpenAI existentes. |
Para saber as diferenças entre os métodos de autorização, consulte Gerencie as configurações.
Etapa 3: Comece a interagir
Após a configuração inicial, você pode usar linguagem natural no cosh para interagir com o sistema. O Agentic OS inclui Skills no nível do sistema para operações, reforço de segurança e solução de problemas, além de suportar tarefas como atualizações de kernel, correção de vulnerabilidades e ajuste de desempenho em linguagem natural.
Os exemplos a seguir demonstram interações típicas.
Exemplo 1: Visualize detalhes da distribuição e do hardware
Entrada: Verifique as informações de distribuição do sistema e resuma os detalhes do hardware.
> Check the system's distro information and tell me the hardware details.
+ The user wants to know the system's distribution information and hardware details. I'll run several commands to gather this information in parallel.
✓ Shell cat /etc/os-release (Check Linux distribution info)
NAME="Alibaba Cloud Linux"
VERSION="4"
ID="alinux"
ID_LIKE="anolis"
VERSION_ID="4"
VARIANT="Agentic OS Edition"
VARIANT_ID="openanolis"
ALINUX_MINOR_ID="0"
ALINUX_UPDATE_ID="2"
PLATFORM_ID="platform:alnx4"
PRETTY_NAME="Alibaba Cloud Linux 4.0.2 (Agentic OS Edition)"
ANSI_COLOR="0;31"
HOME_URL="https://www.aliyun.com/"
BUG_REPORT_URL="https://www.aliyun.com/"
✓ Shell uname -a (Get kernel and system info)
tmpfs 3.1G 8.6M 3.1G 1% /run
/dev/xxx 200M 6.3M 194M 4% /boot/efi
tmpfs 1.6G 4.0K 1.6G 1% /run/user/0
+ I've gathered all the system information. Let me summarize the key hardware details for the user.
+ System Information
Distribution: Alibaba Cloud Linux 4.0.2 (Agentic OS Edition)
- Kernel: 6.6.102-5.2.alnx4.x86_64
- Architecture: x86_64
Hardware Details
| Component | Details |
| CPU | Intel Xeon Platinum 8475B |
| Cores/Threads | 2 cores, 4 threads (2 threads per core) |
| CPU Speed | 800 MHz - 3800 MHz |
| Cache | L1: 160KB, L2: 4MB, L3: 97.5MB |
| Virtualization | KVM (Alibaba Cloud) |
| RAM | 16 GB (15 GiB usable) |
| Storage | 40 GB NVMe SSD (/dev/xxx) |
| Swap | None configured |
The system is running on Alibaba Cloud ECS with a virtualized Intel Xeon processor.
Exemplo 2: Instale o OpenClaw com uma única frase
Antes de executar este exemplo, prepare as credenciais do DingTalk e do Model Studio.
Entrada: Instale o OpenClaw e configure o DingTalk.
Tips: Enter / to open the command palette. Press Tab to autocomplete slash commands and saved prompts.
> Help me install OpenClaw, API-Key: xxx DingTalk appKey: xxx , appSecret: xxx
+ The user wants to install OpenClaw and configure the API key and DingTalk credentials. I'll use the install-openclaw skill to complete this task and configure the sensitive information securely.
+ I'll help you install OpenClaw and configure DingTalk and Alibaba Cloud Model Studio.
✓ Skill Use skill: "install-openclaw"
Installs and configures OpenClaw on Alibaba Cloud Linux 4 (Alinux 4) servers, integrating with DingTalk and Alibaba Cloud Model Studio (Qwen). Use this skill when you need to deploy
OpenClaw, configure a DingTalk bot, integrate with DashScope/Qwen models, troubleshoot an OpenClaw
gateway that fails to start, or resolve plug-in loading issues. Includes complete troubleshooting notes and the correct configuration structure.
+ The skill documentation is loaded. I'll start the installation flow by checking for and installing the git dependency.
+ I'll start installing OpenClaw now. Based on the information you provided:
- DashScope API Key: xxx
- DingTalk AppKey: xxx
- DingTalk AppSecret: xxx
✦ The port is listening as expected. Now I need to run a health check to verify the service status.
┌─────────────────────────────────────────────────────────────┐
│ ✓ Shell openclaw gateway health (Check Gateway health) │
│ │
│ Gateway Health │
│ OK (0ms) │
│ DingTalk: configured │
└─────────────────────────────────────────────────────────────┘
✦ All installation and configuration steps are complete and the service health check passed. Now I'll summarize the installation results and provide the follow-up DingTalk-side configuration steps.
✦ OpenClaw installation and configuration complete.
Installation status
| Item | Status |
|-------------------|-----------------------|
| OpenClaw version | 2026.3.13 |
| DingTalk plug-in | Installed (v3.3.0) |
| Gateway service | Running (pid xxx) |
| Port listening | xxx |
Para obter detalhes, consulte Deploy Openclaw/Claude Code in one sentence.
Referência rápida de comandos
O Copilot Shell (cosh) oferece suporte aos seguintes comandos.
|
Comando |
Descrição |
|
|
Mostre o consumo de tokens. |
|
|
Ative o modo de confiança total (não requer confirmação). |
|
|
Liste as skills carregadas. |
|
|
Mostre a ajuda. |
Saiba mais
As capacidades e a arquitetura do Agentic OS são abordadas no Product overview.
O Agentic OS é open source: https://github.com/alibaba/anolisa