← Back to Skills Marketplace
tencent-adm

Tencent EdgeOne

by 腾讯开源 · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
99
Downloads
1
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install tencent-edgeone-skill
Description
A comprehensive skill for Tencent EdgeOne (Edge Security & Acceleration Platform), covering edge acceleration (DNS, certificates, caching, rule engine, L4 pr...
Usage Guidance
This skill appears to be what it claims (an EdgeOne helper that uses the Tencent Cloud CLI), but there is an important inconsistency you should resolve before installing or using it unattended: the main SKILL.md requires explicit user confirmation for any write operation, yet some reference docs recommend automatically creating a service-linked role (an IAM/write action) when encountering authorization errors. Before using the skill: 1) Confirm the agent implementation will always prompt you before performing any write/permission-changing API (Create*, Modify*, CreateServiceLinkedRole, etc.). 2) Keep tccli credentials local and do not permit the agent to print or exfiltrate ~/.tccli/default.credential; prefer using the browser OAuth flow (tccli auth login) as recommended. 3) Test the skill in a non-production account to observe whether it attempts silent IAM changes. 4) If you will allow autonomous invocation, restrict or monitor it closely—avoid granting broad cloud permissions to an unverified skill. 5) Ask the publisher why CreateServiceLinkedRole is recommended to be automatic in some docs and request a clear statement that no IAM or role-creation calls will be made without explicit user confirmation.
Capability Analysis
Type: OpenClaw Skill Name: tencent-edgeone-skill Version: 1.0.1 The Tencent EdgeOne skill bundle is a comprehensive set of instructions and reference materials for managing edge security and acceleration via the official Tencent Cloud CLI (tccli). It follows security best practices by explicitly forbidding the agent from requesting or printing credentials, requiring user confirmation for all write operations (e.g., IP banning in ip-threat-blacklist.md or cache purging in cache-purge.md), and providing clear logic for local log analysis using standard tools like jq and python3. All external network calls are directed to official Tencent domains (cloudcache.tencentcs.com, edgeone.ai) for API documentation and log retrieval, with no evidence of malicious intent, data exfiltration, or unauthorized execution.
Capability Tags
cryptocan-make-purchasesrequires-oauth-tokenrequires-sensitive-credentials
Capability Assessment
Purpose & Capability
Name/description align with required binaries and config path: tccli is the expected tool to call EdgeOne APIs and the skill references the tccli credential file (~/.tccli/default.credential). The inclusion of gunzip and python3/curl/wget/jq as alternatives is plausible for an instruction-only skill that may fetch docs or process downloaded data, though gunzip's presence is marginal and may be unnecessary.
Instruction Scope
SKILL.md and many reference files correctly instruct the agent to call tccli APIs and avoid asking for SecretId/SecretKey. However, several reference docs (dnspod-integration.md) recommend automatically calling cam.CreateServiceLinkedRole on authorization errors (a write/IAM modification) and 'silently' retrying discovery; that behaviour conflicts with the SKILL.md 'Security Red Lines' that mandate explicit user confirmation for all write operations. This inconsistency could lead to unexpected IAM changes if not handled strictly.
Install Mechanism
This is an instruction-only skill with no install spec or bundled code; nothing is written to disk by the skill itself beyond using existing system tools. That lowers installation risk.
Credentials
The only declared config dependency is ~/.tccli/default.credential, which is appropriate for a CLI-based EdgeOne skill because tccli needs credentials. However, that file contains sensitive credentials stored locally—the skill's instructions explicitly warn not to print credentials, but any access to the tccli config file is sensitive and should be minimized and audited.
Persistence & Privilege
always is false and the skill is user-invocable only, which is appropriate. The only possible privileged actions are API write calls (e.g., CreateZone, ModifyHostsCertificate, CreateServiceLinkedRole). SKILL.md requires user confirmation for writes, but other reference files suggest silently creating a service-linked role on errors; if the agent were configured to act autonomously this discrepancy increases risk. No skill-level persistent installation or cross-skill config modification is declared.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tencent-edgeone-skill
  3. After installation, invoke the skill by name or use /tencent-edgeone-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
## Link style migration All internal Markdown hyperlinks (`[file.md](file.md)`) replaced with backtick code references (`` `file.md` ``) across every module, improving compatibility with AI agent file-reading. ## API reference updates - Fallback doc URLs updated: `cloud.tencent.com/document/api/1552` → `edgeone.ai/document/50454`; `cloud.tencent.com/document/product/440` → `github.com/TencentCloud/tencentcloud-cli` - Added `metadata.openclaw.requires` declaring runtime dependencies (`tccli`, `gunzip`, `curl`/`wget`, `jq`, `python3`)
v1.0.0
Initial release of Tencent EdgeOne Skill. - Comprehensive support for Tencent EdgeOne, including acceleration, security, media, and edge development features. - Requests are routed to dedicated modules (Acceleration, Security, Observability, API) with clear entry points. - All write operations require user confirmation and clear explanations before execution. - User credentials (SecretId/SecretKey) are never requested; operations to print credentials are refused. - Structured interaction tools are preferred for questions and options to improve user experience. - Bulk or repetitive tasks are handled via scripts when possible. - Fallback retrieval logic included for unrecognized or undocumented scenarios, prioritizing official documentation.
Metadata
Slug tencent-edgeone-skill
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Tencent EdgeOne?

A comprehensive skill for Tencent EdgeOne (Edge Security & Acceleration Platform), covering edge acceleration (DNS, certificates, caching, rule engine, L4 pr... It is an AI Agent Skill for Claude Code / OpenClaw, with 99 downloads so far.

How do I install Tencent EdgeOne?

Run "/install tencent-edgeone-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Tencent EdgeOne free?

Yes, Tencent EdgeOne is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Tencent EdgeOne support?

Tencent EdgeOne is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Tencent EdgeOne?

It is built and maintained by 腾讯开源 (@tencent-adm); the current version is v1.0.1.

💬 Comments