skills$openclaw/newrelic
mrgoodb10.0k

by mrgoodb

newrelic – OpenClaw Skill

newrelic is an OpenClaw Skills integration for data analytics workflows. Monitor applications and infrastructure via New Relic API. Query metrics and manage alerts.

10.0k stars1.1k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026data analytics

Skill Snapshot

namenewrelic
descriptionMonitor applications and infrastructure via New Relic API. Query metrics and manage alerts. OpenClaw Skills integration.
ownermrgoodb
repositorymrgoodb/newrelic
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @mrgoodb/newrelic
last updatedFeb 7, 2026

Maintainer

mrgoodb

mrgoodb

Maintains newrelic in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
269 B
SKILL.md
868 B
SKILL.md

name: newrelic description: Monitor applications and infrastructure via New Relic API. Query metrics and manage alerts. metadata: {"clawdbot":{"emoji":"📈","requires":{"env":["NEWRELIC_API_KEY","NEWRELIC_ACCOUNT_ID"]}}}

New Relic

Observability platform.

Environment

export NEWRELIC_API_KEY="xxxxxxxxxx"
export NEWRELIC_ACCOUNT_ID="xxxxxxxxxx"

Query NRQL

curl -X POST "https://api.newrelic.com/graphql" \
  -H "API-Key: $NEWRELIC_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"query": "{ actor { account(id: '$NEWRELIC_ACCOUNT_ID') { nrql(query: \"SELECT count(*) FROM Transaction\") { results } } } }"}'
curl "https://api.newrelic.com/v2/applications.json" -H "Api-Key: $NEWRELIC_API_KEY"
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install newrelic?

Run openclaw add @mrgoodb/newrelic in your terminal. This installs newrelic into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/mrgoodb/newrelic. Review commits and README documentation before installing.