byted-airesearch-videoeval

byted-airesearch-videoeval is a skill for Claude Code, Codex from bytedance/agentkit-samples. It costs 86 tokens per session (2,107 once invoked), scanned A, original, Apache-2.0.

A workflow for submitting videos to a long-running material-evaluation service and later checking the task or retrieving its result. It is for video evaluation, not general file uploads.

In plain words
What is it for?
Creating video evaluation tasks, checking their status, and fetching completed evaluation details. It supports batches of local video files.
Why use it?
It handles the separate steps of uploading videos, creating an evaluation task, and keeping its task identifier. This lets you submit work without waiting for the evaluation to finish.

Skill for Claude CodeCodex ✓ vendor

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

Good fit Creating video evaluation tasks, checking their status, and fetching completed evaluation details. It supports batches of local video files.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/bytedance/agentkit-samples/byted-airesearch-videoeval
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 · 450 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-airesearch-videoeval
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-airesearch-videoeval

README.md
[![agentmods](https://agentmods.dev/badge/skills/bytedance/agentkit-samples/byted-airesearch-videoeval/github.svg)](https://agentmods.dev/skills/bytedance/agentkit-samples/byted-airesearch-videoeval)
Your own site
<a href="https://agentmods.dev/skills/bytedance/agentkit-samples/byted-airesearch-videoeval"><img src="https://agentmods.dev/badge/skills/bytedance/agentkit-samples/byted-airesearch-videoeval/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-airesearch-videoeval

Your own site · 80×15
<a href="https://agentmods.dev/skills/bytedance/agentkit-samples/byted-airesearch-videoeval"><img src="https://agentmods.dev/badge/skills/bytedance/agentkit-samples/byted-airesearch-videoeval.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 86 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,107 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.00086 $0.02107
Opus 5 $0.00043 $0.01053
Sonnet 5 $0.00017 $0.00421
Haiku 4.5 $0.00009 $0.00211

Measured 10d ago against content hash 4f06d10cffcb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

byted-airesearch-videoeval 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 10d ago.

The scan reads SKILL.md. This mod also ships 6 executable files (scripts/common.py, scripts/create_evaluation_task.py, scripts/get_evaluation_task_detail.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-airesearch-videoeval/SKILL.md · 201 lines

How it starts

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

Byted Airesearch Videoeval

Use this skill to submit and query long-running material evaluation tasks.

When to use

Use this skill when the user wants to:

  • evaluate a video material or creative asset
  • submit a material evaluation task and get back a task identifier
  • check the status of an existing evaluation task later
  • fetch the final detail/result of a previously created evaluation task

Do not use this skill for generic video upload requests.

Current workflow

  1. Validate the full input batch before any upload starts.
  2. Upload the local video files and capture the returned attachment_id values.
  3. Create a task with the uploaded attachment IDs.
  4. Return success immediately after the task is created.
  5. Ask the user to query task list or task detail later if they want progress or results.

This workflow is intentionally non-blocking. Do not poll automatically after task creation.

Mandatory behavior

  • Do not expose the upload API as a standalone user-facing capability.
  • Do not trigger this skill for generic requests such as “upload this video”, “store this file”, or “send this video”.
  • Only call the upload API when the user explicitly intends to create a new material evaluation task.
  • For new task creation, prefer scripts/submit_evaluation_task.py so validation, upload, and task creation stay in one controlled flow.
  • Treat scripts/upload_video.py as an internal helper used by the orchestration flow, not as the primary user entrypoint. The script itself rejects direct use unless it is called with the internal orchestration marker.

For multi-file submissions, use the orchestration entrypoint so the whole batch is validated before the first upload starts.

Submission limits

  • A single task can include at most 10 videos.
  • Non-enabled users have a rolling free quota of at most 10 submitted videos within the last 24 hours.
  • The new task's video count is added to the number of videos already submitted in the last 24 hours. If the total exceeds 10, the service rejects the task and asks the user to contact Volcengine sales to enable access.
  • Enabled users are not restricted by this rolling 24-hour free quota.
  • Quota accounting is based on the actual number of videos submitted per task, with no deduplication.
  • Any task created within the last 24 hours counts toward the rolling quota, including running tasks.
  • Login-based access and API key access share the same quota pool.
  • The skill enforces the per-task limit locally before upload starts. The rolling 24-hour quota is enforced by the service, and the skill should surface the service rejection with a clear explanation.

Read the full file on GitHub · 201 lines

Files

What ships with it

7 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. 10d ago First seen · 201 lines · 86 tokens per session scan A 4f06d10cffcb

Subscribe to this mod's changes

byted-airesearch-videoeval is a skill published in the GitHub repository bytedance/agentkit-samples (450 stars, last pushed 6d ago), licensed Apache-2.0. It adds 86 tokens to every session and 2,107 once invoked, about $0.0004 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.