This document introduces the purpose, capabilities, installation methods, and core use case examples of the Tencent Cloud EdgeOne Skill, helping you quickly understand and get started with AI-assisted Ops.
1. What is EdgeOne Skill
EdgeOne Skill is an AI-powered plugin for the Tencent Cloud Edge Security Acceleration Platform (EdgeOne), and it can run in tools such as CodeBuddy. It encapsulates EdgeOne's API invocation capabilities, Ops best practices, and security operation standards into a structured AI knowledge base. This allows you to perform full-link operations—from site onboarding, cache management, and certificate Ops to security protection configuration and threat IP address blocking—by simply describing your requirements in natural language, without needing to memorize complex API documentation.
Why It Is Needed
Scenario
Traditional Method
Using EdgeOne Skill
Refresh cache for a specific directory
Log in to the console → Find the site → Go to the cache configuration → Enter the URL → Submit.
One sentence: "Purge all caches under /static/ for shop.example.com".
Batch check certificate status
Consult the API documentation → Write a script → Debug → Run the script.
One sentence: "Check the certificate status for all my domains".
One sentence: "Analyze attack IPs from the last 24 hours and block the ones with high concentration for me".
Core Capabilities Overview
The EdgeOne Skill currently covers three capability modules and multiple use cases. Each scenario can be triggered directly through natural language:
Site Acceleration (Acceleration)
Scenario
Description
Typical Usage
Site Onboarding Wizard
Guides you to connect your domain to EdgeOne and complete DNS configuration.
"Help me connect shop.example.com to EdgeOne" (see example 1).
Cache Refresh / Preload
Batch refresh or preload CDN cache
"Purge all caches under /static/ for shop.example.com" (see example 2).
Certificate Automation Management
Check certificate status, renew, and bind certificates.
"Check the certificate status for all my domains" (see example 3) / "My certificates are about to expire, renew them for me".
Security Protection (Security)
Scenario
Description
Typical Usage
Security Weekly Report Generation
Generate a security configuration snapshot and detect abnormal policy changes.
Generate a security status report for this week.
Security Template Coverage Audit
Audit which domains are not bound to a security template.
Query which domains are not bound to a security template.
Domain Blocklist IP Group Identification
Query the security policies associated with a domain and identify blocklist IP groups.
Query the blocklist IP groups for this domain.
Threat IP address Analysis and Blocking
Analyze Layer-7 high-frequency threat IPs and perform blocking operations.
Analyze attack IPs from the last 24 hours and block the ones with high concentration for me (see example 4).
Observability (Observability)
Scenario
Description
Typical Usage
Daily Traffic Trend Report
Generate a traffic analysis report for a specified time period.
"Help me query last week's traffic analysis for example.com and generate a brief report" (see example 5).
Origin Health Check
Check whether the origin server responds normally.
Is origin pull down.
Download Offline Logs
Download offline log files for a specified domain.
Download the logs for example.com from yesterday afternoon.
Log Parsing and Fault Analysis
Analyze error patterns in logs and locate the root cause of failures.
There are too many 502 errors, help me analyze the logs.
Note:
1.For all change-related operations (such as creating a site, refreshing the cache, or modifying security rules), the operation details are displayed and await confirmation before execution.
2.This plugin is strictly prohibited from directly providing SecretId/SecretKey to the AI. Browser OAuth authorization must be used uniformly to protect credential security.
2. Installation Methods
In AI tools that support Skill installation, you can have AI automatically install this Skill through natural language conversation. It is currently available on ClawHub and SkillHub. Click the following link to learn about the installation method:
After installation is completed, you can directly describe your requirements in natural language within the chat boxes of AI tools such as CodeBuddy and clawcode. The Skill will automatically identify the task type and load relevant EdgeOne module knowledge.
Skill Trigger Method: The Skill automatically takes effect when EdgeOne/EO-related configuration or query requirements are mentioned, without requiring special commands. Below are several common usage examples:
Example Scenario 1: Onboard a new domain to EdgeOne
User says:
For example: help me onboard shop.example.com to EdgeOne.
Example Scenario 2: Batch refresh CDN cache
User says:
For example: a new version has just been released. Please refresh all caches under the /static/ directory for the domain shop.example.com.
Example scenario 3: Query the certificate deployment status for all domains
User says:
For example: help me check the certificate status of all domains.
Example Scenario 4: Analyze attacking IPs and automatically block them
User says:
Help me analyze the attack IPs from the last 24 hours and block those with high concentration.
Example Scenario 5: Generate Traffic Analysis Weekly Report
User says:
Help me query the traffic analysis for the site example.com last week and generate a corresponding summary report.