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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/cinience/alicloud-ai-content-aimiaobiWhat 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
- "List all current AiMiaoBi resource configurations in the cn-shanghai region and save the output to my local workspace."
- "Update the configuration for my AiMiaoBi instance to increase the throughput limit for the upcoming content campaign."
- "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_IDis 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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-cinience-alicloud-ai-content-aimiaobi": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, external-api
Related Skills
volcengine-compute-ecs
Manage Volcengine ECS instances and related resources. Use when users need instance inventory, lifecycle operations, troubleshooting, or automation templates for ECS.
alicloud-ai-search-opensearch
Use OpenSearch vector search edition via the Python SDK (ha3engine) to push documents and run HA/SQL searches. Ideal for RAG and vector retrieval pipelines in Claude Code/Codex.
alicloud-storage-oss-ossutil
Alibaba Cloud OSS CLI (ossutil 2.0) skill. Install, configure, and operate OSS from the command line based on the official ossutil overview.
alicloud-platform-openapi-product-api-discovery
Discover and reconcile Alibaba Cloud product catalogs from Ticket System, Support & Service, and BSS OpenAPI; fetch OpenAPI product/version/API metadata; and summarize API coverage to plan new skills. Use when you need a complete product list, product-to-API mapping, or coverage/gap reports for skill generation.
alicloud-ai-image-qwen-image
Generate images with Model Studio DashScope SDK using Qwen Image generation models (qwen-image, qwen-image-plus, qwen-image-max and snapshots). Use when implementing or documenting image.generate requests/responses, mapping prompt/negative_prompt/size/seed/reference_image, or integrating image generation into the video-agent pipeline.