Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Summary

A comprehensive skill for Tencent Cloud EdgeOne (Edge Security & Acceleration Platform), covering edge acceleration (DNS, certificates, caching, rule engine, L4 proxy, load balancing), edge security (DDoS protection, Web protection, Bot management), edge media (real-time video / image processing), edge development (Edge Functions, EdgeOne Pages), and more.

Install to Claude Code

/plugin install edgeone@tencent-edgeone

Run in Claude Code. Add the marketplace first with /plugin marketplace add Tencent/tencent-edgeone-agent-plugins if you haven't already.

README.md

Tencent EdgeOne Agent Plugins

中文 | English

Tencent EdgeOne Agent Plugins is a collection of tools that help AI Agents perform configuration, operations, and troubleshooting on the Tencent Cloud EdgeOne platform.

Installation

Claude Code / Codebuddy

Install via the plugin marketplace:

# 1. Register the marketplace
/plugin marketplace add git@github.com:Tencent/tencent-edgeone-agent-plugins.git

# 2. Install the plugin
/plugin install edgeone@tencent-edgeone

OpenAI Codex / Gemini CLI / Cursor / OpenCode / Other Agents

For AI tools without a built-in plugin marketplace, tell your Agent:

Please fetch and follow the instructions in:
https://raw.githubusercontent.com/Tencent/tencent-edgeone-agent-plugins/main/INSTALL.md

You can also clone the repository and install manually:

git clone https://github.com/Tencent/tencent-edgeone-agent-plugins.git
# Copy to the appropriate directory for your Agent tool
# e.g.: cp -r tencent-edgeone-agent-plugins/skills/tencent-edgeone-skill ~/.claude/skills/

For detailed installation instructions, see INSTALL.md.

Skills

tencent-edgeone-skill

A comprehensive Skill for Tencent Cloud EdgeOne that supports site access, domain configuration, TLS certificate management, cache control, security analysis, and observability.

> This Skill uses the Tencent Cloud CLI to call Tencent Cloud APIs. The Tencent Cloud CLI must be installed before use — if it is not yet installed, the Agent will automatically install it after the Skill starts.

Included modules:

| Module | Scenarios | Typical Triggers | |---|---|---| | Acceleration | <ul><li>Site onboarding wizard</li><li>Cache purge / prefetch</li><li>Certificate automation</li></ul> | <ul><li>"Onboard example.com to EO"</li><li>"Purge all cache under /static/"</li><li>"Certificate is expiring, help me renew"</li></ul> | | Security | <ul><li>Security report generation</li><li>Security template coverage audit</li><li>Domain blocklist IP group identification</li><li>Threat IP analysis & blocking</li></ul> | <ul><li>"Generate a security status report for this week"</li><li>"Which domains have no security template?"</li><li>"Check the blocklist IP groups for this domain"</li><li>"Analyze recent attack IPs and block them"</li></ul> | | Observability | <ul><li>Traffic trend daily report</li><li>Origin health check</li><li>Offline log download</li><li>Log parsing & fault analysis</li></ul> | <ul><li>"Generate yesterday's traffic report"</li><li>"Is the origin down?"</li><li>"Download logs for example.com from yesterday afternoon"</li><li>"Too many 502s, help me analyze the logs"</li></ul> |

Skill File Structure

The edgeone skill uses a multi-level index that guides the Agent to read documents on demand:

tencent-edgeone-skill/
├── SKILL.md                              # tencent-edgeone-skill skill entry point
└── references/                           # skill reference docs
    ├── api/                              # API calling module
    │   ├── README.md                     # module entry
    │   ├── install.md                    # scenario: tccli installation
    │   └── ...
    ├── acceleration/                     # site acceleration module
    │   ├── README.md                     # module entry
    │   ├── cache-purge.md               # scenario: cache purge / prefetch
    │   └── ...
    ├── security/                         # security protection module
    │   ├── README.md                     # module entry
    │   ├── security-report.md           # scenario: security report
    │   └── ...
    └── ...                               # other modules...

Security Design

  • Write operations require user confirmation: All write operations (create, modify, delete, etc.) will explain the impact and wait for user confirmation before execution.
  • Never asks for secret keys: The Agent will never ask for your SecretId / SecretKey — it uses browser-based OAuth for secure login.
  • Read-only by default: Security-related Skills default to read-only queries and do not perform any modifications.

Resources

Related plugins

Browse all →