← 返回 Skills 市场
99
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install tencent-edgeone-skill
功能描述
A comprehensive skill for Tencent EdgeOne (Edge Security & Acceleration Platform), covering edge acceleration (DNS, certificates, caching, rule engine, L4 pr...
安全使用建议
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.
功能分析
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.
能力标签
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tencent-edgeone-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/tencent-edgeone-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Tencent EdgeOne 是什么?
A comprehensive skill for Tencent EdgeOne (Edge Security & Acceleration Platform), covering edge acceleration (DNS, certificates, caching, rule engine, L4 pr... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 99 次。
如何安装 Tencent EdgeOne?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tencent-edgeone-skill」即可一键安装,无需额外配置。
Tencent EdgeOne 是免费的吗?
是的,Tencent EdgeOne 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Tencent EdgeOne 支持哪些平台?
Tencent EdgeOne 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Tencent EdgeOne?
由 腾讯开源(@tencent-adm)开发并维护,当前版本 v1.0.1。
推荐 Skills