← 返回 Skills 市场
ugpoor

TencentCloud COS Storage

作者 superStupidBear · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ⚠ suspicious
139
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install tencentcloud-cos-storage
功能描述
Manage Tencent Cloud COS buckets and files, supporting bucket creation, file upload/download, lifecycle policies, access control, and cost optimization.
安全使用建议
This skill appears to implement Tencent COS management code that expects TENCENT_SECRET_ID and TENCENT_SECRET_KEY in a .env, but the registry metadata did not declare those required environment variables — treat that as a red flag. Before installing: 1) Verify the skill source and author (homepage/source unknown). 2) Prefer creating a Tencent sub-user with least-privilege COS actions (limit to specific buckets and operations rather than broad cos:*). 3) Inspect the code (already included) yourself or run it in an isolated environment. 4) Avoid running pip with --break-system-packages on production machines; consider using a virtualenv. 5) Store .env secrets securely and rotate keys if you decide to remove the skill. If you need higher assurance, ask the publisher to update registry metadata to declare required env vars and to correct any incorrect action strings (e.g., 'name/cos:*') so permission requests are explicit and minimal.
功能分析
Type: OpenClaw Skill Name: tencentcloud-cos-storage Version: 1.1.0 The skill bundle is a legitimate management tool for Tencent Cloud Object Storage (COS). It provides functionality for bucket lifecycle management, file transfers, and cost estimation using the official 'qcloud_cos' SDK. The code in 'src/cos_manager.py' and instructions in 'SKILL.md' are well-documented, follow standard cloud management patterns (e.g., using environment variables for credentials), and contain no evidence of data exfiltration, malicious execution, or prompt-injection attacks.
能力评估
Purpose & Capability
The name, description, SKILL.md, and included Python code all align with a Tencent Cloud COS management tool (bucket and object operations, lifecycle, cost estimates). However the registry metadata claims 'Required env vars: none' and 'Primary credential: none' while the code reads TENCENT_SECRET_ID and TENCENT_SECRET_KEY — this mismatch is unexpected.
Instruction Scope
The SKILL.md and code confine actions to COS operations and local config handling: installing the COS SDK, placing credentials in a .env, creating/deleting buckets, uploading/downloading objects, lifecycle rules, and cost estimation. The docs reference running tccli/verification commands and pinging COS endpoints for troubleshooting; those are consistent with cloud storage tooling and the code. There are no instructions to read unrelated system files or to transmit data to unknown third‑party endpoints.
Install Mechanism
There is no formal install spec in the registry (instruction-only install). SKILL.md tells users to pip install cos-python-sdk-v5 and python-dotenv (via --break-system-packages). Installing runtime packages from PyPI is normal, but the explicit --break-system-packages flag can alter system package boundaries and should be used with caution.
Credentials
The code requires Tencent API credentials (TENCENT_SECRET_ID / TENCENT_SECRET_KEY) and region/config env vars, which are appropriate for the stated purpose — but the registry metadata fails to declare them as required. SKILL.md suggests granting broad COS permissions (action pattern shown as 'name/cos:*' which appears incorrect/overbroad). Requesting full COS privileges is proportionate to admin operations but users should prefer narrowly scoped sub-user keys with least privilege. The metadata omission (no declared required env) is the primary concern.
Persistence & Privilege
The skill is not forced-always and does not request any agent-wide persistent privileges. It does not modify other skills' configs in the provided files. Autonomous invocation is allowed by default; that is normal but increases blast radius if credentials are compromised, so credentials should be scoped appropriately.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tencentcloud-cos-storage
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tencentcloud-cos-storage 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
恢复中文内容,仅技能名称使用英文
v1.0.0
Tencent Cloud COS object storage management - Updated to English, removed OKX references
元数据
Slug tencentcloud-cos-storage
版本 1.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

TencentCloud COS Storage 是什么?

Manage Tencent Cloud COS buckets and files, supporting bucket creation, file upload/download, lifecycle policies, access control, and cost optimization. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 139 次。

如何安装 TencentCloud COS Storage?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install tencentcloud-cos-storage」即可一键安装,无需额外配置。

TencentCloud COS Storage 是免费的吗?

是的,TencentCloud COS Storage 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

TencentCloud COS Storage 支持哪些平台?

TencentCloud COS Storage 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 TencentCloud COS Storage?

由 superStupidBear(@ugpoor)开发并维护,当前版本 v1.1.0。

💬 留言讨论