byted-escloud

byted-escloud is a skill for Claude Code, Codex from bytedance/agentkit-samples. It costs 57 tokens per session (396 once invoked), scanned A, original, Apache-2.0.

A management tool for Elasticsearch and OpenSearch clusters on Volcano Engine, a cloud platform. It handles both cluster administration and the data stored inside search indexes.

In plain words
What is it for?
Use it to create, inspect, scale, expose, restart, or delete clusters; validate them; and index, query, aggregate, or bulk-manage Elasticsearch/OpenSearch data.
Why use it?
It brings cluster lifecycle tasks and search-data operations into one workflow, with checks for endpoint access, credentials, network allowlists, and TLS before data work begins.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/bytedance/agentkit-samples/byted-escloud
Any agent
npx skills add bytedance/agentkit-samples --skill byted-escloud
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-escloud

README.md
[![agentmods](https://agentmods.dev/badge/skills/bytedance/agentkit-samples/byted-escloud.svg)](https://agentmods.dev/skills/bytedance/agentkit-samples/byted-escloud)
Your own site
<a href="https://agentmods.dev/skills/bytedance/agentkit-samples/byted-escloud"><img src="https://agentmods.dev/badge/skills/bytedance/agentkit-samples/byted-escloud.svg" alt="Measured on agentmods" height="20"></a>
Per session 57 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 396 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
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 $0.00057 $0.00396
Opus 5 $0.00028 $0.00198
Sonnet 5 $0.00011 $0.00079
Haiku 4.5 $0.00006 $0.00040

Measured 3d ago against content hash 8e6bdd00abe4, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

byted-escloud scanned grade A with 1 finding 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 3d ago.

The scan reads SKILL.md. This mod also ships 6 executable files (scripts/api.py, scripts/ark_shim.py, scripts/control_tools.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.

Makes network callslowCapability

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

- For non-routine data-plane work, prefer ad-hoc `curl` or small Python snippets grounded in the data-plane references instead of expanding `data.py`.
skills/byted-escloud/SKILL.md · 28 lines

What it actually says

Volcano Engine ESCloud

Use when

  • The user needs to manage ESCloud or CloudSearch on Volcano Engine / Volcengine.
  • The task is a control-plane lifecycle action such as create, inspect, scale, expose, restart, or delete.
  • The task is an Elasticsearch/OpenSearch data-plane workflow such as cluster validation, inspection, indexing, querying, aggregation, or bulk guidance.

Route

Guardrails

  • Always run the bundled CLIs with {baseDir}/venv/bin/python.
  • Before any data-plane read or write, run data.py --endpoint <endpoint> info; if it fails, stop and fix endpoint exposure, allowlist, credentials, or TLS first.
  • Use data.py smoke_test for new-cluster validation; if the test index already exists, pass --reuse-existing or choose a different --index; delete its test index only with --cleanup --confirm.
  • For non-routine data-plane work, prefer ad-hoc curl or small Python snippets grounded in the data-plane references instead of expanding data.py.
  • Require explicit confirmation before destructive or high-impact operations such as deletes, alias cutovers, bulk mutations, _delete_by_query, _update_by_query, or _reindex.
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. 3d ago First seen · 28 lines · 57 tokens per session scan A 8e6bdd00abe4

Subscribe to this mod's changes

byted-escloud is a skill published in the GitHub repository bytedance/agentkit-samples (446 stars, last pushed today), licensed Apache-2.0. It adds 57 tokens to every session and 396 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.