← Back to Skills Marketplace
vince-winkintel

Newrelic Cli Skills

by Vince Lozada · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ✓ Security Clean
526
Downloads
1
Stars
1
Active Installs
4
Versions
Install in OpenClaw
/install newrelic-cli-skills
Description
Monitor, query, and manage New Relic observability data via the newrelic CLI. Covers NRQL queries, APM performance triage, deployment markers, alert policy a...
Usage Guidance
This skill appears to do what it says: it runs the official newrelic CLI using NEW_RELIC_API_KEY and NEW_RELIC_ACCOUNT_ID to query and manage observability data. Before installing/using it: 1) Ensure you install the newrelic CLI from the official GitHub releases or your OS package manager (Homebrew) as instructed. 2) Use a least-privilege New Relic User Key (NRAK-) scoped to only the accounts needed. 3) Review and be cautious before running diagnostics that reference local config/log paths—those commands will read local agent files if executed. 4) When adding CI automation (deployment markers), run the script with a CI service account or token that has just enough permissions. 5) Note the small metadata inconsistency about required binaries; it is harmless but verify the CLI is available on PATH before use.
Capability Analysis
Type: OpenClaw Skill Name: newrelic-cli-skills Version: 1.0.3 The skill bundle is a legitimate integration for the New Relic CLI, providing tools for performance monitoring, alert management, and deployment tracking. The included Bash scripts (e.g., scripts/check-performance.sh and scripts/error-report.sh) implement defensive coding practices, including input validation for integers and a manual escaping function (nrql_escape_string) to mitigate NRQL injection risks. There is no evidence of data exfiltration, credential theft, or malicious prompt injection; the instructions and code logic are entirely consistent with the stated purpose of observability management.
Capability Assessment
Purpose & Capability
Name/description match the actual behavior: the skill runs the newrelic CLI, performs NRQL queries, APM triage, deployment markers, and alert management. The only required environment variables are NEW_RELIC_API_KEY and NEW_RELIC_ACCOUNT_ID, which are appropriate for the stated purpose. (Minor metadata inconsistency: the registry summary lists "required binaries: none" while SKILL.md and scripts clearly require the 'newrelic' binary.)
Instruction Scope
Runtime instructions and included scripts call only the newrelic CLI and run NRQL queries. Scripts include input sanitization (nrql_escape_string) and validate numeric args. The diagnostics sub-skill shows examples that reference local agent config paths (e.g., /etc/newrelic/newrelic.yml or Windows agent paths) — that is reasonable for diagnostics but means running those commands may access local config/log files if executed. The SKILL.md does not instruct transmission of data to any endpoint other than New Relic.
Install Mechanism
This is an instruction-only skill with small shell scripts; there is no install spec or remote download. CLI installation is recommended from official New Relic releases or Homebrew (both documented). No arbitrary URLs or archive extraction in the skill itself.
Credentials
Only NEW_RELIC_API_KEY and NEW_RELIC_ACCOUNT_ID are required. Those are expected and proportionate. SKILL.md correctly recommends using a User Key (NRAK-) and minimum required scope. The skill does not request unrelated secrets or multiple unrelated credentials.
Persistence & Privilege
always is false and the skill does not request persistent system-wide changes or modify other skills. It contains helper scripts that run on-demand; autonomous invocation is permitted (platform default) but not combined with other red flags.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install newrelic-cli-skills
  3. After installation, invoke the skill by name or use /newrelic-cli-skills
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
Remove remote-script install guidance, harden NRQL helper input handling, and update root capability metadata.
v1.0.2
Initial public release with full structure and examples. - Added complete skill structure with documentation, step-by-step guidance, and sub-skills for APM, NRQL, deployments, alerts, infrastructure, and diagnostics. - Included example scripts for performance checks, deployment markers, slow transaction analysis, and error reporting. - Provided reference guides for common NRQL queries and performance triage. - Outlined environment requirements and authentication setup. - Embedded decision tree and usage scenarios for easy onboarding.
v1.0.1
Fixed ClawHub security scan flags for Purpose & Capability and Install Mechanism
v1.0.0
Initial release: APM triage, NRQL, deployment markers, alerts, infrastructure, diagnostics
Metadata
Slug newrelic-cli-skills
Version 1.0.3
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 4
Frequently Asked Questions

What is Newrelic Cli Skills?

Monitor, query, and manage New Relic observability data via the newrelic CLI. Covers NRQL queries, APM performance triage, deployment markers, alert policy a... It is an AI Agent Skill for Claude Code / OpenClaw, with 526 downloads so far.

How do I install Newrelic Cli Skills?

Run "/install newrelic-cli-skills" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Newrelic Cli Skills free?

Yes, Newrelic Cli Skills is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Newrelic Cli Skills support?

Newrelic Cli Skills is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Newrelic Cli Skills?

It is built and maintained by Vince Lozada (@vince-winkintel); the current version is v1.0.3.

💬 Comments