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

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.

skill-install — Terminal

Install via CLI (Recommended)

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

What 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

  1. "List all active content generation tasks in the cn-shanghai region and summarize any that are currently in a 'Failed' state."
  2. "Update the generation configuration for asset ID 'AIC-9982' to increase the quality parameter to 'Ultra' and refresh the output storage path."
  3. "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_ID for 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

Author@cinience
Stars3562
Views0
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-aicontent": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#alibabacloud#aicontent#cloud-automation#workflow#openapi
Safety Score: 4/5

Flags: network-access, file-write, file-read, external-api, code-execution