Agent Plugins Marketplace
All plugins

banyandb-bydbql

v0.1.0+codex.20260701120139

Generate, validate, and execute read-only BanyanDB BydbQL for SkyWalking data.

CodexClaude Code4 Skills1 MCP serverstdio

By Apache SkyWalking BanyanDB contributorsLicense: Apache-2.0348 GitHub starsUpdated last month

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
5 skill or MCP entries
Source updated
Aug 9, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install banyandb-bydbql for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add banyandb-bydbql@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/apache/skywalking-banyandb

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

banyandb-bydbql/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/bydbql/SKILL.md
├── skills/compiling/SKILL.md
├── skills/gh-pull-request/SKILL.md
├── skills/vendor-update/SKILL.md
└── .mcp.json

Included Skills4

bydbqlskills/bydbql/SKILL.md

Generate, validate, and optionally execute read-only BanyanDB BydbQL for STREAM, MEASURE, TRACE, and PROPERTY resources. Use when the user asks to query BanyanDB, translate natural language to BydbQL, inspect BanyanDB schema or data, validate BydbQL, or fetch raw BanyanDB records.

compilingskills/compiling/SKILL.md

Compile and build the SkyWalking BanyanDB project. Use when the user asks to compile, build, or generate code for this project.

gh-pull-requestskills/gh-pull-request/SKILL.md

Create a GitHub pull request for SkyWalking BanyanDB. Use when the user asks to create a PR, submit changes, or open a pull request.

vendor-updateskills/vendor-update/SKILL.md

Upgrade Go/Node.js vendor dependencies and sync tool versions. Use whenever the user says "upgrade dependencies", "update vendors", "vendor update", "run vendor-upgrade", "bump dependencies", "update packages", or asks to run the `vendor-update` Make target. This skill also checks `scripts/build/version.mk` after upgrading to see if any tracked tool versions need updating too, and removes stale binaries from `bin/` when versions change.

MCP servers1

banyandbstdio
command
node
args
./mcp/dist/index.js
cwd
.
env.TRANSPORT
stdio
env.BANYANDB_ADDRESS
localhost:17900

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "banyandb-bydbql",
  "version": "0.1.0+codex.20260701120139",
  "description": "Generate, validate, and execute read-only BanyanDB BydbQL for SkyWalking data.",
  "author": {
    "name": "Apache SkyWalking BanyanDB contributors"
  },
  "homepage": "https://github.com/apache/skywalking-banyandb",
  "repository": "https://github.com/apache/skywalking-banyandb",
  "license": "Apache-2.0",
  "keywords": [
    "banyandb",
    "bydbql",
    "mcp",
    "observability",
    "query"
  ],
  "skills": "./skills/",
  "mcpServers": "./.mcp.json",
  "interface": {
    "displayName": "BanyanDB BydbQL",
    "shortDescription": "Generate and run BanyanDB BydbQL.",
    "longDescription": "Translate natural language into read-only BanyanDB BydbQL for SkyWalking metrics, logs, traces, and properties with live schema discovery and syntax validation.",
    "developerName": "Apache SkyWalking BanyanDB contributors",
    "category": "Developer Tools",
    "capabilities": [
      "Interactive",
      "Read"
    ],
    "websiteURL": "https://github.com/apache/skywalking-banyandb",
    "defaultPrompt": [
      "Generate a BydbQL query for recent BanyanDB metrics.",
      "Query recent SkyWalking trace records with BydbQL."
    ],
    "brandColor": "#2F72BC"
  }
}
.claude-plugin/plugin.json
{
  "name": "banyandb-bydbql",
  "version": "0.1.0",
  "description": "Generate, validate, and execute read-only BanyanDB BydbQL for SkyWalking data.",
  "author": {
    "name": "Apache SkyWalking BanyanDB contributors"
  },
  "homepage": "https://github.com/apache/skywalking-banyandb",
  "repository": "https://github.com/apache/skywalking-banyandb",
  "license": "Apache-2.0",
  "keywords": [
    "banyandb",
    "bydbql",
    "mcp",
    "observability",
    "query"
  ],
  "skills": "./skills/",
  "mcpServers": "./.mcp.json",
  "interface": {
    "displayName": "BanyanDB BydbQL",
    "shortDescription": "Generate and run BanyanDB BydbQL.",
    "longDescription": "Translate natural language into read-only BanyanDB BydbQL for SkyWalking metrics, logs, traces, and properties with live schema discovery and syntax validation.",
    "developerName": "Apache SkyWalking BanyanDB contributors",
    "category": "Developer Tools",
    "capabilities": [
      "Interactive",
      "Read"
    ],
    "websiteURL": "https://github.com/apache/skywalking-banyandb",
    "defaultPrompt": [
      "Generate a BydbQL query for recent BanyanDB metrics.",
      "Query recent SkyWalking trace records with BydbQL."
    ],
    "brandColor": "#2F72BC"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[banyandb-bydbql on Agent Plugins Marketplace](https://pluginsmp.com/plugins/banyandb-bydbql)