← Back to Skills Marketplace
shawnminh

Tencent COS

by ShawnmZhang · GitHub ↗ · v1.1.9 · MIT-0
cross-platform ⚠ suspicious
9849
Downloads
4
Stars
0
Active Installs
15
Versions
Install in OpenClaw
/install tencent-cos-skill
Description
腾讯云对象存储(COS)和数据万象(CI)集成技能。覆盖文件存储管理、AI处理和知识库三大核心场景。 存储场景:上传文件到云端、下载云端文件、批量管理存储桶文件、获取文件签名链接分享、查看文件元信息、查询数据万象及子服务开通状态。 图片处理场景:图片质量评估打分、AI超分辨率放大、AI智能裁剪、二维码/条形码识别、添加文字水印、获取图片EXIF信息、缩放、裁剪、旋转、格式转换。 文档处理场景:Word/Excel/PPT等办公文档转PDF、文档预览。 媒体处理场景:视频智能封面提取、视频转码、视频截帧、获取媒体信息。 内容审核场景:图片/视频/音频/文本/文档内容审核,检测违规内容。 智能语音
Usage Guidance
Install only if you trust this skill with the Tencent Cloud account and buckets you configure. Prefer short-lived STS credentials or a tightly scoped sub-account, avoid root or broad permanent keys, keep KIKI=1 for stricter operation where possible, do not use plaintext .env persistence unless necessary, and manually confirm any delete, service enablement, dataset binding, face-search, bulk content reading, or ci-request operation.
Capability Assessment
Credentials
Cloud credentials, bucket contents, signed URLs, CI processing, content review, and biometric-style face search are proportionate to this integration, but the reachable data and administrative surface is large and not tightly scoped by code.
Install Mechanism
Setup is disclosed and local: it checks Node/npm, installs the COS SDK into the skill directory, and may update .gitignore. The dependency is version-ranged rather than pinned.
Instruction Scope
The skill discloses many safety rules, but triggers are broad and several high-impact flows rely on agent/user discipline rather than enforcement, including public-mode deletes, generic ci-request calls, broad bucket-content summarization, dataset inference, and face-search workflows.
Persistence & Privilege
Default credential handling is ephemeral, but the skill also supports plaintext .env persistence, automatic .env/.env.enc loading, deterministic local encryption, and decrypt-env writing secrets back to disk.
Purpose & Capability
The COS/CI storage, processing, search, and knowledge-base functions match the stated purpose, but the public-mode capability set includes object deletion, ACL/CORS changes, service enablement/disablement, dataset/index mutation, and a generic CI request escape hatch beyond curated actions.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tencent-cos-skill
  3. After installation, invoke the skill by name or use /tencent-cos-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.9
