Alicloud Ai Content Aimiaobi

ReviewAudited by ClawScan on May 10, 2026.

Overview

The artifacts do not show malicious behavior, but this unknown-source cloud-management skill can use Alibaba Cloud credentials to make real AiMiaoBi changes and save local output files.

Install this only if you want OpenClaw to help manage Alibaba Cloud AiMiaoBi. Before use, configure a dedicated least-privilege Alibaba Cloud key, verify the target region and resource IDs, explicitly approve any create/update/modify/set operation, and periodically clean the skill's output directory.

Findings (4)

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

If used with valid credentials, the agent may create or modify AiMiaoBi resources or configurations in the user's Alibaba Cloud account.

Why it was flagged

The skill authorizes the agent to perform mutating Alibaba Cloud API operations. This matches the management purpose and includes some scoping steps, but the actions can still change cloud resources.

Skill content
Call API with SDK or OpenAPI Explorer. ... Change/configure: prefer `Create*` / `Update*` / `Modify*` / `Set*` APIs for mutations.
Recommendation

Use least-privilege Alibaba Cloud permissions and require explicit review of the region, resource ID, API name, and parameters before any mutating call.

What this means

A broadly privileged AccessKey could let the agent affect more Alibaba Cloud resources than intended.

Why it was flagged

The skill uses Alibaba Cloud account credentials and can fall back to a local shared credential profile. This is expected for the service integration, but those credentials may carry broad account privileges.

Skill content
Environment variables: `ALICLOUD_ACCESS_KEY_ID` / `ALICLOUD_ACCESS_KEY_SECRET` / `ALICLOUD_REGION_ID` ... Shared config file: `~/.alibabacloud/credentials`
Recommendation

Create a dedicated least-privilege RAM user/key for AiMiaoBi tasks and avoid using broad administrator credentials.

What this means

Users have less external context for judging the publisher or update history of a skill that can operate on cloud resources.

Why it was flagged

The registry information does not provide a source repository or homepage for independent provenance review. The included code is small and visible, so this is a provenance note rather than evidence of malicious behavior.

Skill content
Source: unknown
Homepage: none
Recommendation

Inspect the provided artifacts and only install if you trust the registry owner and are comfortable with the cloud permissions granted.

What this means

Local output files may retain cloud resource details after the task is complete.

Why it was flagged

The skill intentionally persists API outputs and operational parameters locally. This is useful for reproducibility, but those files may contain resource identifiers or status details.

Skill content
Save artifacts, command outputs, and API response summaries under `output/alicloud-ai-content-aimiaobi/`. ... Include key parameters (region/resource id/time range) in evidence files
Recommendation

Do not save secrets in evidence files, protect the output directory, and remove outputs when they are no longer needed.