byted-byteplus-vod-video-enhancement

byted-byteplus-vod-video-enhancement is a skill for Claude Code, Codex from bytedance/agentkit-samples. It costs 169 tokens per session (3,844 once invoked), scanned A, original, Apache-2.0.

A tool for uploading video or audio files to BytePlus VOD, a cloud service for storing and playing media, from a local file or public URL. It can also restore the quality of videos already stored there.

In plain words
What is it for?
Use it to put media into BytePlus VOD and receive its video ID and playback links. Use it to improve the clarity and color of stored videos.
Why use it?
It removes the need to manually handle the upload process and gives you playback references. It also helps reduce compression damage, noise, and scratches in ingested videos.

Skill for Claude CodeCodex ✓ vendor

Written for no agent in particular: nothing here depends on one.

Good fit Use it to put media into BytePlus VOD and receive its video ID and playback links. Use it to improve the clarity and color of stored videos.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/bytedance/agentkit-samples/byted-byteplus-vod-video-enhancement
About the project

bytedance/agentkit-samples is a collection of examples and tutorials for Volcengine AgentKit, an AI-agent development platform for building, deploying, and operating agent applications. Developers use the samples to learn agent creation, multi-agent collaboration, memory, retrieval, MCP integrations, media generation, customer service, and other workflows. The catalogue skills provide agent workflows based on these examples.

bytedance/agentkit-samples · 453 stars · on GitHub

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 bytedance/agentkit-samples --skill byted-byteplus-vod-video-enhancement
Clone the repo
git clone --depth 1 https://github.com/bytedance/agentkit-samples

Made for: Claude Code, Codex.

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 byted-byteplus-vod-video-enhancement

README.md
[![agentmods](https://agentmods.dev/badge/skills/bytedance/agentkit-samples/byted-byteplus-vod-video-enhancement/github.svg)](https://agentmods.dev/skills/bytedance/agentkit-samples/byted-byteplus-vod-video-enhancement)
Your own site
<a href="https://agentmods.dev/skills/bytedance/agentkit-samples/byted-byteplus-vod-video-enhancement"><img src="https://agentmods.dev/badge/skills/bytedance/agentkit-samples/byted-byteplus-vod-video-enhancement/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for byted-byteplus-vod-video-enhancement

Your own site · 80×15
<a href="https://agentmods.dev/skills/bytedance/agentkit-samples/byted-byteplus-vod-video-enhancement"><img src="https://agentmods.dev/badge/skills/bytedance/agentkit-samples/byted-byteplus-vod-video-enhancement.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 169 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,844 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found 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.00169 $0.03844
Opus 5 $0.00084 $0.01922
Sonnet 5 $0.00034 $0.00769
Haiku 4.5 $0.00017 $0.00384

Measured 11d ago against content hash 8abd79189587, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

byted-byteplus-vod-video-enhancement scanned grade A with 0 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 11d ago.

The scan reads SKILL.md. This mod also ships 5 executable files (scripts/poll_execution.py, scripts/quality_enhance.py, scripts/tos_upload.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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/byted-byteplus-vod-video-enhancement/SKILL.md · 308 lines

How it starts

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

VOD_video enhancement

Uploads video/audio to a BytePlus VOD space (from a local file or a public URL) and returns a vid://vxxxx reference. Additionally provides AI-based comprehensive quality restoration that removes compression artifacts, noise, and scratches from ingested videos, improving overall clarity and color rendition.


Prerequisites

  • Environment variables (required, can be configured via a .env file in the working directory — the scripts will load it automatically):
    • BYTEPLUS_ACCESSKEY — BytePlus Access Key
    • BYTEPLUS_SECRETKEY — BytePlus Secret Key
    • VOD_SPACE_NAME — VOD space name
  • Execution: examples use uv run python ... (if the host environment can run Python directly, python scripts/... also works).

Workflow Overview

Upload pipeline (local file):
  [S1_APPLY]  ApplyUploadInfo → returns TOS upload address + SessionKey
  [S2_TOS]    PUT file to TOS (direct or chunked)
  [S3_COMMIT] CommitUploadInfo → returns Vid
  Output: { Vid, Source, PlayURL, FileName, SpaceName, SourceUrl }

Upload pipeline (URL):
  [S1_UPLOAD] Submit URL upload job (UploadMediaByUrl) → returns JobId
  [S2_POLL]   Poll QueryUploadTaskInfo → returns Vid
  Output: { Vid, Source, PlayURL, FileName, SpaceName, SourceUrl, JobId }

Quality restoration pipeline:
  [S3_ENHANCE] Submit restoration job (StartExecution/enhanceVideo) → returns RunId
  [S4_POLL]    Poll GetExecution → returns the restored file
  Output: { Status, SpaceName, VideoUrls[{ FileId, DirectUrl, Source }] }

Before running any script, confirm the following (avoid unrelated Python/uv version checks):

  • .env or environment variables contain:
    • BYTEPLUS_ACCESSKEY + BYTEPLUS_SECRETKEY
    • VOD_SPACE_NAME

Once verified, pick the corresponding pipeline based on user intent:

User intent Pipeline Entry script
Upload video to VOD Upload pipeline scripts/upload.py
Quality restoration / denoise / remove compression artifacts Quality restoration pipeline scripts/quality_enhance.py

Read the full file on GitHub · 308 lines

Files

What ships with it

9 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. 11d ago First seen · 308 lines · 169 tokens per session scan A 8abd79189587

Subscribe to this mod's changes

byted-byteplus-vod-video-enhancement is a skill published in the GitHub repository bytedance/agentkit-samples (453 stars, last pushed 2d ago), licensed Apache-2.0. It adds 169 tokens to every session and 3,844 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.