← Back to Skills Marketplace
156554395

腾讯云 COS 原生操作技能

by 156554395 · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ⚠ suspicious
121
Downloads
0
Stars
0
Active Installs
5
Versions
Install in OpenClaw
/install tx-cos
Description
面向 OpenClaw 的腾讯云 COS 原生操作技能。适用于上传本地文件、批量同步目录、大文件分片上传、生成临时签名链接、浏览对象与文件夹视图、复制/移动/重命名/删除对象、统计目录体量,以及排查 COS 凭证和 Bucket 配置。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tx-cos
  3. After installation, invoke the skill by name or use /tx-cos
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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。
Metadata
Slug tx-cos
Version 1.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 5
Frequently Asked Questions

What is 腾讯云 COS 原生操作技能?

面向 OpenClaw 的腾讯云 COS 原生操作技能。适用于上传本地文件、批量同步目录、大文件分片上传、生成临时签名链接、浏览对象与文件夹视图、复制/移动/重命名/删除对象、统计目录体量,以及排查 COS 凭证和 Bucket 配置。 It is an AI Agent Skill for Claude Code / OpenClaw, with 121 downloads so far.

How do I install 腾讯云 COS 原生操作技能?

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

Is 腾讯云 COS 原生操作技能 free?

Yes, 腾讯云 COS 原生操作技能 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 腾讯云 COS 原生操作技能 support?

腾讯云 COS 原生操作技能 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 腾讯云 COS 原生操作技能?

It is built and maintained by 156554395 (@156554395); the current version is v1.1.0.

💬 Comments