volcengine-tosutil

volcengine-tosutil is a skill for Claude Code from volcengine/volcengine-skills. It costs 103 tokens per session (4,518 once invoked), scanned B, a copy of byted-volcengine-tosutil, MIT.

A command-line guide for tosutil, the tool used to manage files and buckets in Volcengine's TOS object storage service.

In plain words
What is it for?
Use it to list, upload, download, copy, delete, inspect, or modify objects, and to troubleshoot TOS connectivity and HTTP 403 errors.
Why use it?
It turns storage requests into previewable commands and helps diagnose permission, network, and argument errors while keeping credentials out of command output.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the volcengine-storage plugin — 1 skill shipped together

Good fit Use it to list, upload, download, copy, delete, inspect, or modify objects…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/volcengine/volcengine-skills/volcengine-tosutil
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add volcengine/volcengine-skills --skill volcengine-tosutil
Clone the repo
git clone --depth 1 https://github.com/volcengine/volcengine-skills

Made for: Claude Code.

Or install volcengine-storage, the plugin that ships this one along with the rest of its 1 skill.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for volcengine-tosutil

README.md
[![agentmods](https://agentmods.dev/badge/skills/volcengine/volcengine-skills/volcengine-tosutil.svg)](https://agentmods.dev/skills/volcengine/volcengine-skills/volcengine-tosutil)
Your own site
<a href="https://agentmods.dev/skills/volcengine/volcengine-skills/volcengine-tosutil"><img src="https://agentmods.dev/badge/skills/volcengine/volcengine-skills/volcengine-tosutil.svg" alt="Measured on agentmods" height="20"></a>
Per session 103 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,518 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 2 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 89% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00103 $0.04518
Opus 5 $0.00051 $0.02259
Sonnet 5 $0.00021 $0.00904
Haiku 4.5 $0.00010 $0.00452

Measured 5d ago against content hash 6c92b785b921, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade B, and why

volcengine-tosutil scanned grade B with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

The scan reads SKILL.md. This mod also ships 4 executable files (scripts/main.py, scripts/models.py, scripts/result_handler.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

sudo mv tosutil /usr/local/bin

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- 辅助命令包括 `config`、`help`、`probe`、`netdig`、`hash`、`fcp`、`clear`、`version`、`ping`、`connect`、`traceroute`、`curl`。
Origin

This is a copy

89% identical to byted-volcengine-tosutil — 29 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

plugins/volcengine-storage/skills/volcengine-tosutil/SKILL.md · 420 lines

How it starts

The opening of the file, as written. The whole thing — 420 lines — stays where its author put it; the contents beside it link to each section on GitHub.

火山引擎 tosutil Skill

这个 Skill 面向火山引擎对象存储 TOS 的 tosutil 命令行工具,负责把用户意图转换成安全、可执行、可校验的 tosutil 操作流程。

目标一句话

把“要对 TOS 做什么操作”的需求,转换成默认只预览tosutil 命令,并在需要执行时输出结构化 JSON 结果 + 可复现证据 + 可诊断建议

输入与输出

  • 输入:目标命令(如 ls/cp/rm/du/setmeta)+ 最少必要参数(如 tos:// 地址、本地路径、递归开关)+ 可选公共参数(endpoint/region/credentials/conf)。
  • 输出:统一 JSON 协议(ok/code/message/data/ts),包含 preview.shell(脱敏后的可复现命令)、执行摘要、失败时的 advice.codenext_actions

默认行为(降低用户成本 + 安全)

  • 默认只生成命令预览,不执行(需要显式 --run 才会执行)。
  • 破坏性命令(例如 rm)默认不执行:必须显式 --yes(或 legacy 模式下 --assume-yes)才会真正运行。
  • 输出默认脱敏:不会回显 AK/SK/Token。

何时使用

当用户要求以下任一场景时调用本 Skill:

  • 使用 tosutil 初始化或更新 TOS 配置
  • 创建桶、列举桶/对象、查询对象属性
  • 上传、下载、复制、批量删除对象
  • 计算对象容量、设置对象元数据
  • 分析 Http status [403]、连通性失败、命令参数错误等问题
  • shareset-aclmountprobenetdig 等高级命令生成执行方案

文档事实基线

基于 tosutil 文档体系,可确认以下事实:

  • tosutil 是访问和管理火山引擎对象存储 TOS 的命令行工具,适合本地与 TOS 之间的批量数据处理、脚本集成和中小数据迁移。
  • 核心命令包括 lsmkdirdumbcpsetmetastatrmshareset-aclmount
  • 辅助命令包括 confighelpprobenetdighashfcpclearversionpingconnecttraceroutecurl
  • 初始化配置支持永久密钥、STS 临时密钥和匿名访问三种方式。
  • 初始化时应使用 TOS 协议域名,而不是 S3 协议域名。
  • rm 默认存在二次确认;递归和批量删除必须显式评估风险。
  • du 在百万级对象下可能耗时较长,优先按目录拆分计算。

下载与安装

tosutil 支持 Windows、Linux 和 macOS。使用本 Skill 前,建议先根据当前操作系统与芯片架构下载对应版本,并完成执行权限设置。

官方下载建议

  • Linux amd64:支持直接下载二进制并执行
  • macOS amd64(Intel):支持直接下载二进制并执行
  • macOS arm64(Apple M 系列芯片):支持直接下载二进制并执行
  • Windows 64bit:下载 tosutil.exe
  • 官方同时提供对应的 sha256 校验文件,建议下载后做完整性校验
  • 当前 tosutil 最新版本主要适用于 Windows、macOS 和 Linux amd 系统

安装命令

Linux:

wget https://m645b3e1bb36e-mrap.mrap.accesspoint.tos-global.volces.com/linux/amd64/tosutil
chmod a+x tosutil
sudo mv tosutil /usr/local/bin

macOS Intel:

wget https://m645b3e1bb36e-mrap.mrap.accesspoint.tos-global.volces.com/darwin/amd64/tosutil
chmod a+x tosutil
sudo mv tosutil /usr/local/bin

macOS Apple Silicon:

wget https://m645b3e1bb36e-mrap.mrap.accesspoint.tos-global.volces.com/darwin/arm64/tosutil
chmod a+x tosutil
sudo mv tosutil /usr/local/bin

Read the full file on GitHub · 420 lines

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 420 lines · 103 tokens per session scan B 6c92b785b921

Subscribe to this mod's changes

volcengine-tosutil is a skill published in the GitHub repository volcengine/volcengine-skills (19 stars, last pushed 4d ago), licensed MIT. It adds 103 tokens to every session and 4,518 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it B with 2 findings (asks for root, makes network calls). It is 89% identical to byted-volcengine-tosutil, differing in 29 lines, and is treated as a copy.

Related

Other skills, from other repositories

gke-compute-classes

Configures, optimizes, and troubleshoots GKE ComputeClasses. Use when configuring Spot VMs with on-demand fallback, targeting specific accelerators (GPUs/TPUs) or machine families, restricting ComputeClass access, or debugging pending pods related to node pool auto-creation. Do not use for cluster-level Node Auto…

google/skills · 83 tokens

gke-reliability

Improves GKE workload reliability, using PDBs, health probes, and topology spread constraints. Use when configuring GKE workload reliability, setting up PDBs, or configuring GKE health probes (liveness, readiness, startup). Don't use for disaster recovery setup or full cluster backups (use gke-backup-dr instead).

google/skills · 73 tokens

gke-workload-security

Audits, configures, and hardens workload-level security controls for Google Kubernetes Engine (GKE) applications and namespaces. Covers running cluster security audits (auditcluster.sh), configuring Workload Identity Federation (impersonation, KSA/GSA binding, and pod setup), enforcing Network Policies (default-deny…

google/skills · 181 tokens

nemo-automodel-launcher-config

Configure NeMo AutoModel job launches for interactive runs, Slurm clusters, and SkyPilot cloud execution.

NVIDIA/skills · 30 tokens

azure-mgmt-botservice-dotnet

Azure Resource Manager SDK for Bot Service in .NET. Management plane operations for creating and managing Azure Bot resources, channels (Teams, DirectLine, Slack), and connection settings. Triggers: "Bot Service", "BotResource", "Azure Bot", "DirectLine channel", "Teams channel", "bot management .NET", "create bot".

microsoft/skills · 78 tokens

cloud-architect

Designs cloud architectures, creates migration plans, generates cost optimization recommendations, and produces disaster recovery strategies across AWS, Azure, and GCP. Use when designing cloud architectures, planning migrations, or optimizing multi-cloud deployments. Invoke for Well-Architected Framework, cost…

Jeffallan/claude-skills · 71 tokens