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
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "alicloud-network-cdn" skill in my project. Please run this command in my terminal: # Install skill into the correct directory (4 files) mkdir -p .claude/skills/alicloud-network-cdn && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/alicloud-network-cdn/SKILL.md "https://raw.githubusercontent.com/cinience/alicloud-skills/main/skills/network/cdn/alicloud-network-cdn/SKILL.md" && mkdir -p .claude/skills/alicloud-network-cdn/agents && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/alicloud-network-cdn/agents/openai.yaml "https://raw.githubusercontent.com/cinience/alicloud-skills/main/skills/network/cdn/alicloud-network-cdn/agents/openai.yaml" && mkdir -p .claude/skills/alicloud-network-cdn/references && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/alicloud-network-cdn/references/sources.md "https://raw.githubusercontent.com/cinience/alicloud-skills/main/skills/network/cdn/alicloud-network-cdn/references/sources.md" && mkdir -p .claude/skills/alicloud-network-cdn/scripts && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/alicloud-network-cdn/scripts/list_openapi_meta_apis.py "https://raw.githubusercontent.com/cinience/alicloud-skills/main/skills/network/cdn/alicloud-network-cdn/scripts/list_openapi_meta_apis.py" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
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/.
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster