Official Edge Delta plugins for observability, SRE, and DevOps workflows in Claude Code
npx claudepluginhub edgedelta/claude-code-plugins▄▖ ▌ ▄ ▜ ▗
▙▖▛▌▛▌█▌ ▌▌█▌▐ ▜▘▀▌
▙▖▙▌▙▌▙▖ ▙▘▙▖▐▖▐▖█▌
▄▌
▄▖▜ ▌ ▄▖▜ ▘
▌ ▐ ▀▌▌▌▛▌█▌ ▙▌▐ ▌▌▛▌▌▛▌▛▘
▙▖▐▖█▌▙▌▙▌▙▖ ▌ ▐▖▙▌▙▌▌▌▌▄▌
▄▌
Official Claude Code plugins from Edge Delta — AI-powered observability automation inside your development environment.
| Plugin | Description | Activates when you... |
|---|---|---|
edgedelta-ottl | OTTL function reference — 124 functions (101 standard + 23 EDX extensions) | Ask about OTTL syntax, ottl_transform/ottl_filter configs, EDXRedis, EDXCoalesce |
edgedelta-pipelines | Create, validate, and deploy pipeline v3 configs with 7 production templates | Say "create a pipeline", ask about telemetry collection/routing, need to deploy to EdgeDelta |
edgedelta-reference | Complete pipeline component reference — 30 sources, 38 processors, 54 destinations with docs links | Ask "what sources/destinations are available", need YAML syntax for any component |
edgedelta-teammates | Create, configure, and manage AI teammates with system prompts, connector permissions, and channel scoping | Ask about creating teammates, writing system prompts, configuring connector permissions |
edgedelta-workflows | Generate, validate, and customize event-driven workflow configs with 5 production templates and 29 action types | Say "create a workflow", ask about automation pipelines, triggers, or integrations |
edgedelta-docker-image | Build custom agent Docker images on any base OS (Ubuntu, RHEL, OEL, SUSE, Alpine) with SELinux guide | Say "custom agent image", "agent on RHEL", "agent version v0.0.0", "SELinux blocking agent" |
# Add the Edge Delta marketplace
/plugin marketplace add edgedelta/claude-code-plugins
# Install the plugins you need
/plugin install edgedelta-ottl@edge-delta-official-plugins
/plugin install edgedelta-pipelines@edge-delta-official-plugins
/plugin install edgedelta-reference@edge-delta-official-plugins
/plugin install edgedelta-teammates@edge-delta-official-plugins
/plugin install edgedelta-workflows@edge-delta-official-plugins
/plugin install edgedelta-docker-image@edge-delta-official-plugins
Add to .claude/settings.json in your shared repo:
{
"extraKnownMarketplaces": {
"edge-delta-official-plugins": {
"source": {
"source": "github",
"repo": "edgedelta/claude-code-plugins"
}
}
},
"enabledPlugins": [
"edgedelta-ottl@edge-delta-official-plugins",
"edgedelta-pipelines@edge-delta-official-plugins",
"edgedelta-reference@edge-delta-official-plugins",
"edgedelta-teammates@edge-delta-official-plugins",
"edgedelta-workflows@edge-delta-official-plugins",
"edgedelta-docker-image@edge-delta-official-plugins"
]
}
Set in your environment or ~/.edgedelta.env:
ED_ORG_ID=your-org-id
ED_ORG_API_TOKEN=your-api-token
Get these from app.edgedelta.com.
MIT License — Edge Delta, Inc.
OTTL function reference covering 124 functions (101 standard + 23 EDX). Use when users need OTTL syntax help, EDXRedis guidance, or transformation language validation.
Create, validate, and deploy EdgeDelta pipeline v3 configurations with 7 production-tested templates and direct API deployment.
Complete EdgeDelta v3 pipeline component reference covering 30 sources, 38 processors, and 54 destinations with documentation links and validation rules.
Guides creation and configuration of EdgeDelta AI teammates. Use when users need to build teammates, write system prompts, assign connectors, or scope permissions.
Generate, validate, and customize EdgeDelta AI workflow configurations with 8 node types, 29 action types, and 5 templates.
Build custom EdgeDelta agent Docker images on any base OS with SELinux support. Use when customers need the agent on specific Linux distributions (Ubuntu, RHEL, Oracle Linux, SUSE, Alpine), need custom packages, custom CA certificates, or encounter version v0.0.0 issues.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
No description available.