From edgeone
Manages Tencent EdgeOne platform via APIs—acceleration (DNS, caching, rules), security (DDoS, WAF, Bot), media processing, and edge functions. Activates when EdgeOne/EO is mentioned.
How this skill is triggered — by the user, by Claude, or both
Slash command
/edgeone:tencent-edgeone-skillThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
A comprehensive Tencent EdgeOne skill that routes user requests to the appropriate module and loads the corresponding reference document.
references/acceleration/README.mdreferences/acceleration/cache-purge.mdreferences/acceleration/cert-manager.mdreferences/acceleration/zone-onboarding.mdreferences/api/README.mdreferences/api/api-discovery.mdreferences/api/auth.mdreferences/api/dnspod-integration.mdreferences/api/install.mdreferences/api/zone-discovery.mdreferences/observability/README.mdreferences/observability/eo-log-analyzer.mdreferences/observability/eo-log-downloader.mdreferences/observability/eo-origin-health-check.mdreferences/observability/eo-traffic-daily-report.mdreferences/security/README.mdreferences/security/domain-blacklist-inspector.mdreferences/security/ip-threat-blacklist.mdreferences/security/security-template-audit.mdreferences/security/security-weekly-report.mdA comprehensive Tencent EdgeOne skill that routes user requests to the appropriate module and loads the corresponding reference document.
Knowledge about EdgeOne APIs, configuration options, limits, and pricing may be outdated. Prefer retrieval over pre-trained knowledge — the reference files in this skill are only a starting point.
All tasks must be completed by calling APIs. See
references/api/README.mdfor API calling conventions, environment checks, etc. (must be read before starting any task).
ask_followup_question or similar structured interaction tools, you must prefer using them (instead of plain-text questions) so that the user can directly click options, reducing ambiguity and improving interaction efficiency. Do not omit candidate options — if there are too many to list in full, must state the total number first, show the most relevant items, and keep an "Other (please enter)" option as the last choice.Match the user's request to the appropriate module, load its entry document, and follow the instructions.
| Module | Entry | Description |
|---|---|---|
| API | references/api/README.md | Calling conventions, tool installation, credential configuration, API discovery, zone & domain discovery (ZoneId lookup) |
| Acceleration | references/acceleration/README.md | Site onboarding, cache purge / prefetch, certificate management |
| Security | references/security/README.md | Security policy template audit, blocklist IP group query, security report |
| Observability | references/observability/README.md | Traffic Daily Report Generation, Origin Health Inspection, Offline Log Download and Analysis |
If the user's request cannot match any module above, or the module's reference files do not cover the scenario, fall back in the following order:
references/api/api-discovery.md and try to find the relevant API through API discovery.When reference files conflict with official documentation, the official documentation takes precedence.
npx claudepluginhub tencent/tencent-edgeone-agent-plugins --plugin edgeoneConfigures, manages, and debugs the Fastly CDN platform — service/backend setup, caching/VCL, security (DDoS, WAF, rate limiting, bot management), TLS, cache purging, Compute platform, and REST API. Use when working with Fastly services, troubleshooting 503s or TLS mismatches, or configuring logging, load balancing, ACLs, or edge dictionaries.
Guides designing CDN architectures, caching strategies, and global content distribution. Covers cache hierarchies, origin shielding, invalidation, and edge optimization.
Develops Cloudflare platform projects: Workers, Pages, storage (KV, D1, R2), AI, networking, security, and IaC. Biases retrieval from Cloudflare docs over pre-trained knowledge.