skills/skills.volces.com/byted-tos-image-process

byted-tos-image-process

Installation
SKILL.md

Bytedance TOS Image Process Skill

This skill provides essential image processing functions for files stored in Bytedance's TOS (TeraObjectStore). It allows you to retrieve image metadata, convert formats, resize, and apply watermarks directly using the Volcengine TOS SDK.

Quick Start

1. Client Initialization

The following Python snippet demonstrates how to initialize the TosClientV2 from environment variables.

import os
import tos
from tos.exceptions import TosClientError, TosServerError
Installs
31
First Seen
Apr 1, 2026
byted-tos-image-process from skills.volces.com