byted-cloudsearch

Installation
SKILL.md

Volcano Engine ESCloud (Elasticsearch + OpenSearch)

Manage ESCloud instances on Volcano Engine — cluster lifecycle (control plane) and index/doc operations (data plane).

Choose the right plane

  • Provision / scale / delete instances? → use scripts/control.py and read CONTROL_PLANE.md
  • Create indices / write docs / search / bulk ingest? → use scripts/data.py and read DATA_PLANE.md

Setup (once per environment)

Create a Python venv on first use (not bundled in the repo):

cd {baseDir}
python3 -m venv {baseDir}/venv
{baseDir}/venv/bin/pip install -r {baseDir}/requirements.txt
Installs
13
GitHub Stars
350
First Seen
Mar 26, 2026
byted-cloudsearch — bytedance/agentkit-samples