#601

Global Rank · of 601 Skills

byted-cloudsearch AI Agent Skill

View Source: bytedance/agentkit-samples

Medium

Installation

npx skills add bytedance/agentkit-samples --skill byted-cloudsearch

10

Installs

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

Then run scripts with the venv Python:

cd {baseDir}
{baseDir}/venv/bin/python {baseDir}/scripts/control.py <command>
{baseDir}/venv/bin/python {baseDir}/scripts/data.py <command>

If you see a "Missing Dependency" error at runtime, (re)install dependencies:

cd {baseDir}
{baseDir}/venv/bin/python -m pip install -r {baseDir}/requirements.txt

Quick start (common tasks)

# List instances
{baseDir}/venv/bin/python {baseDir}/scripts/control.py list

# Inspect an instance
{baseDir}/venv/bin/python {baseDir}/scripts/control.py detail --id <instance-id>

# Show supported versions (best-effort)
{baseDir}/venv/bin/python {baseDir}/scripts/control.py versions

# Check connectivity (data plane)
{baseDir}/venv/bin/python {baseDir}/scripts/data.py --endpoint <https://domain:9200> info

Available operations

Control Plane (instance management): Create, list, inspect, scale, and delete ESCloud instances. Query VPCs, subnets, zones, and node specs. Manage IP allowlist and reset admin password.
→ See CONTROL_PLANE.md for commands and workflows.

Data Plane (index & documents): Create/delete/list indices, write/read/delete documents, search, and bulk ingest via opensearch-py. Works with OpenSearch and (limited) Elasticsearch.
→ See DATA_PLANE.md for commands and workflows.

Out of scope

  • Running or managing ES/OpenSearch outside Volcano Engine.
  • Embedding generation (you must provide vectors if you want vector search).
  • Advanced admin features (ILM/snapshots/security) unless added explicitly later.

Rules

  • Execution environment: Always use {baseDir}/venv/bin/python to run scripts.
  • Authentication: VOLCENGINE_AK and VOLCENGINE_SK are required for all control-plane operations. VOLCENGINE_REGION is optional (default: cn-beijing).
  • Destructive actions: Always require explicit user confirmation before running delete operations (instance delete, index delete, delete-by-query, etc.). The CLIs also require --confirm for delete commands.
  • Missing parameters: Never fail silently. If IDs/specs are missing, fetch available options (VPCs, subnets, node specs) and present them to the user.
  • Connectivity: Before data-plane operations, validate the endpoint is reachable (run data.py info). If unreachable, fail fast and advise checking IP allowlist / public endpoint / credentials.
  • Language: Reply in the user's preferred language.

Installs

Installs 10
Global Rank #601 of 601

Security Audit

ath Safe
socket Safe
Alerts: 0 Score: 90
snyk Medium
EU EU-Hosted Inference API

Power your AI Agents with the best open-source models.

Drop-in OpenAI-compatible API. No data leaves Europe.

Explore Inference API

GLM

GLM 5

$1.00 / $3.20

per M tokens

Kimi

Kimi K2.5

$0.60 / $2.80

per M tokens

MiniMax

MiniMax M2.5

$0.30 / $1.20

per M tokens

Qwen

Qwen3.5 122B

$0.40 / $3.00

per M tokens

How to use this skill

1

Install byted-cloudsearch by running npx skills add bytedance/agentkit-samples --skill byted-cloudsearch in your project directory. Run the install command above in your project directory. The skill file will be downloaded from GitHub and placed in your project.

2

No configuration needed. Your AI agent (Claude Code, Cursor, Windsurf, etc.) automatically detects installed skills and uses them as context when generating code.

3

The skill enhances your agent's understanding of byted-cloudsearch, helping it follow established patterns, avoid common mistakes, and produce production-ready output.

What you get

Skills are plain-text instruction files — not executable code. They encode expert knowledge about frameworks, languages, or tools that your AI agent reads to improve its output. This means zero runtime overhead, no dependency conflicts, and full transparency: you can read and review every instruction before installing.

Compatibility

This skill works with any AI coding agent that supports the skills.sh format, including Claude Code (Anthropic), Cursor, Windsurf, Cline, Aider, and other tools that read project-level context files. Skills are framework-agnostic at the transport level — the content inside determines which language or framework it applies to.

Data sourced from the skills.sh registry and GitHub. Install counts and security audits are updated regularly.

EU Made in Europe

Chat with 100+ AI Models in one App.

Use Claude, ChatGPT, Gemini alongside with EU-Hosted Models like Deepseek, GLM-5, Kimi K2.5 and many more.

Customer Support