Alibaba Cloud Model Setup

PassAudited by ClawScan on May 1, 2026.

Overview

This is a coherent Alibaba Cloud provider setup helper, but it handles an API key and can change persistent OpenClaw configuration, so credential storage choices should be reviewed before use.

Before installing, make sure you want OpenClaw configured to use Alibaba Cloud Bailian/Qwen models. Prefer environment-variable API-key storage, verify the selected regional endpoint and default model, and keep the backup of your existing OpenClaw config until you confirm the new provider works.

Findings (3)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

The configured API key may allow OpenClaw to make paid or account-bound model requests to Alibaba Cloud.

Why it was flagged

The skill explicitly collects and stores an Alibaba/DashScope API key. This is expected for configuring a provider, but it is sensitive account authority.

Skill content
Run interactive script to collect:\n   - API key (with validation)\n   - API key storage mode (env-var recommended or inline)
Recommendation

Use the least-privileged API key available, prefer environment-variable storage over inline config, and avoid sharing the generated config file.

What this means

Future OpenClaw requests may be routed to Alibaba Cloud models, potentially affecting cost, privacy, and model behavior.

Why it was flagged

The skill modifies local OpenClaw configuration and can update model defaults. This is the intended function, and the artifacts describe backups and validation.

Skill content
Backup existing config before modification\n6. **Update config** with provider, models, and defaults
Recommendation

Confirm the selected site, model, and default-provider setting before approving the config write; keep the timestamped backup until the setup is verified.

NoteMedium Confidence
ASI10: Rogue Agents
What this means

If used, the API key may remain available in future shell sessions or a user-level OpenClaw service until manually removed.

Why it was flagged

The script includes optional persistence mechanisms for the API key environment variable and can restart a user service. The flags are explicit and purpose-aligned, but they create lasting local environment changes.

Skill content
--persist-env-shell ... "Write export line to shell profile (default ~/.bashrc)" ... --persist-env-systemd ... "Write env var to systemd user override and restart service"
Recommendation

Only enable shell or systemd persistence if you need it; know where the key is written and how to remove it later.