**Summary: Significant upgrade with new dataset analysis, retrieval, preview, and CI management capabilities.** - Added dataset聚合、筛选、桶反查、智能检索与分析能力,提供 references、schema、API 脚本(如 ci_api.mjs) - 新增结果批量签名与交互式 HTML 预览(preview_gen.mjs),支持图片、文档、视频等多场景展示 - 增强内容描述和识别能力,支持图片/视频内容理解及更多语义查询 - 支持存储桶的 CI(数据万象)开通状态和多子服务能力检测 - 丰富智能检索(MetaInsight)相关环境与参数映射,增强多模态检索配置 - 明确严格模式(KIKI=1)与公开模式下能力策略,所有删除 CI/COS 操作在严格模式下双重兜底禁用 - 文档全面升级,细化操作说明、使用分入口,增加控制台引导
v1.1.8
- add Fees Notification
v1.1.7
No file changes detected in this release. - Version bumped to 1.1.7. - No feature, documentation, or configuration changes introduced.
v1.1.6
tencent-cos-skill v1.1.6 - No file changes detected in this version. - Functionality, configuration, and documentation remain unchanged.
v1.1.5
tencent-cos-skill 1.1.5 — No code or documentation changes in this version. - No file changes were detected. - Functionality and usage remain the same as the previous version.
v1.1.4
No file changes detected in this version. - No functional updates or modifications. - Documentation and metadata remain unchanged.
v1.1.3
No changes detected in this version. - No file or documentation changes since the previous release.
v1.1.2
No functional changes in this release. - No file changes detected compared to the previous version. - Skill description updated to add `description_zh` and `description_en` fields for improved clarity and multilingual support.
v1.1.1
**Expanded scope and enhanced security handling for credentials.** - Expanded skill coverage to include not only COS文件存储, 图片处理, 文档/媒体处理, and 智能检索, but also 内容审核, 智能语音, 文件处理, 内容识别, and 知识库管理场景。 - Added detailed, user-facing credential security guarantees: environment-variable only by default, optional .env (with AES-256 encryption), no disk write unless permitted, no credential echo. - Updated metadata: secret/config/env variable mapping, secret sensitivity, and security recommendations (STS建议、子账号最小权限,禁用Root密钥) made explicit. - Installation simplified: all commands now routed through a single Node.js script (`cos_node.mjs`), with `cos-nodejs-sdk-v5` as sole dependency. - Removed any references to third-party client CLIs/tools (mcporter, cos-mcp, coscmd) and their logic; all logic consolidated into Node.js SDK. - Improved trigger phrase and intention matching, including more generic “cloud upload
v1.0.6
- Added initial skill version with 46 files, including full `.git` directory and config. - Updated onboarding and setup to support custom domain (`Domain`), service domain (`ServiceDomain`), and protocol options. - Improved setup instructions, now detailing environment variables and command line flags for custom COS/CDN domains. - Documented domain and protocol handling for all three usage modes (mcporter, Node.js SDK, coscmd). - Enhanced environment variable docs for Node.js SDK; added custom domain variables. - Refined coscmd documentation to clarify domain/protocol support and limitations.
v1.0.5
- Added scripts/setup.sh to provide automated environment checking and credential setup. - Now supports a one-command initialization: check dependencies, prompt for Tencent Cloud credentials, auto-configure all tools. - SKILL.md updated to document the setup.sh script workflow and prioritize "first run" self-check and guided setup. - More precise and actionable execution/order logic—explicit instructions for when and how to use mcporter, cos-mcp, SDK or coscmd. - Expanded metadata for Openclaw integration with formal install steps and required binaries.
v1.0.3
**Summary:** Major simplification and consolidation of skill configuration and documentation. Execution now auto-switches between three official methods. - Simplified and shortened documentation: removed detailed usage examples, troubleshooting, and tutorials. - Automatic execution fallback: now supports three methods (cos-mcp MCP, Node.js SDK script, and coscmd CLI) with priority and auto-detection. - Removed legacy/config/extra files, unified reference and script resources. - Documentation now focuses on concise configuration and capability overviews for all three supported methods. - Key functionality tables and tool command summaries are preserved, but redundant content and user guides have been removed.
v1.0.2
- Skill name changed from tencent-cos to tencentcloud-cos-skill. - No functional or content changes; only the skill name was updated in the configuration file.
v1.0.1
## tencent-cos-skill 1.0.1 - Version updated to 1.0.1 (no file/content changes detected). - No other changes to code or documentation.
v1.0.0
- Initial release of tencent-cos-skill. - Provides integration with Tencent Cloud Object Storage (COS) and Data Intelligence (CI), supporting file management, advanced image processing, intelligent search, and document processing. - Includes detailed installation, configuration, and usage instructions. - Lists available tools and their parameters for quick reference. - Covers advanced configuration, multi-environment support, security best practices, and troubleshooting tips.
Metadata
Slug tencent-cos-skill
Version 1.1.9
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 15
Frequently Asked Questions

What is Tencent COS?

腾讯云对象存储(COS)和数据万象(CI)集成技能。覆盖文件存储管理、AI处理和知识库三大核心场景。 存储场景:上传文件到云端、下载云端文件、批量管理存储桶文件、获取文件签名链接分享、查看文件元信息、查询数据万象及子服务开通状态。 图片处理场景:图片质量评估打分、AI超分辨率放大、AI智能裁剪、二维码/条形码识别、添加文字水印、获取图片EXIF信息、缩放、裁剪、旋转、格式转换。 文档处理场景:Word/Excel/PPT等办公文档转PDF、文档预览。 媒体处理场景:视频智能封面提取、视频转码、视频截帧、获取媒体信息。 内容审核场景:图片/视频/音频/文本/文档内容审核,检测违规内容。 智能语音. It is an AI Agent Skill for Claude Code / OpenClaw, with 9849 downloads so far.

How do I install Tencent COS?

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

Is Tencent COS free?

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

Which platforms does Tencent COS support?

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

Who created Tencent COS?

It is built and maintained by ShawnmZhang (@shawnminh); the current version is v1.1.9.

💬 Comments