Claude Code plugin marketplace by ivlad003 — observability, DevOps, and developer productivity tools.
/plugin marketplace add Ivlad003/pluginsQuery and analyze New Relic data directly from Claude Code via REST API calls. No MCP server or Python needed.
/plugin install newrelic-observability@ivlad-pluginsPrerequisites: Set NEW_RELIC_API_KEY and NEW_RELIC_ACCOUNT_ID environment variables.
Includes:
| Component | Description |
|---|---|
/nr-query <NRQL> |
Run any NRQL query |
/nr-alerts |
Check active alert violations |
/nr-status |
Health overview of all monitored apps |
/nr-investigate |
Full incident investigation with root cause analysis |
newrelic-ops skill |
12 API operations + 3 investigation workflows |
newrelic-investigator agent |
Correlates signals for incident root cause analysis |
Usage:
"What's the error rate for my-app?"
"Are there any open alerts?"
/nr-status
/nr-query SELECT average(duration) FROM Transaction FACET name SINCE 1 hour ago
/nr-investigate checkout is returning 500s
Query and analyze Datadog data directly from Claude Code via REST API calls. No MCP server or Python needed.
/plugin install datadog-observability@ivlad-pluginsPrerequisites: Set DD_API_KEY and DD_APP_KEY environment variables. Optionally set DD_SITE (defaults to datadoghq.com).
Includes:
| Component | Description |
|---|---|
/dd-logs <query> |
Search and filter logs |
/dd-query <metric> |
Run a metrics query |
/dd-alerts |
Check triggered monitors |
/dd-status |
Health overview of infrastructure |
/dd-investigate |
Full incident investigation with root cause analysis |
datadog-ops skill |
12 API operations + 3 investigation workflows |
datadog-investigator agent |
Correlates signals for incident root cause analysis |
Usage:
"Search logs for errors in the payment service"
"What monitors are triggered?"
/dd-status
/dd-logs service:checkout status:error
/dd-investigate the checkout service is returning 500s
MIT