tencent-cloud-cos

Manage Tencent COS files with optional CI image processing and conversions.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/eninem123/hunterclaw --skill tencent-cloud-cos-eninem123
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tencent-cloud-cos
Source: https://github.com/eninem123/hunterclaw/tree/main/skills/tencent-cos-skill
Command: npx skills add https://github.com/eninem123/hunterclaw --skill tencent-cloud-cos-eninem123

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires node, npm, npx, mcporter, cos-nodejs-sdk-v5, coscmd, cos-mcp, cos-nodejs-sdk-v5, and includes scripts (resource) and references (resource) components.

What problem does it solve?

When you need to upload, download, manage Tencent COS files and optionally perform image intelligence or document/media conversions, this Skill removes the manual steps by handling setup and selecting the best available execution path.

Core Features & Use Cases

  • Secure, guided configuration: On first use, checks environment readiness and prompts for Tencent COS credentials and bucket details, then persists them for future use.
  • Multi-engine execution with graceful fallback: Tries cos-mcp via mcporter first, falls back to Node.js SDK for storage operations, and finally uses coscmd if needed.
  • Rich COS capabilities: Supports object storage plus CI tasks (quality assessment, super-resolution, matting, QR recognition, watermark), image search (dataset-dependent), and async document-to-PDF / video smart cover jobs.

Quick Start

Ask the assistant to upload a local file to your COS bucket by instructing it to run the COS skill to put the file into the target directory in your bucket.

Frequently Asked Questions about tencent-cloud-cos

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I upload files to Tencent COS and generate a signed URL for downloading?

To upload files to Tencent COS and generate a signed URL, this Skill handles the upload and creates a secure, time-limited URL for downloading. It configures your COS credentials and bucket region automatically on first use.

Can I use Tencent CI for image processing like QR recognition and super-resolution?

Yes, you can use Tencent CI for image processing like QR recognition and super-resolution. The Skill applies intelligent image enhancement, quality assessment, and matting directly to objects stored in your COS bucket.

What's the best way to automate async document-to-PDF conversion in a COS bucket?

The best way to automate async document-to-PDF conversion is using this Skill's built-in job management. It submits asynchronous media conversion jobs for files in your Tencent COS bucket and returns structured JSON results.

Does this COS Skill require Node.js or can it run with coscmd?

This COS Skill works with both Node.js and coscmd. It prioritizes cos-mcp via mcporter, falls back to the Node.js SDK for storage operations, and finally uses coscmd if needed.

How does image search work with a prebuilt dataset in Tencent COS?

Image search with a prebuilt dataset in Tencent COS works by querying your stored images using Tencent CI. The Skill executes the search operation against your dataset and returns matching image results in structured JSON format.

Why are my Tencent COS credentials not persisting between sessions?

If your Tencent COS credentials are not persisting, the initial environment readiness check may have failed. The Skill prompts for your COS credentials and bucket details on first use, then persists them locally for future operations.