10.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
| name | newrelic |
| description | Monitor applications and infrastructure via New Relic API. Query metrics and manage alerts. OpenClaw Skills integration. |
| owner | mrgoodb |
| repository | mrgoodb/newrelic |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @mrgoodb/newrelic |
| last updated | Feb 7, 2026 |
Maintainer

File Explorer
2 files
.
_meta.json
269 BSKILL.md
868 BSKILL.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 } } } }"}'
List Applications
curl "https://api.newrelic.com/v2/applications.json" -H "Api-Key: $NEWRELIC_API_KEY"
Links
- Dashboard: https://one.newrelic.com
- Docs: https://docs.newrelic.com/docs/apis/
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.
