AI SummaryThis booster enables developers to manage Alibaba Cloud CDN operations—including domain onboarding, cache management, and certificate updates—directly through an AI coding assistant with OpenAPI/SDK integration. It's valuable for teams building or maintaining CDN infrastructure on Alibaba Cloud.
Install
# Add to your project root as SKILL.md curl -o SKILL.md "https://raw.githubusercontent.com/cinience/alicloud-skills/main/skills/network/cdn/alicloud-network-cdn/SKILL.md"
Description
Manage Alibaba Cloud CDN via OpenAPI/SDK. Use for CDN domain onboarding and lifecycle operations, cache refresh/preload, HTTPS certificate updates, and log/monitoring data queries.
Prerequisites
• least-privilege RAM credentials are ready (STS temporary creds recommended). • domain ownership and acceleration scope policy are confirmed (mainland/global). • before mutating operations, validate current state using read-only APIs.
Prerequisites
• Configure least-privilege Alibaba Cloud credentials before execution. • Prefer environment variables: ALICLOUD_ACCESS_KEY_ID, ALICLOUD_ACCESS_KEY_SECRET, optional ALICLOUD_REGION_ID. • If region is unclear, ask the user before running mutating operations.
Purpose
Use Alibaba Cloud CDN OpenAPI (RPC) for common operations and integrations including: • accelerated domain lifecycle (create/configure/start-stop/delete) • cache refresh and preload (directory/file/domain) • HTTPS certificate configuration and updates • log and monitoring queries (real-time/offline)
Workflow
1) Define target resources: accelerated domains, business type, change window, and rollback criteria. 2) Run API discovery and confirm target API names, required parameters, and version. 3) Query current config/state with read-only APIs (Describe*) first. 4) Execute mutating APIs (Add/Set/BatchSet/Delete) and record request context. 5) Validate changes with monitoring/log APIs and save evidence in output/alicloud-network-cdn/.
Quality Score
Acceptable
72/100
Trust & Transparency
Open Source — MIT
Source code publicly auditable
Verified Open Source
Hosted on GitHub — publicly auditable
Actively Maintained
Last commit Today
334 stars — Growing Community
26 forks