A 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.md for 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.
共 3 个版本