ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 4/5

alicloud-ai-content-aimiaobi

Manage Alibaba Cloud Quan Miao (AiMiaoBi) via OpenAPI/SDK. Use whenever the user asks for Alibaba Cloud MiaoBi content operations, including listing resources, creating/updating configurations, querying runtime status, and diagnosing API or workflow failures.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/cinience/alicloud-ai-content-aimiaobi
Or

What This Skill Does

The alicloud-ai-content-aimiaobi skill empowers developers and system administrators to programmatically interact with Alibaba Cloud's Quan Miao (AiMiaoBi) services. As a specialized interface for the AiMiaoBi OpenAPI, this skill streamlines the management of content generation workflows, resource configuration, and status monitoring. It acts as a bridge between the OpenClaw AI agent environment and the Alibaba Cloud ecosystem, automating the lifecycle of AiMiaoBi instances. By leveraging the official SDKs and adhering to established OpenAPI standards, the skill ensures that interactions remain consistent, secure, and compliant with Alibaba Cloud's infrastructure requirements.

Installation

To integrate this skill into your OpenClaw environment, execute the following command in your terminal: clawhub install openclaw/skills/skills/cinience/alicloud-ai-content-aimiaobi

Before execution, ensure your environment is configured with the necessary credentials. The skill prioritizes environment variables (ALICLOUD_ACCESS_KEY_ID, ALICLOUD_ACCESS_KEY_SECRET, ALICLOUD_REGION_ID) but supports standard credential files located at ~/.alibabacloud/credentials. Once installed, you can verify connectivity by running the metadata discovery scripts provided in the skill package, such as python scripts/list_openapi_meta_apis.py.

Use Cases

This skill is designed for scenarios requiring automated content management and generative AI infrastructure orchestration. Typical use cases include:

  • Automated provisioning of content generation workspace configurations.
  • Batch listing and auditing of existing Quan Miao resources to ensure compliance and cost optimization.
  • Integrating AiMiaoBi status checks into broader DevOps troubleshooting workflows.
  • Programmatic updates to service parameters based on real-time application demands or user feedback cycles.

Example Prompts

  1. "List all current AiMiaoBi resource configurations in the cn-shanghai region and save the output to my local workspace."
  2. "Update the configuration for my AiMiaoBi instance to increase the throughput limit for the upcoming content campaign."
  3. "Check the current status of my Quan Miao service; if it returns an error, please provide the details of the most recent diagnostic logs."

Tips & Limitations

  • Metadata First: Always utilize the metadata discovery script before executing complex API calls. This ensures you are aware of the exact parameter schema and current API versions for the 2023-08-01 release.
  • Output Management: All generated logs and status exports are automatically directed to output/alicloud-ai-content-aimiaobi/. Avoid moving these files to ensure the skill can perform follow-up tracking.
  • Region Awareness: If the ALICLOUD_REGION_ID is not explicitly set, the agent will attempt to infer it; however, for production environments, always specify the region to prevent accidental resource creation in the wrong data center.
  • Rate Limiting: Be aware that excessive polling for status updates may trigger Alibaba Cloud OpenAPI rate limits; implement reasonable delays between high-frequency calls.

Metadata

Author@cinience
Stars3562
Views1
Updated2026-03-29
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-cinience-alicloud-ai-content-aimiaobi": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#alicloud#aimiaobi#cloud-automation#api-integration#content-ops
Safety Score: 4/5

Flags: network-access, file-write, external-api