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 contributorsApache-2.0348updated 4 hours ago

Source

git clone https://github.com/apache/skywalking-banyandb

Clone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.

Layout

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

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

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"
  }
}