alicloud-ai-content-aicontent
Manage Alibaba Cloud AIContent (AiContent) via OpenAPI/SDK. Use whenever the user needs AI content generation or content workflow operations in Alibaba Cloud, including listing assets, creating/updating generation configurations, checking task status, or troubleshooting failed content jobs.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/cinience/alicloud-ai-content-aicontentWhat This Skill Does
The alicloud-ai-content-aicontent skill provides a robust interface for interacting with Alibaba Cloud's AIContent service via OpenAPI. It allows users to manage the lifecycle of AI-driven content workflows, including resource discovery, configuration management, and monitoring. Whether you need to generate high-quality content assets, manage existing generation pipelines, or perform deep-dive troubleshooting on failed tasks, this agentic skill automates the necessary SDK calls and metadata lookups to ensure your Alibaba Cloud environment remains performant and synchronized with your business requirements.
Installation
To integrate this skill into your environment, use the OpenClaw command-line interface:
clawhub install openclaw/skills/skills/cinience/alicloud-ai-content-aicontent
Ensure that you have your Alibaba Cloud credentials configured via environment variables (ALICLOUD_ACCESS_KEY_ID, ALICLOUD_ACCESS_KEY_SECRET, ALICLOUD_REGION_ID) to enable seamless authenticated access to your resources.
Use Cases
This skill is designed for developers, data engineers, and AI platform administrators working within the Alibaba Cloud ecosystem. Primary use cases include:
- Automated Content Operations: Programmatically trigger content generation jobs and manage the configuration parameters dynamically based on incoming traffic or business demand.
- System Audit and Inventory: Generate comprehensive lists of active AIContent assets and resources to ensure compliance and cost visibility.
- Proactive Monitoring and Troubleshooting: Quickly query the status of long-running generation tasks to identify bottlenecks or failure modes, utilizing granular API responses to troubleshoot configuration mismatches.
- Workflow Orchestration: Integrate content generation into larger CI/CD pipelines by embedding API calls that validate environment status before deployment.
Example Prompts
- "List all active content generation tasks in the cn-shanghai region and summarize any that are currently in a 'Failed' state."
- "Update the generation configuration for asset ID 'AIC-9982' to increase the quality parameter to 'Ultra' and refresh the output storage path."
- "Check the status of my recent content request; I need the detailed error log if it failed to process the request."
Tips & Limitations
- Metadata Discovery: Always run the metadata inventory script provided in the skill documentation before performing complex operations to ensure the API version (default 20240611) remains compatible with your regional endpoints.
- Region Sensitivity: Mutating operations are region-dependent. If you are uncertain about the resource location, the skill will prompt you to clarify before executing any changes. It is best practice to explicitly set your
ALICLOUD_REGION_IDfor all batch operations. - Least Privilege: Ensure the IAM role assigned to your credentials possesses the minimum necessary permissions for AIContent, specifically scoping access to the required action groups (List, Create, Update, Get) to prevent unauthorized environment modifications.
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-aicontent": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, external-api, code-execution
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.