tencentcloud-edgeone

Manages Tencent Cloud EdgeOne CDN cache purges, prefetch tasks, and DNS records via the TEO API.

13|1|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/AceDataCloud/Skills --skill tencentcloud-edgeone
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tencentcloud-edgeone
Source: https://github.com/AceDataCloud/Skills/tree/main/skills/tencentcloud-edgeone
Command: npx skills add https://github.com/AceDataCloud/Skills --skill tencentcloud-edgeone

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires tencentcloud-sdk-python, and includes scripts (resource) components.

What problem does it solve?

EdgeOne CDN cache needs fast, precise invalidation and warm-up after deployments, but doing it manually can be slow and error-prone while risking stale content for users.

Core Features & Use Cases

  • Cache purge (URL/prefix/hostname/all): Remove stale objects for specific pages, asset paths, or whole hostnames, with an emergency option to purge everything in a zone.
  • Prefetch (pre-warm edges): Warm the most important routes by scheduling prefetch tasks so users hit fresh cached content sooner.
  • Operational visibility and configuration management: List zones and acceleration domains, track purge/prefetch task status, and manage EdgeOne DNS records plus inspect WAF/security settings for a zone.
  • Use Case: After deploying a new web build, purge the affected routes (by URL, prefix, or host) and prefetch the top landing pages so traffic quickly serves the updated assets instead of stale cached responses.

Quick Start

Ask the skill to purge EdgeOne cache for the specific hostname after you deploy, for example: "Purge all cache for zone-xxxxxxxx" or "Purge cache for zone-xxxxxxxx by URL https://hub.example.com/index.html".

Frequently Asked Questions about tencentcloud-edgeone

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I purge Tencent Cloud EdgeOne CDN cache after a deployment?

EdgeOne prefetch warms edge caches by scheduling pre-warming tasks for important routes. This ensures users hit fresh cached content sooner by proactively loading updated assets before traffic arrives.

What is EdgeOne CDN prefetch and how does pre-warming work?

EdgeOne prefetch warms edge caches by scheduling pre-warming tasks for important routes. This ensures users hit fresh cached content sooner by proactively loading updated assets before traffic arrives.

Can I manage EdgeOne DNS records and inspect WAF settings for a specific zone?

You need the tencentcloud-sdk-python installed and must configure TENCENTCLOUD_SECRET_ID and TENCENTCLOUD_SECRET_KEY environment variables. These credentials provide deterministic TEO API access for executing commands.

Do I need tencentcloud-sdk-python to manage EdgeOne cache purge tasks?

You need the tencentcloud-sdk-python installed and must configure TENCENTCLOUD_SECRET_ID and TENCENTCLOUD_SECRET_KEY environment variables. These credentials provide deterministic TEO API access for executing commands.

What is the best way to automate CDN cache invalidation for multiple hostnames?

You can track the status of purge and prefetch tasks to verify completion and monitor operational visibility. This allows you to confirm cache invalidation or pre-warming success across your acceleration domains.

How do I track EdgeOne purge and prefetch task status?

You can track the status of purge and prefetch tasks to verify completion and monitor operational visibility. This allows you to confirm cache invalidation or pre-warming success across your acceleration domains.