← 返回 Skills 市场
121
总下载
0
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install tx-cos
功能描述
面向 OpenClaw 的腾讯云 COS 原生操作技能。适用于上传本地文件、批量同步目录、大文件分片上传、生成临时签名链接、浏览对象与文件夹视图、复制/移动/重命名/删除对象、统计目录体量,以及排查 COS 凭证和 Bucket 配置。
安全使用建议
This skill appears to do what it says (manage Tencent COS objects) and the scripts are readable, but two mismatches raise caution: (1) the code requires COS_SECRET_ID, COS_SECRET_KEY, COS_REGION and COS_BUCKET at runtime but the registry metadata declares no required env vars — ask the publisher to add these to requires.env so you know when the skill needs secrets; (2) the scripts depend on 'cos-nodejs-sdk-v5' but there is no install spec — ensure the runtime will install or provide that package (or run npm install in the skill directory) before use. Only provide COS credentials to this skill if you trust the author and the runtime environment; limit the agent's ability to access unrelated local files (don't let it upload arbitrary system files). If anything looks unexpected, request the publisher add an explicit install section and manifest the needed env vars and a checksumed dependency list.
功能分析
Type: OpenClaw Skill
Name: tx-cos
Version: 1.1.0
The tx-cos skill bundle provides a standard set of tools for managing Tencent Cloud COS (Object Storage Service), including file uploads, directory synchronization, and object management. The implementation uses the official 'cos-nodejs-sdk-v5' and follows expected patterns for cloud storage utilities. While the scripts handle sensitive credentials and file operations, the logic is transparent, lacks obfuscation, and includes explicit safety instructions in SKILL.md to prevent the AI agent from leaking credentials or performing unintended deletions.
能力评估
Purpose & Capability
The scripts implement Tencent COS operations (upload, list, delete, multipart upload, signed URLs, diagnostics) that align with the skill description. The required runtime capabilities (reading local files, calling COS SDK) are appropriate for the stated purpose.
Instruction Scope
SKILL.md and the scripts limit actions to COS API calls and local filesystem reads for files explicitly supplied to the scripts. The scripts only access environment variables prefixed COS_ and do not call external endpoints other than COS. They will, however, read any local file paths passed in, so the agent/run-time must not be instructed to upload sensitive local files unintentionally.
Install Mechanism
There is no install spec (no npm install step or dependency list). The scripts require the npm package 'cos-nodejs-sdk-v5' but the skill does not declare how/when that dependency is installed. That mismatch can cause runtime failures and is an operational/integrity concern (missing dependency declaration).
Credentials
The code requires COS_SECRET_ID, COS_SECRET_KEY, COS_REGION, COS_BUCKET (and optionally COS_DOMAIN) to function, which is proportionate to the purpose. However the registry metadata lists no required env vars — an inconsistency that could lead to the agent exposing or mismanaging credentials. The skill therefore implicitly needs sensitive secrets but does not declare them in metadata.
Persistence & Privilege
The skill does not request persistent or system-wide privileges (always is false). It does not modify other skills or global configuration. Autonomous invocation is allowed by default but not combined with other high-risk flags.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tx-cos - 安装完成后,直接呼叫该 Skill 的名称或使用
/tx-cos触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
补齐可执行脚本:支持配置检查、单文件/批量/大文件上传、签名链接、对象管理、目录删除与统计。
v1.0.3
继续精简展示内容,移除对用户表达方式和 workspace 沉淀描述。
v1.0.2
精简展示文案,去掉来源包名、协议字样、运行时和环境变量示例,改为更纯粹的产品表达。
v1.0.1
优化 ClawHub 展示文案:强化产品化描述,突出原生 OpenClaw 工作流,不是 MCP 包装层。
v1.0.0
初版发布:将 tx-cos-mcp 的 COS 操作能力提炼为原生 OpenClaw 技能,中文说明,不包装为 MCP。
元数据
常见问题
腾讯云 COS 原生操作技能 是什么?
面向 OpenClaw 的腾讯云 COS 原生操作技能。适用于上传本地文件、批量同步目录、大文件分片上传、生成临时签名链接、浏览对象与文件夹视图、复制/移动/重命名/删除对象、统计目录体量,以及排查 COS 凭证和 Bucket 配置。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 121 次。
如何安装 腾讯云 COS 原生操作技能?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tx-cos」即可一键安装,无需额外配置。
腾讯云 COS 原生操作技能 是免费的吗?
是的,腾讯云 COS 原生操作技能 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
腾讯云 COS 原生操作技能 支持哪些平台?
腾讯云 COS 原生操作技能 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 腾讯云 COS 原生操作技能?
由 156554395(@156554395)开发并维护,当前版本 v1.1.0。
推荐 Skills